Sending proactive messages with Microsoft Bot Framework
I was thinking again about that bot, who supposedly will monitor unreliable tests for me, and suddenly realized one thing. All examples I dealt with were dialog …
Blog about DevOps, distributed applications and microservices
I was thinking again about that bot, who supposedly will monitor unreliable tests for me, and suddenly realized one thing. All examples I dealt with were dialog …
Part of my job description is our CI/CD and it kind of implies that I’m interested in keeping the build green. It doesn’t mean that I immediately …
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 …