A small notes about my running 5k under 30 mins
Trade-offs are a big part of software engineering, not just in building systems, but also in how we learn and grow in this field.I still have many technical gaps to…
I was watching this video on youtube: https://youtu.be/SaHHgzoXceU?si=VgQYFLTDxG0VFKm7 So I wanted to comment, and this comment switched to a blog post, so I'm sharing it here... We can't ignore something…
It’s been more than a year and a half since I started using AI in its different forms, AI agents, AI-powered editors, LLMs, and chatbots. I’ve discovered many things that reshaped how I work as a developer. In this post, I want to share some quick but on the point insights from this journey.
One of the strongest "drugs" consumed by followers of motivational speeches and the myths of personal development is the idea of "follow your passion".. even in software engineering. The passion…
Technical Gaps are not a shame, they are a responsibility
In software development, having technical gaps is common. And it’s not something to be ashamed of.
Introduction UUIDs (Universally Unique Identifiers) are 128-bit identifiers that are globally unique, making them ideal for scenarios where you want to hide sequential ID patterns from your users. This article…
In my Laravel hobby project, I had a field called date_covered defined as a date type, with now() as the default value. However, when I needed to manipulate this field,…
When I get a lot of feedback comments on my PRs or MRs, I actually feel more exited and happy to work on that task. Why? Because it means I'm…
One of the most powerful drugs used by followers of motivational speeches, speakers, and human development nonsense is the phrase "follow your passion". Even in the field of software engineering,…