DIY node_modules cache for Docker in your CI

A custom solution for speeding up docker builds within your CI using a custom node_modules cache container. | Continue reading


@itnext.io | 1 year ago

Microservices, Clearing Up the Definitions

In the previous article, we looked at how loose coupling can lead to more complexity. | Continue reading


@itnext.io | 2 years ago

How to Blur Objects in Real-Time with Video and Canvas

Confidentiality is a very important part of the modern world. When you shoot a video on your phone in a public place, people who get into… | Continue reading


@itnext.io | 2 years ago

How to use the Firebird database with Rust language

How to use the Firebird database with Rust language | Continue reading


@itnext.io | 2 years ago

Radical Candor: Software Edition. Give radically candid code and design

Give radically candid code & design reviews, to get quality results and improve personally. | Continue reading


@itnext.io | 2 years ago

Devs Are a Valuable When Creating Software but Their Time Is Undervalued/Misused

Developers create software, managers create nothing | Continue reading


@itnext.io | 2 years ago

Define a web 4.0 app to be multi threaded

Take your skills to an entirely new level by learning to create a visually stunning and blazing fast next generation web app using web… | Continue reading


@itnext.io | 2 years ago

How to be a DevOps maestro: containers orchestration guide

“All things are difficult before they are easy.” | Continue reading


@itnext.io | 2 years ago

Share Programming Knowledge, Not Information

Don’t create the illusion of a job well done. | Continue reading


@itnext.io | 2 years ago

Share Programming Knowledge, Not Information

Don’t create the illusion of a job well done. | Continue reading


@itnext.io | 2 years ago

There Is No Incentive for Developers to Create Quality Code on Software Projects

Speed is more important than quality on software projects | Continue reading


@itnext.io | 2 years ago

The Rumours of the Death of Agile Have Been Greatly Exaggerated

Agile isn’t dead and it won’t be killed | Continue reading


@itnext.io | 2 years ago

Kubernetes Security and Hardening Guidance

Documentation, tools, guides | Continue reading


@itnext.io | 2 years ago

Build your own Recoil. Recoil is a new experimental state management library

Recoil is a new experimental state management library for React provided by Facebook. The core concept of it is Atoms and Selectors: | Continue reading


@itnext.io | 2 years ago

Deploying Smart Contracts to Binance Smart Chain with Truffle

Deploying a Smart contract to testnet and mainnet using Truffle. Migrating in a easy way. | Continue reading


@itnext.io | 2 years ago

Goodbye Xamarin Forms

TL,DR: Uno platform is everything I hoped Xamarin.Forms would be. In light of this, please tell me why one should bother with .NET Maui. | Continue reading


@itnext.io | 2 years ago

Software Supply Chains and the Modern Challenges

Software Supply Chain attacks are growing recently. A study shows a whooping rise of 12x in just the last 3 years. | Continue reading


@itnext.io | 2 years ago

How Microsoft’s Low-Code Strategy Is Similar to McDonald’s Business Strategy

Microsoft’s Business Is Selling Servers and Licences, Not Software Development | Continue reading


@itnext.io | 2 years ago

Should You Use DynamoDB or MongoDB?

A NoSQL Comparison from a developer point of view. | Continue reading


@itnext.io | 2 years ago

Clean and simple hot-reloading on uninterrupted go applications

In this article, we will learn how to hot-reload any application component without stopping a running Go app, in an easy, well-structured… | Continue reading


@itnext.io | 2 years ago

How to deploy a cross-cloud Kubernetes cluster with built-in disaster recovery

This article explains how to run a single Kubernetes cluster that spans a hybrid cloud environment, making it resilient to failure. It will… | Continue reading


@itnext.io | 2 years ago

Software Development Is Misunderstood

Shortcuts feel fast but slow you down in the long term | Continue reading


@itnext.io | 2 years ago

When Software Development Goes Wrong, Leaders Hide Under the Covers and Hope

Software development plans don’t fix themselves | Continue reading


@itnext.io | 2 years ago

Micro APIs with OpenFaaS and .NET

Serverless functions are becoming increasingly popular, but not everything fits into that model. And although it is possible to create an… | Continue reading


@itnext.io | 2 years ago

