/ blog
Thoughts on software development, servers, and tools
Slog: an efficient and flexible structured logging solution for Go applications. Get insights into software behavior and troubleshoot problems easily. Discover how to improve your logging process today!
In software development, we often find ourselves with the need to handle network requests in a more controlled and secure manner, especially when it comes to web applications. This is where Reverse Proxies come into play.
In the current digital era, solid state drives (SSDs) have become a popular option for those seeking a significant improvement in their storage performance.
Redis Pub/Sub, which stands for *Publish and Subscribe*, is a messaging mechanism that allows applications to communicate in real time through channels or topics. Redis, an in-memory database, provides this functionality efficiently.
TimezoneDB and the daylight saving time problem: A necessary solution
How to use the Builder and Director pattern in software development?
Create the configuration for PhpStorm, Xdebug and Docker
How to create a base structure for an API with TypeScript?
Asynchronous JavaScript + XML (AJAX) is not a technology in itself, it is a term that describes a new way of using several existing technologies together.
Object-Oriented Programming (OOP) is a programming paradigm based mainly on two concepts class and object.