Browsing Tag
coding
135 posts
Best Bolt.new Alternatives
Bolt.new is widely known for turning simple written prompts into fully functional web applications. Its natural-language interface, often…
Start with the problem statement and your mindset approach, then dive into the code journey.
The power of this approach is that you see your actual thinking process through the code evolution. You…
🧠 Backing Fields in C#: What They Are and Why You Should Care
As a C# developer, you’ve probably written something like this: public string Name { get; set; } Short.…
Do You Plan Ahead or Figure out Programs as You Are Writing Them?
I have been wondering if I should plan ahead everything I code in advance since I tend to…
Grafana 12 just leveled up observability as code and dashboards that think
new features in grafana 12 that’ll make your monitoring setup feel like a superpower Introduction welcome to the…
Human Error – The Most Common Cybersecurity Mistakes for DevOps
Even though security tooling and automation in DevOps have advanced, human error remains the primary cause of cybersecurity…
How to Build a Persistent Undo/Redo Stack in React Without Redux
Undo/redo functionality isn’t just for text editors — it’s critical for rich apps like form builders, design tools,…
7 Things I Wish I Knew When I Started Coding (Beginner Dev Tips)
Hey there 👋 If you’ve just started your journey as a developer—welcome! I remember when I was in…
Prevent CSRF Vulnerabilities in Symfony Easily
Cross-Site Request Forgery (CSRF) is one of the most common web application vulnerabilities, and yes — even popular…
Clases anidadas en Java
En Java podemos definir una clase dentro de otra clase, a este tipo de clases se les denomina…