Martin Heinz's Blog

Most of [the blog posts] are about topics that I'm most interested in, such as containers, security, CI/CD, or about programming languages like Python or Go.
- By Martin Heinz
- Based in Slovakia
- Roughly 20 posts per year
- First post on
Posts per month
Month starting | Posts |
---|---|
May 2022 | 2 |
Jun 2022 | 2 |
Jul 2022 | 2 |
Aug 2022 | 2 |
Sep 2022 | 2 |
Oct 2022 | 2 |
Nov 2022 | 3 |
Dec 2022 | 1 |
Jan 2023 | 2 |
Feb 2023 | 2 |
Mar 2023 | 2 |
Apr 2023 | 2 |
May 2023 | 2 |
Jun 2023 | 2 |
Jul 2023 | 2 |
Aug 2023 | 2 |
Sep 2023 | 1 |
Oct 2023 | 1 |
Nov 2023 | 1 |
Dec 2023 | 0 |
Any gaps could be due to errors when fetching the blog’s feed.
Most recent posts
While Python's bisect module is very simple - containing really just 2 functions - there's a lot one can do with it, including searching data efficiently, keeping any data sorted, and much more - and …
PostgreSQL can be more than just an SQL database. Why maintain a Redis or Memcached instance when you can just use PostgreSQL as a cache instead? Source
Whenever I troubleshoot anything container-related, I look for a good container image that contains all the right tools to troubleshoot and/or solve the problem. However, finding such an image, or assembling my own is time-consuming …