Bunny Sync: Handy Upload Helper
Sync local files effortlessly with Bunny Sync, a simple CLI tool designed for Bunny Storage users. No FTP fuss, no waiting for APIs - just quick and straightforward syncing.
Blog
I enjoy sharing with others ideas / solutions / thoughts that might be helpful. Found for myself that blogging is a good way to do it. If you want to subscribe to this blog, you can do it via RSS feed.
Sync local files effortlessly with Bunny Sync, a simple CLI tool designed for Bunny Storage users. No FTP fuss, no waiting for APIs - just quick and straightforward syncing.
Are you ready to automate your Terraform deployments using Azure DevOps? In this short post, I'll walk you through creating a Terraform pipeline using Azure YAML Pipelines.
Ever wondered if you can perform an offline migration from one Cosmos DB API for MongoDB to another using native MongoDB database tools? It's not only possible, but I'll walk you through the process step by step. Let's get started.
Cosmos DB API for MongoDB or Cosmos DB API for NoSQL? Maybe MongoDB Atlas? This post might give you an answer if you need to quickly insert a lot of documents larger than 4KB and be flexible in querying.
Thinking about the term "Full-Stack Developer" made me realize that it's a highly overloaded term that has most likely lost its meaning (if it had any) in 2023. In this post, we will explore who Full-Stack Developers are and whether they still exist or not.
Buf is a powerful tool that greatly simplifies working with Protobufs. It helps you lint Protofiles, ensure backward compatibility and generate code. Follow these tips to get started with Buf.
In 2018, I gave a talk at DACHfest 2018 called "Interview Process From Scratch". This post is based on that talk. I decided to finally put it in written form because I had learned a lot during that time and wanted to preserve that knowledge. As the saying goes, history often repeats itself, so it's better to have a written record of what you've done previously and why, rather than reinventing the wheel.
You might be tempted to run Azure Functions with help of Docker images in Kubernetes. It is possible, Azure maintains Azure Functions Docker images to help you with that. In this post, I will outline the reasons why running Azure Functions in Kubernetes should be avoided.
When App Insights Java agent is added to the Spring Boot application with Actuator liveness / readiness endpoints enabled, it will log all probe requests done by Kubernetes to App Insights. Luckily, there is an option now to remove those logs without touching the application code.
At some point in life you might find yourself running E2E (end-to-end) test suite using Kubernetes cluster. Such tests are relatively short living processes (they born to run the test and die when are finished). The question is: How to get the generated test report from the container in Kubernetes?
Enterprise organizations try to adapt Microsoft REST API Guidelines as a basis for their services more and more. Something is simple to follow, something is not, like $filter. In this post I will show you how to work with $filter outside the Microsoft tooling.
How in 3 steps you can setup your cheap VPN with help of Tailscale and DigitalOcean Droplet.
Settings the Cloud Role Name for Azure Functions is a little bit tricky because documentation does not provide the straight answer on how to do this. But this post does.
During my work duties I need to generate AAD (Azure Active Directory) tokens to verify various things. I've build a tool to do it faster!
The lifespan of those tweets is very small, 18 minutes, few days maximum. Why to keep all of those tweets in a feed if they are not relevant anymore?
Today is the day when people go on dates, confess in love and do various romantic things. In this post I'll share my dating experience, thoughts, tips and learnings collected on a journey of ~3 years, approximately.
Parable about Islands and Bridges.
Backend developers on hackathons are not needed. You've heard that right. The main goal of the startup hackathons (or any other) is to validate the idea in a limited time that the product you build is needed by people in the room.
I'm living in a place with not the fastest internet download/upload (39/12 Mbps) speeds. It took some time to tune all the parameters of the Rclone to successfully create an initial backup (around 400GB) and keep the network alive during the upload to Backblaze B2.
Have you ever noticed the more experience you gain, the more often you can't answer some questions straight away? Have you ever caught yourself starting an answer with "it depends"? Again and again? Me too. But why does this happen? Let's think about it.
Can't believe that I wrote DDNS 4 years ago, in 2017. And my first blog post was related to it. I had thoughts for a long time that it's time to rewrite it and finally it happened! This week DDNS v4 has been released. In this blog post I want to walk you through my thought process behind v4 and what influenced its rewrite. It's time for a retro.
I follow minimalism thinking for some long period of time. It helps me to navigate in this world, make choices, grow and expand area of my freedom. I would like to share how minimalism influences me as an engineer and my life in general. How thinking works in my head.
Your Git repository is like your home. You want it to be a nice and comfortable place for you. And you want to keep it clean and ready for guests. Yes, sometimes it's a mess after a party but still, you know how to clean everything and get back a shiny house.
About developers, operations, SREs and many others who make your business running. Those behind the curtains. I want you to think about the Developers Experience (DX).
A story of transformation. About Object-oriented programming and Go in general. About mistakes that I made during the journey from Object-oriented language to Go.
A collection of notes I wrote to myself that describe the interview processes I have encountered so far, the good and the bad.
This article is inspired by the research done during studies in the university. Goal of this article is to act as a note and reminder that finding anomalies is not a trivial task (currently).
Use Docker to create nice and clean development environment.
Created own and free DDNS service. Here you can find out how I did it.