Ivan on Containers, Kubernetes, and Backend Development


Hey, hey!

It's Ivan Velichko, from iximiuz.com, a software engineer and a technical storyteller. That's my very first newsletter send-out, so it's totally fine if you don't even remember me. Kind reminder, you subscribed to the updates from my blog somewhere over the past six months. So, if you don't want to receive emails from me (very sad), just hit unsubscribe at the very bottom of this email. But if you decide to stay, welcome to the newborn newsletter on Containers, Kubernetes, and Backend development!

In the future, I'll try to stick with a monthly cadence for the send-outs. The newsletter will contain my most recent articles and twitter threads and may also include some extra findings I'd have come across during a month.

However, since this is the very first issue, and I started collecting emails somewhere in January, here is a quick summary from my blog and twitter since the beginning of the year.

First off, I redesigned the main page of the blog and made it much more structured. It now contains only the most successful posts, organized in series. Check it out!

The past half a year, I was extremely lucky, and the four articles of mine hit the Hacker News front page:

This spring, I spent some time writing a command-line tool to parse and query log files as time series and as a by-product compiled a collection of cheat sheets on Prometheus and PromQL. The tool is called pq, and it's written in Rust. It's my largest Rust project so far, so I've been sharing my experience on the way:

I also spent quite some time dealing with Kubernetes and Service Mesh, so here are my finds:

My Twitter finally got some love. I turned it into a satellite publishing platform where I post more graphical content and threads on my traditional topics. Here is a sneak peek πŸ˜‰

twitter profile avatar
Ivan Velichko
Twitter Logo
@iximiuz
August 7th 2021
173
Retweets
838
Likes
twitter profile avatar
Ivan Velichko
Twitter Logo
@iximiuz
January 23rd 2021
286
Retweets
1,354
Likes
twitter profile avatar
Ivan Velichko
Twitter Logo
@iximiuz
August 23rd 2021
116
Retweets
413
Likes

Ok, enough twitter span. Curious about what I'm working on right now?

  • a longish and highly-illustrated Introduction to Containers article
  • ​a few open-source projects, including pq and docker-to-linux 2.0
  • trying to figure out how to pack things from the blog into an interactive online course on containers

Interested? Stay tuned!

At this time, I probably should finally stop adding things to the already lengthy email. If you find it helpful, please spread the word! Forward this email to your friends, follow me on Twitter, and if you have a blog, find an opportunity to mention some of my write-ups - every single backlink counts!

Last but not least, feel free to send me an email or drop a message on Twitter! I'm always more than just happy to chat about interesting technical challenges, and I love getting feedback on my content!

Stay safe!

Cheers,

Ivan Velichko

Ivan Velichko

Building labs.iximiuz.com - a place to help you learn Containers and Kubernetes the fun way πŸš€

Read more from Ivan Velichko

Hello πŸ‘‹ It's this time of the month again! My traditional roundup of all things Linux, Containers, Kubernetes, and Server Side, delivered straight into your inbox πŸ“¬ What I was working on October was very productive for me - I shipped no major iximiuz Labs features (it's always hard to resist the temptation!) and instead dedicated all my available time to content work. The main focus was on Container Images. It's the subject of the first module of my "panoramic" Docker course, and it is almost...

Hey there, I’ve just finished putting together everything I know about Node.js container images and figured you might find the write-up useful. If you’re working with Node.js in Docker, chances are you’ve been hit by the dilemma of which base image to use. Do you go for the default node:latest, the slimmer node:22-slim, or something super minimal like a distroless image? What about Bitnami’s alternative β€” how does it stack up? Before you jump headfirst into your next build, you might want to...

Hello πŸ‘‹ Ivan's here with a slightly delayed September roundup of all things Linux, Containers, Kubernetes, and Server Side πŸ§™ What I was working on This month, I worked on an assorted set of topics. Skill Paths First off, the skill paths! I finally finished the underlying machinery, and now iximiuz Labs supports a new type of content - short roadmaps that you can use to develop or improve a specific skill: how to debug distroless containers, how to copy images from one repository to another,...