Kubernetes Essential Tools: 2021

Review of the best tools for Kubernetes | Continue reading


@itnext.io | 2 years ago

Knowledge,CVs and Certifications Are No Guarantee a Dev Can Create Software

Software developers get experience by creating, not passive learning (reading, videos, certifications) | Continue reading


@itnext.io | 2 years ago

Why the Last 1% of Software Development Can Take as Long as the First 99%

Estimates and percent complete are misleading in software development | Continue reading


@itnext.io | 2 years ago

Use Cases for Kubernetes over VPN

This is a higher-level take on another story I wrote about how to run Kubernetes across multiple clouds. Before explaining how, I should… | Continue reading


@itnext.io | 2 years ago

Actions Everyone Can Do to Improve Their Cloud Native Security Posture

How to secure your small-to-medium sized cloud infrastructure | Continue reading


@itnext.io | 2 years ago

Software Developers Like the England Football Team Have Impossible Expectations

One way to succeed; many ways to fail | Continue reading


@itnext.io | 2 years ago

HMock: First Rate Mocks in Haskell

At the end of Zurihac this year, I released a preview version of HMock, a new library for testing with mocks in Haskell. Let’s talk about… | Continue reading


@itnext.io | 2 years ago

Changing how I review code

Collaboration is more than just writing a comment on the internet. | Continue reading


@itnext.io | 2 years ago

Explain to me Go Concurrency Worker Pool Pattern like I’m five

An easy explanation about how all the components of this pattern work together to concurrently process a batch of jobs. | Continue reading


@itnext.io | 2 years ago

SLOs should be easy, say hi to Sloth

As in other areas, in the technology world, every year there are some buzz words that are being said more than others. Some examples: | Continue reading


@itnext.io | 2 years ago

SEO for Open Source Projects

You’ve created this awesome Open Source project. You should spend some time to promote it. With SEO you will promote the project in Google. | Continue reading


@itnext.io | 2 years ago

How to retry fails automation tests

The biggest problem in test automation is constantly changing locators and unstable tests. As a rule, unstable tests are still commonly… | Continue reading


@itnext.io | 2 years ago

Git-Notes Your CI Process

For a long time now we have been using Jenkins as our CI system. This has been fine from a build process perspective, but it hasn’t been… | Continue reading


@itnext.io | 2 years ago

Eventual Consistency with Spring for Apache Kafka

Using Spring for Apache Kafka to manage a Distributed Data Model in MongoDB across multiple microservices | Continue reading


@itnext.io | 2 years ago

Rust for Node Developers

With the advent of WebAssembly (home) there has never been a better time to learn Rust on top of your existing JavaScript and Node.js… | Continue reading


@itnext.io | 2 years ago

I broke my Kubernetes cluster running 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 | 2 years ago

Popular Elitism in Programming

How your path of learning can affect your judgement towards other people | Continue reading


@itnext.io | 2 years ago

I Was Hacking iPhones in 2008

History of teenager hacking/jailbreaking iPhone. The original one. My personal growth both, as a software developer, tech head and a person. | Continue reading


@itnext.io | 2 years ago

Are you refactoring code the right way?

While refactoring is important, it can be ambiguous. You need to have a clear strategy when refactoring your code. | Continue reading


@itnext.io | 2 years ago

Why and How of Kubernetes Ingress (and Networking)

Services running in Kubernetes are not accessible on a public or private cloud. This is how Kubernetes is designed considering service… | Continue reading


@itnext.io | 2 years ago

Flutter – how to structure entire company around it. Monorepo to the rescue

Simple, yet forgotten way to manage you business logic. | Continue reading


@itnext.io | 2 years ago

I stopped using Bootstrap and switched to Tailwind instead

If you’re a web developer you probably know Bootstrap. I loved it from the second I used it, but now I switched to Tailwind. Why? Read… | Continue reading


@itnext.io | 2 years ago

How to better manage business logic in your Flutter apps

Simple, yet forgotten way to manage you business logic. | Continue reading


@itnext.io | 2 years ago

Using the Spotify Algorithm to Find High Energy Physics Particles

Few steps, python guide to particle tracking with Approximate Nearest Neighbor library Annoy. | Continue reading


@itnext.io | 2 years ago