Caveman’s brief look into modern front-end
Well, it might seem surprising, given what this blog is usually about, but during most of my career my main focus was… in front-end development. Yup, …
Blog about DevOps, distributed applications and microservices
Well, it might seem surprising, given what this blog is usually about, but during most of my career my main focus was… in front-end development. Yup, …
Our company is obsessed with IT security, so even though that’s not really my area, every other week I hear something new about the subject, whether I …
It feels like last months I focused way too much on debugging and .NET Core and stopped paying attention to topic I enjoyed to blog about …
Learning how to analyze .net core dumps on Linux with lldb and SOS plugin was really rewarding experience. It just feels good knowing that I …
Interesting story happened to me the other day. Visual Studio Code, my primary C# editor on Linux, suddenly stopped working. Well, it’s debugger did. Whenever I …
It’s been more than a year since I connected a small piece of JavaScript to collectd plugin and started to gather our CI’s monitoring data and store it in …
I’ve been looking through the latest Technology Radar issue and here’s what I found in its new Techniques section: “TDD’ing containers”. Wow. Mentally, I’m not yet ready to …
I’m still busy learning how to troubleshoot .NET Core apps on Linux. Now I more or less understand where to start if I need to analyze …
Most of the last week I’ve been experimenting with our .NET Windows project running on Linux in Kubernetes. It’s not as crazy as it sounds. …
So far all examples I made for Docker in Swarm Mode or Kubernetes blog posts were built around some sort of a service: web server, …