Sure, the feature might work, but you've added tech debt, making future support tougher. AI agents may use that redundant code as context for new features. The AI slop problem is rapidly growing, especially on bigger projects. Hone your refactoring skills today for a job tomorrow!
08.02.2026 09:36
๐ 0
๐ 0
๐ฌ 0
๐ 0
Using AI tools isn't an issue if you truly engage with the code. Whether you refactor and simplify yourself or guide an AI in doing so, understanding is crucial. Outsourcing thinking entirely to AI can lead to redundant code you don't understand - that's the AI slop.
08.02.2026 09:36
๐ 0
๐ 0
๐ฌ 1
๐ 0
Writing code is easy; removing it is hard. Let's talk about the AI slop problem. After coding a new feature, I spend time simplifying the code, adding comments, and linking to docs. Simpler code is easier to maintain. Refactoring while context is fresh is key.
08.02.2026 09:36
๐ 0
๐ 0
๐ฌ 1
๐ 0
With the GPT-5 release, I tested which LLM is best for WooCommerce development: Qwen3 Coder, Sonnet 4, GPT-5, GLM 4.5, or Gemini 2.5 Flash.
TL;DR: Qwen3 takes the lead, Sonnet 4 is second. Full details, prompts, and code: toniievych.medium.com/testing-the-...
11.08.2025 14:37
๐ 1
๐ 0
๐ฌ 0
๐ 0
wp-theme/theme/includes/theme/acf.php at master ยท TwistedAndy/wp-theme
The WordPress theme boilerplate with a lot of useful features and helper functions - TwistedAndy/wp-theme
Never liked how ACF stores repeaters and flexible content. It's bloated & messy. So I wrote a small library to serialize that data and store field IDs compressed, while staying 100% compatible with ACF and the WordPress API. Code: github.com/TwistedAndy/.... Maybe, someday I will create a plugin ๐
21.06.2025 18:41
๐ 2
๐ 0
๐ฌ 0
๐ 0
Yes, but the bigger problem for the US will be millions of customers abroad who will stop buying the US products and services. Also, we may see additional restrictions on the American business abroad. For example, the EU may impose 30% taxes on Apple or Meta.
05.03.2025 06:31
๐ 0
๐ 0
๐ฌ 0
๐ 0
It's always a bad idea to start a trade war with your neighbors and allies, especially when you get rid of immigrants doing hard work for small wages. Ultimately, customers in the US will find themselves paying more for products.
04.03.2025 14:37
๐ 0
๐ 0
๐ฌ 0
๐ 0
We will end up with american customers paying 25% more for avocados. And the same can be said for many, many other products.
04.03.2025 11:46
๐ 0
๐ 0
๐ฌ 0
๐ 0
I won't be surprised if the EU will impose tariffs on Apple, Meta and other American companies considering the new US policy.
19.02.2025 10:36
๐ 0
๐ 0
๐ฌ 0
๐ 0
I've been working with WP VIP on a few projects. As a hosting, it's not that great and has a lot of limitations. A dedicated server with Cloudflare will work much better in a fraction of costs.
05.02.2025 15:28
๐ 0
๐ 0
๐ฌ 0
๐ 0
I use both. Strict comparison may lead to unexpected issues, but makes the code behavior more predictable.
05.02.2025 15:24
๐ 0
๐ 0
๐ฌ 0
๐ 0
I had one back in the days... and still remember all 9 digits ๐
02.02.2025 08:11
๐ 1
๐ 0
๐ฌ 0
๐ 0
From the css community on Reddit: CSS_BOX. A better way to write CSS
Explore this post and more from the css community
CSS has two fundamental problems:
1. Isolate styles for a specific component
2. Share styles between components
Unlike centering a div, there is no perfect solution. And it's not something you can learn overnight. I had to invent CSS_BOX to solve that in a good way: www.reddit.com/r/css/commen...
09.01.2025 12:07
๐ 2
๐ 0
๐ฌ 0
๐ 0
Thank you! By the way, are there any updates regarding using CSS properties in @media queries? Or to create some named queries like --media-desktop: (min-width: 1024px) and then use it like @media (--media-desktop)? I was trying to replace SASS with that a while ago.
07.01.2025 18:18
๐ 1
๐ 0
๐ฌ 1
๐ 0
CSS Relative color syntax | Can I use... Support tables for HTML5, CSS3, etc
Thank you for the suggestion! It's not perfect, but looks nice. My biggest concern at this point is mostly the browser support, especially on iOS (caniuse.com/css-relative...). Are there any workarounds for old devices? I assume, that they will simply ignore that values.
07.01.2025 18:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
The most useful one is rgba(). Unfortunately, it's not possible to pass a HEX color as a property to rgba() in plain CSS. As for SASS, I do not support their approach with breaking compatibility with the previous versions. That's not acceptable.
07.01.2025 17:59
๐ 0
๐ 0
๐ฌ 1
๐ 0
Let's talk about coloring icons in CSS. I still see many devs embedding tons of uncached SVG into HTML markup just to make icons change color. Guys, just add an icon as a mask using the -webkit-mask property and specify the background color. All icons are cached. Support: caniuse.com?search=-webk...
04.01.2025 18:16
๐ 2
๐ 0
๐ฌ 0
๐ 0
It makes sense to consider Cloudflare. You can set up an account, add those domains and use a Free plan for each of them. Also, it makes sense to enable the proxy option for them to eliminate a need for the SSL certificates.
02.01.2025 22:11
๐ 1
๐ 0
๐ฌ 1
๐ 0
I wonder if Intel will allow D2D and NGU overclocking for the mobile HX platform without BIOS decompression and NVRAM tweaks. Yes, I still remember how they locked my 12900HK with the microcode update two years ago.
31.12.2024 20:37
๐ 0
๐ 0
๐ฌ 0
๐ 0
My favorite way to estimate a person's experience with a framework or technology is to ask them to describe its drawbacks. And the more detailed the explanation you get, the more experience is behind it.
31.12.2024 20:20
๐ 0
๐ 0
๐ฌ 0
๐ 0
Shopify vs. WooCommerce.
Personally, I prefer developing for WooCommerce more because it's much easier to customize using custom code.
Shopify is a better option only if you're fine with the features it offers out of the box. The more customizations you need, the better choice WooCommerce will be.
31.12.2024 20:12
๐ 0
๐ 0
๐ฌ 0
๐ 0
Launching a store always take a lot of time, especially on WooCommerce. With Shopify this process is faster, but you will pay more later in fees and much more if you need some really custom stuff.
30.12.2024 17:58
๐ 1
๐ 0
๐ฌ 0
๐ 0
It depends on what you're doing. If the business is fine with the features Shopify offers out of the box, that will be a better choice. But if you need to have something custom, Woo is a better choice. And the more complex feature is, the better choice WooCommerce will be. It's much easier to extend
30.12.2024 17:57
๐ 0
๐ 0
๐ฌ 0
๐ 0
That's because they use different data structure. Technically, it's possible to make them fully compatible, but it will require writing some custom code.
30.12.2024 17:54
๐ 0
๐ 0
๐ฌ 1
๐ 0
That's why I prefer going full custom with WooCommerce. It takes more time to launch a project, but way easier to maintain and extend.
30.12.2024 17:51
๐ 1
๐ 0
๐ฌ 1
๐ 0
I prefer using more complex integrations with Brevo and Klaviyo. Setting up an abandoned cart automation is very simple there.
30.12.2024 17:50
๐ 2
๐ 0
๐ฌ 0
๐ 0
The main advantage of WooCommerce + Subscriptions is the full control over the subscriptions. For most payment options (except PayPal Standard and a few other ones), it charges customers directly using the saved payment token.
As for security, just set up Cloudflare Pro and some managed rulesets.
30.12.2024 17:48
๐ 0
๐ 0
๐ฌ 0
๐ 0