Page 3 of 56 - Blog

SiestaBox, a Docker Image to Simulate Running Tasks
In software development, understanding and managing time is somewhat important. Whether you’re testing application behavior under specific time conditions or simply need a reliable tool for time si...

Why I Prefer Terraform Over Cloud Development Kits for Long-Term Infrastructure Maintenance
When it comes to infrastructure management, my preference leans heavily towards tools like Terraform rather than Cloud Development Kits (CDKs). Why? Terraform’s declarative approach, where you defi...

'Hunting' by Arthur Conlon
Allow me to introduce you to… my latest purchase! – a triptych created by Arthur Conlon, an Aboriginal artist whose work speaks volumes about his deep connection to his Wakka Wakka ancestry and the...

Testing the new Alibaba Cloud g8y ECS Instances
As part of being an Alibaba Cloud MVP, sometimes I get to test from time to time new products from this cloud provider, which is a really nice thing to have. This greatly helps me with my business,...

Building a Theme Switcher for Bootstrap 5.3+
In this article, I’ll guide you through the process of creating a simple theme switcher using JavaScript and Bootstrap 5.3+. This switcher allows users to seamlessly toggle between light, dark, and...

Por qué sigo escribiendo en mi blog en 2024
Cuando comencé mi blog, en 2003, las redes sociales ni siquiera existían. Era una manera de documentar las cosas que hacía, mis reflexiones y proyectos, principalmente para mí mismo. Quería tener u...
JetBrains AI Assistant: From Rough Idea to Finished Code in Hours
I’ve put together a video to show how the JetBrains AI assistant works. This tool integrates with the IDE, letting you describe what you need in a chat-like interface. From there, it generates the ...

Automating Cache Warmup after Deployments with Bash Script
Deploying changes to a production environment can sometimes lead to cold caches, resulting in slower response times for your users and, even worse, for the Google crawler. To mitigate this issue, a...