Skip to main content

4 posts tagged with "software"

View All Tags

· 5 min read

On this page, I want to cover the caveats I encountered while shaping my approach to unit testing in the context of observability.

It's important to clarify that I’m not referring to testing logs or metrics delivery. Instead, I want to focus on testing modules that perform business logic but also include observability calls, like loggers or meters.

· 7 min read

In order to be engaged one explores different areas and looks for unknown software area.

Here we look at the gamedev in 2024 from experience in server side software.

In software development, it's common to explore new domains to stay engaged. Whether it's for a change of pace or to push personal boundaries, exploring the unknown can lead to fancy adventures in software. This page will share my journey as a backend developer diving into the game development in 2024.

· 7 min read

This article has been created to remind us of one simple thing: HTTP is a stream.

As a practical outcome we can learn how to reduce memory requirements for our services in a typical task: cache warming.