/ blog

Blog

Thoughts on software development, servers, and tools

Slog: Simplifying Structured Logging in Go Applications

Slog: Simplifying Structured Logging in Go Applications

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!

4 min
golangloggingtools
Read more
Reverse Proxy

Reverse Proxy

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.

5 min
golangproxyreverse-proxy
Read more
The art of choosing an SSD: QLC, TLC, MLC and SLC, what's the difference?

The art of choosing an SSD: QLC, TLC, MLC and SLC, what's the difference?

In the current digital era, solid state drives (SSDs) have become a popular option for those seeking a significant improvement in their storage performance.

4 min
techssd
Read more
Redis Pub/Sub

Redis Pub/Sub

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.

4 min
javascriptredis
Read more
TimezoneDB 2022.6 - 2022f

TimezoneDB 2022.6 - 2022f

TimezoneDB and the daylight saving time problem: A necessary solution

6 min
phptimezonedb
Read more
Builder and Director Pattern

Builder and Director Pattern

How to use the Builder and Director pattern in software development?

3 min
builderdirector
Read more
Configure Docker, PHPStorm and Xdebug

Configure Docker, PHPStorm and Xdebug

Create the configuration for PhpStorm, Xdebug and Docker

10 min
phpdockerphpstorm
Read more
Scaffolding Typescript API - Part 1

Scaffolding Typescript API - Part 1

How to create a base structure for an API with TypeScript?

9 min
typescriptnodejsexpress
Read more
AJAX

AJAX

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.

4 min
ajaxwebjavascript
Read more
Object-Oriented Programming (OOP)?

Object-Oriented Programming (OOP)?

Object-Oriented Programming (OOP) is a programming paradigm based mainly on two concepts class and object.

4 min
oopobject-oriented programmingoop principles
Read more