Improving slow mounts in React apps

There are a million articles out there focusing on how you can make your app faster by removing unnecessary re-renders & preventing… | Continue reading


@itnext.io | 5 years ago

AWS AI Services Can Help You Improve Your Foreign Language

Applying three AWS AI services Polly, Transcribe and Translate you could implement powerful tool to develop some foreign language skills. | Continue reading


@itnext.io | 5 years ago

Five efficient ways to destroy your tech project

There are few things you can do to ensure your project won’t go anywhere anytime soon. | Continue reading


@itnext.io | 5 years ago

NoSQL does not mean Relational

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


@itnext.io | 5 years ago

How and when to ignore lifecycle changes in Terraform

Terraform is a very useful tool for deploying infrastructure, but can we prevent it making unwanted changes to resources & breaking things? | Continue reading


@itnext.io | 5 years ago

K8s Tips: Manifests, Helm, Kustomize

Several ways to deploy an application in Kubernetes | Continue reading


@itnext.io | 5 years ago

Using gRPC with TLS, Golang and React (No Envoy)

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


@itnext.io | 5 years ago

Why and How to Run Your Development Database with Docker

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


@itnext.io | 5 years ago

DevTools Protocol in Selenium 4

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


@itnext.io | 5 years ago

Common Pitfalls in Infrastructure as Code

Introduction | Continue reading


@itnext.io | 5 years ago

Lithops, a Multi-Cloud Serverless Programming Framework

Continue reading


@itnext.io | 5 years ago

Why I‘m not using Navigator 2.0 in Flutter– my pattern by Luke Urban

Easy, modular navigation pattern for bigger Flutter apps | Continue reading


@itnext.io | 5 years ago

Automated Kubernetes cluster build on Raspberry Pi

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


@itnext.io | 5 years ago

The Art of Type Programming (TypeScript)

Make complex things simple, make simple things trivial. | Continue reading


@itnext.io | 5 years ago

Flutter is no longer a cross-platform framework – it is something more

…and why I think we should call it differently. | Continue reading


@itnext.io | 5 years ago

Lithops, a Multi-Cloud Serverless Programming Framework

The rise of serverless computing | Continue reading


@itnext.io | 5 years ago

Deep Dive into Docker Internals – Union Filesystem

Explore the inner workings of OverlayFS, the filesystem behind layered architecture of Docker images and containers | Continue reading


@itnext.io | 5 years ago

Breaking Down and Fixing Kubernetes

Kubernetes is a great platform both for container orchestration and everything else. Recently, Kubernetes has gone far ahead in terms of… | Continue reading


@itnext.io | 5 years ago

Kubernetes Probes: Startup, Liveness, Readiness

by Levent Ogut | Continue reading


@itnext.io | 5 years ago

WebRTC for beginners; How calls work from the outside

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


@itnext.io | 5 years ago

How to Debug Asp.net Core in Kubernetes from Visual Studio 2019?

Since the original post got outdated here’s the new one for VS2019 | Continue reading


@itnext.io | 5 years ago

Choosing Between Object and Block Storage

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


@itnext.io | 5 years ago

Building Docker Images the Proper Way

Let’s optimize Docker builds to create much smaller and more secure Docker images in a fraction of the usual build time… | Continue reading


@itnext.io | 5 years ago

Kubernetes Priority and Fairness – What I Learned

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


@itnext.io | 5 years ago

Kubernetes API Priority and Fairness

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


@itnext.io | 5 years ago

Hardening Docker and Kubernetes with Seccomp

Your containers might not be as secure as you’d think, but seccomp profiles can help you fix that… | Continue reading


@itnext.io | 5 years ago

Use CCXT to calculate Cryptocurrency trade indicators

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


@itnext.io | 5 years ago

Terragrunt – Becoming one with its internal behaviors

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


@itnext.io | 5 years ago

User Configurable Feature Design and Data Architecture

The glaring similarity I discovered were the number of projects with some form of data schema designed around user defined fields… | Continue reading


@itnext.io | 5 years ago

We rendered a million web pages to find out what makes the web slow

We rendered the top 1 million pages on the web, tracking every conceivable performance metric, logging every error, noting every requested… | Continue reading


@itnext.io | 5 years ago

Installing Apache Superset on Amazon EMR

Add data exploration and visualization to your analytics cluster | Continue reading


@itnext.io | 5 years ago

Build a serverless app using Go and Azure functions

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


@itnext.io | 5 years ago

Dependency Injection with Swinject

What is Dependency Injection and How to use it on iOS. | Continue reading


@itnext.io | 5 years ago

Modern storage is plenty fast. It is the APIs that are bad

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


@itnext.io | 5 years ago

Modern storage is plenty fast. It is the APIs that are bad

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


@itnext.io | 5 years ago

Spark and Cassandra, All You Need to Know: Tips and Optimizations

The goal of this article is to understand the internals of Spark and Cassandra to write efficient code. | Continue reading


@itnext.io | 5 years ago

My lockdown project or how I started to dig into a custom UICollectionViewLayout

ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the… | Continue reading


@itnext.io | 5 years ago

Custom UIViewController Transitions

Don’t stick to just modal and push. | Continue reading


@itnext.io | 5 years ago

Platform Engineering: Challenges and Solutions

Based on my experience leading Platform Engineering initiative at various organizations | Continue reading


@itnext.io | 5 years ago

How to write code without confidence

I have gazed into the abyss for so long that the abyss is gazing back at me | Continue reading


@itnext.io | 5 years ago

Terragrunt – The Glue Around Terraform

Terragrunt allows to orchestrate multiple stacks and reduce configuration duplication. This article goes over the tool’s capabilities. | Continue reading


@itnext.io | 5 years ago

The Ungreen Web: Why Our Web Apps Are Terribly Inefficient?

Learn how modern web services spend 90% of their resources on computations that should never happen. | Continue reading


@itnext.io | 5 years ago

3x Smaller Lambda Artifacts by Removing Junk from Node_modules

Reducing artifact size proportionally correlates with the cold start latency. | Continue reading


@itnext.io | 5 years ago

Popular Node.js and React admin panel, AdminBro just got version 3.3

…so far :) | Continue reading


@itnext.io | 5 years ago

Getting Started with Chaos Mesh and Kubernetes

Introduce Chaos Engineering on your Kubernetes | Continue reading


@itnext.io | 5 years ago

Autoscaling Patterns in Serverless Computing You Should Know About

Pioneered by AWS Lambda, serverless computing is the latest paradigm in cloud service. Nowadays, almost all large cloud provider companies… | Continue reading


@itnext.io | 5 years ago

Re-sorting Web-based Tabs like it works in Google Chrome

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


@itnext.io | 5 years ago

Orchestration Frameworks for Big Data

Introduction | Continue reading


@itnext.io | 5 years ago