There are a million articles out there focusing on how you can make your app faster by removing unnecessary re-renders & preventing… | Continue reading
Applying three AWS AI services Polly, Transcribe and Translate you could implement powerful tool to develop some foreign language skills. | Continue reading
There are few things you can do to ensure your project won’t go anywhere anytime soon. | Continue reading
We’ve all come across articles, tweets, and blog posts suggesting you should use SQL(e.g., MySQL) for all things relational. This is not… | Continue reading
Terraform is a very useful tool for deploying infrastructure, but can we prevent it making unwanted changes to resources & breaking things? | Continue reading
Several ways to deploy an application in Kubernetes | Continue reading
A few months ago I started a project where I wanted to use GRPC. It was an amazing experience. I really liked how I could use protobuf and… | Continue reading
Want to use a local database, but don’t want to install it? Here’s how you can run it in a Docker container. | Continue reading
One of the most popular UI automation tools is Selenium Webdriver. At the time of writing, the second beta 4 version has been released. | Continue reading
Easy, modular navigation pattern for bigger Flutter apps | Continue reading
I broke my Raspberry Pi Kubernetes cluster, so I spent time on coding the automated solution to rebuild it from scratch if necessary. | Continue reading
Make complex things simple, make simple things trivial. | Continue reading
…and why I think we should call it differently. | Continue reading
The rise of serverless computing | Continue reading
Explore the inner workings of OverlayFS, the filesystem behind layered architecture of Docker images and containers | Continue reading
Kubernetes is a great platform both for container orchestration and everything else. Recently, Kubernetes has gone far ahead in terms of… | Continue reading
by Levent Ogut | Continue reading
If you’ve ever wanted to understand how video calls work on your device or how one can hold a real-time conference online, this is about… | Continue reading
Since the original post got outdated here’s the new one for VS2019 | Continue reading
The amount of data we work with is growing every day, causing its management to become overwhelming. So, a need arises for a dedicated and… | Continue reading
Let’s optimize Docker builds to create much smaller and more secure Docker images in a fraction of the usual build time… | Continue reading
This post is about the new Kubernetes API Priority and Fairness (APF) feature. I will like to share with you what I have learned and show… | Continue reading
This post is about the new Kubernetes API Priority and Fairness (APF) feature. I will like to share with you what I have learned and show… | Continue reading
Your containers might not be as secure as you’d think, but seccomp profiles can help you fix that… | Continue reading
At the time of writing Bitcoin is booming. It is by far the most famous cryptocurrency. Besides bitcoin there are a lot of other types of… | Continue reading
Terragrunt, a small wrapper around Terraform, adds a ton of capabilities. In my previous posts, I focused on capabilities and using it in… | Continue reading
The glaring similarity I discovered were the number of projects with some form of data schema designed around user defined fields… | Continue reading
We rendered the top 1 million pages on the web, tracking every conceivable performance metric, logging every error, noting every requested… | Continue reading
Add data exploration and visualization to your analytics cluster | Continue reading
Webhook backend is a popular use case for FaaS (Functions-as-a-service) platforms. They could be used for many use cases such as sending… | Continue reading
What is Dependency Injection and How to use it on iOS. | Continue reading
I have spent almost the entire last decade in a fairly specialized product company, building high performance I/O systems. I had the… | Continue reading
I have spent almost the entire last decade in a fairly specialized product company, building high performance I/O systems. I had the… | Continue reading
The goal of this article is to understand the internals of Spark and Cassandra to write efficient code. | Continue reading
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the… | Continue reading
Don’t stick to just modal and push. | Continue reading
Based on my experience leading Platform Engineering initiative at various organizations | Continue reading
I have gazed into the abyss for so long that the abyss is gazing back at me | Continue reading
Terragrunt allows to orchestrate multiple stacks and reduce configuration duplication. This article goes over the tool’s capabilities. | Continue reading
Learn how modern web services spend 90% of their resources on computations that should never happen. | Continue reading
Reducing artifact size proportionally correlates with the cold start latency. | Continue reading
…so far :) | Continue reading
Introduce Chaos Engineering on your Kubernetes | Continue reading
Pioneered by AWS Lambda, serverless computing is the latest paradigm in cloud service. Nowadays, almost all large cloud provider companies… | Continue reading
Especially in case you have a lot of Tabs open inside your Browser, you are most likely using this feature on a daily basis. The drag&drop… | Continue reading