React and Redux for Intermediate Developers

Marhaba, fellow coders! After a long haitus, I am back to writing. Today, I'm excited to take you on a journey deeper into the world of React and Redux.

~10 min read


Demystifying Python Decorators

Today I want to talk to you about Python decorators. I remember when I first encountered decorators back in 2015 while preparing for the Cairo University Programming Contest. I was fascinated by how they could simplify and enhance my code. So, without further ado, let's dive into decorators and see how they can level up our Python skills!

~19 min read


Implementing Threadpools in C

We're going to build a threadpool in C. I remember when I first implemented a threadpool for a project at my first job, it was quite an adventure...

~22 min read


Machine Learning in Practice: Predictive Analytics with Scikit-Learn

Ahlan wa sahlan, fellow code enthusiasts! I'm Abdelsalam Elomda, a full-stack developer and AI aficionado from Egypt. Today, we will take a fascinating journey into the realm of Machine Learning (ML) and explore how we can leverage Python's Scikit-Learn library for predictive analytics.

~6 min read