Kiran Chauhan

Cogito, ergo sum

Getting Started with Qt 6.x (2025)

In this article, we are going to install Qt and create the sample Qt application on a GNU/Linux Debian system.

Redux (2025)

Redux is the state management library.

On Elixir Pt. 4 (2025)

We are continuing our journey with composite data types, and in this article, we briefly touch on the next composite data type: Tuples.

On Elixir Pt. 3 (2025)

Now, you know a few primitive data types such as Integer, Floating-point numbers, Boolean, and String. Let’s move on and talk about a few composite data types, starting with Lists.

On Elixir Pt. 2 (2025)

Elixir is a dynamic programming language. Assign the value to a variable, and you’re good to go.

On Elixir Pt. 1 (2025)

Elixir is a dynamic, functional programming language designed for building scalable and maintainable applications. It runs on the Erlang VM (BEAM), known for its low-latency, distributed, and fault-tolerant capabilities.