You Are Using Old Technology (2025)

Jan 13, 2025

viewpoint may be largely unrelated to its usefulness. Many if not most of the software we use is probably obsolete according to the latest design criteria. Most users could probably care less if the internals of the operating system they use is obsolete. They are rightly more interested in its performance and capabilities at the user level. - Ken Thompson, The Tanenbaum-Torvalds Debate

On Elixir Pt. 5 (2025)

Jan 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. 4 (2025)

Jan 4, 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. 3 (2025)

Jan 3, 2025

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

On Elixir Pt. 2 (2025)

Jan 3, 2025

Go ahead and create a file with the name hello_world.ex. Open this file in your favorite text editor and write the following code in it:

On Elixir Pt. 1 (2025)

Jan 3, 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.