I can't say much more than what the title already tells you I'm only writing this while getting frustrated during a style maintenance session, because that's when, and only then, Tailwind becomes a nightmare. Using Tailwind makes development incredibly fast, and these days even more so with component libraries like Shadcn. Same goes for AI it's way easier since the number of files to read and…
So basically, I feel trapped in this AI world, and from what I can see on Reddit I’m not the only one, which makes me feel better tbh. I started learning to code by myself pretty recently, around 2022, and if I’m not wrong, I tried ChatGPT for the first time as a coding helper in mid-2023. At that moment I had very basic knowledge, but enough to barely understand what the AI was throwing at me.…
Do you know someone with 0 bugs in their app? Probably 0 is being perfect, and perfection does not exist. I will ask again: Do you know someone running an app where the bug tickets are less than 5% of the total tickets? Seriously, because I don't, and I would love to know how they do it. Typing everything helps with that, we already do that. Also, writing tests, which I should start doing, but…
It's November 2024, I was chilling at home while listening to a podcast, a spanish podcast called Spicy4tuna one of my favorite, and in that episode they went to Lanzadera, a spanish startup accelerator. They interviewed four startups that were part of Lanzadera, and one of them was Salescaling, where they talked with Jon, the CEO of Salescaling. It was the chat I like the most among the four, the…
React GitHub Dots - My NPM Journey A year ago, I was creating my first blog with Astro, and I needed something to organize the blogs into pages. So I started searching online to see if Astro had anything to solve this, and Astro didn't have anything built-in. Until I randomly found a blog talking about an npm package for Astro to manage blog pagination. The creator was [Phil…
How can I filter posts by weekly views in WordPress? In this article, we will show you how to add a new custom field to your WordPress posts and query them by the total views of the week.