software development

Articles related to software development, that I did and keep doing a lot. A broader list of topics, that may include things about software development management, planning and obviously - building.

How I: Analytics and Monitoring for Indie Developer

Starting a solo journey requires adjustment of the tooling to the current needs. High availability and the degree of how “cool” software is does not matter anymore. Today I am sharing my way to get aware of what's going on with the traffic and uptime at (almost) no costs!

The Job in IT Problem

While attending local DevClub focused on hiring I could not miss a chance to reflect on the problems we are facing. Because I've been wearing many hats before I introduced a co-dependant perspective of the existing market (2024).

How (and why?) to order maps in Go.

I've build go-omap and it's tiny library, that provides convenient wrapper around go maps and slices to provide a more convenient API for managing items that needs fast access, but also must be ordered at the same time.

What's "unique" in Go std

Go v1.23 has been released just yet. With iterators being the most discussed feature there are couple more changes. Today I made a tiny experiments with the freshly baked unique library, that

How I improved my application configurations

How I thought I found a silver bullet for application configs, but it turned out I overcomplicated things again for my tiny application. By the way there is a Youtube video I made