Attempt to Learn Elixir: The Introduction

A life long learner and tech tinkerer. Making and breaking systems. Learning from mistakes.
Search for a command to run...

A life long learner and tech tinkerer. Making and breaking systems. Learning from mistakes.
No comments yet. Be the first to comment.
This series is all about trying to learn Elixir, a functional programming language.
I came across Elixir probably two years ago. But I started looking into the basics of it from the beginning of this year. Functional programming can be intimidating to people coming from an Object-Oriented paradigm or to new programmers. We must gras...
Elixir is a functional programming language. Functional languages are built with functions as first-class citizens and tend to involve a declarative style of programming, where we specify what is to b

So... I’m blogging again. It’s been a while. Maybe longer than I’d like to admit. If you’ve ever stepped away from technical blogging or any creative outlet, you’ll understand the weird cocktail of excitement and hesitation that comes with coming bac...

Fundamentals and The Rise of Agentic AI

Switching from Visual Studio Code (VSCode) to Neovim as your main IDE can be a transformative experience. While both editors have their strengths and weaknesses, many developers find that Neovim offers a unique blend of speed, customizability, and ke...

If you are starting out with Next.js and Server Side Rendering for the first time, then the initial project setup may take a significant amount of your time. It is not likely that you will be working with plain Next.js. You should require some toolin...

This series of posts will hopefully reflect my own journey into the world of functional programming with Elixir. Elixir is the first and so far the only functional programming language I tried to learn and use. After I started learning the basics I fell in love with this beautiful language. I was introduced to it by one of my mentors. Learning a functional programming language made me think about programming in a different way. Though I do not use functional programming for my professional works it helped me become a better programmer in so many ways.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, embedded software, data ingestion, and multimedia processing domains. It is built on top of Erlang, which is a battle-tested programming language developed by Ericsson to build massively scalable soft real-time systems with requirements on high availability. Erlang is the reason why Elixir is so mature despite its young age. It is powerful as Erlang and developer-friendly and productive as Ruby. Ruby was built for Developers' Happiness and Productivity. And Elixir syntax is heavily influenced by Ruby. So you will get productivity, performance and happiness.
There are a lot of cool features in Elixir. My goal is to learn as much as possible about this language and share my learnings with others. We will find out about all the cool stuff about Elixir and its ecosystem.
I am a beginner in Elixir and my goal is not to teach anybody anything. I only intend to share my understandings and some learning resources with you all. All sorts of constructive criticism and positive feedbacks are appreciated. And also this will be my own journey and may not cover all the concepts. This is not a tutorial series or crash course. If you really want to dig deeper you must do your own study and research.
We will try to learn the following topics in the upcoming posts:
This is not a tutorial series or course. In every post, I will share some motivation and learning materials with all of you. Perhaps this will give you some basic idea about Elixir and its ecosystem and encourage you to learn more about it. I will definitely be learning a lot from this as well. So, see you in the first post.