All Stories

The state of pattern matching in Java 17

The state of pattern matching in Java 17

Let us see how pattern matching is evolving in Java

My sleek and modern Linux development machine in 2021

My sleek and modern Linux development machine in 2021

My 2021 Linux development machine explained

What is Developer Experience and why should we care?

What is Developer Experience and why should we care?

Let's bust some myths around developer experience and see why it's important.

The programming languages I like and why I like them

The programming languages I like and why I like them

Being a polyglot developer, there would be some language you like over others and here are mine.

My second impression of Rust and why I think it's a great general-purpose language!

My second impression of Rust and why I think it's a great general-purpose language!

My second impression of Rust, after building a real-life use case with it and my thoughts on why it is a great general-purpose language for...

Concurrency in modern programming languages: Java

Concurrency in modern programming languages: Java

Building a concurrent web server in Java to compare concurrency performance with Rust, Go, JS, TS, and Kotlin