Mohamed Ibrahim

Mohamed Ibrahim @moibra

About: Full stack web developer and Technical writer. I teach JavaScript & React & Python & Java

Joined:
Jun 3, 2021

Mohamed Ibrahim
articles - 26 total

Top AI-Powered Chrome Extensions for Web Developers 🚀

Boost your coding speed, productivity, and creativity with these smart browser tools. AI is no...

Learn More 10 0Apr 20

🚀 50 Must-Try Websites for Web Developers

Web development is constantly evolving, and staying updated with the best tools and resources is...

Learn More 0 0Mar 24

30 Git Commands Every Developer Should Know 🔥

Git is an essential tool for developers, but with so many commands available, it's easy to get...

Learn More 2 0Mar 20

15 Side Projects That Will Make You a Better Developer 🚀

Side projects are one of the best ways to level up your skills, build a portfolio, and explore new...

Learn More 4 2Mar 18

Building an Image to Text Converter with Next.js and Tesseract.js 🚀

Introduction As developers, we often encounter challenges that inspire us to build...

Learn More 0 1Mar 16

Creating a Reusable Component Library with Next.js & Tailwind CSS 🚀

Introduction Building a reusable component library can significantly improve development...

Learn More 2 0Mar 13

Best Practices for Structuring an Express.js Project

How to organize your Express.js application for scalability and maintainability 📝...

Learn More 4 0Feb 27

What Technologies Do You Use Every Day? Let's Discuss! 🤝

As developers, we rely on various technologies, frameworks, and tools to streamline our workflow and...

Learn More 5 19Feb 12

Best VS Code Extensions to Boost Your Productivity 🚀

Visual Studio Code offers a robust ecosystem of extensions that can significantly boost your...

Learn More 164 17Feb 9

⚡30+ Frameworks and Libraries Every Frontend Developer Should Explore in 2025

The world of frontend development is constantly evolving, and staying up-to-date with the latest...

Learn More 23 13Jan 8

10+ Top Free Tools and Templates for Creating Developer CVs 🛠️

Creating a developer CV that stands out is crucial when applying for tech jobs. A great CV highlights...

Learn More 6 1Dec 31 '24

Building a Full-Stack Notes Application with Node.js, Express, React, and Tailwind CSS 🚀✨

Introduction In this project, I developed a robust full-stack notes application designed...

Learn More 5 0Dec 29 '24

How to Prepare for a Frontend Developer Interview in 2025

Frontend development interviews can be challenging, but with the right preparation, you can...

Learn More 5 0Dec 26 '24

Learning Git and GitHub: The 10 Most Common Commands Explained 🌟

If you’re a developer, understanding Git and GitHub is non-negotiable. They’re essential tools for...

Learn More 7 0Dec 25 '24

Everything You Need to Know About CSS Grid and Flexbox🌐🎨

When it comes to modern web design, two of the most powerful layout systems in CSS are CSS Grid and...

Learn More 10 0Dec 23 '24

Important Topics for Frontend Developers to Master in 2025

Becoming a strong frontend developer requires more than just coding skills. It demands a deep...

Learn More 210 49Dec 21 '24

Top APIs Every Frontend Developer Should Use in 2025

As a frontend developer, your toolbox is incomplete without APIs that can supercharge your...

Learn More 2 1Dec 17 '24

Introduction to Object-Oriented Programming (OOP) in Python ✨⚙️

At first, I will start a series to explain OOP in Python. 🔧 What is Object-Oriented...

Learn More 0 0Dec 11 '24

How to update an element in a map - JavaScript

In this article we will learn how to update an element in a map. It is very common to update an...

Learn More 2 0Feb 20 '23

How to add an element to a map - JavaScript

In this article we will learn how to add an element to a map. It is very common to add an element to...

Learn More 0 0Feb 13 '23

How to delete an element from map - JavaScript

In this article we will learn how to delete an element from map. It is very common to delete an...

Learn More 3 0Feb 1 '23

How to loop through object - JavaScript

In this article we will learn how to loop through object. It is very common to iterate over an...

Learn More 12 12Jan 28 '23

Arrays Cheat Sheet - JavaScript

Introduction Hi guys, today I'm going to explain the built-in functions in arrays in...

Learn More 16 5Jan 23 '23

How to get the length of object in JavaScript

In this article we will learn how to get length of an object. It is very common to get length of an...

Learn More 2 0Dec 23 '22

How to reverse a string in JavaScript

In this article we will learn how to reverse a string. Unfortunately, there is no built-in function...

Learn More 5 0Dec 8 '22

How to reverse an array in JavaScript

In this article we will learn how to reverse an array in JavaScript. There's more than one way to do...

Learn More 8 7Dec 7 '22