Skip to content
View mdbentaleb's full-sized avatar
πŸ‘‹
bash $: echo "Hey!"
πŸ‘‹
bash $: echo "Hey!"

Highlights

  • Pro

Block or report mdbentaleb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mdbentaleb/README.md
Profile Cover

Software & Fullstack Developer


I’m a Software & Fullstack Developer passionate about creating efficient, scalable, and innovative applications. I enjoy solving complex technical challenges and building tools that enhance performance and reliability. I also have experience as a Systems & Network Administrator, ensuring smooth operation and robust network infrastructure.

class DeveloperCard {
	public:
		name		= "Mohamed Ben Taleb";
		role		= "Software & Fullstack Developer";
		skills		=
			"Programming		  : C, C++, OOP, Data Structures, Algorithms, Low-level Programming"
			"Web & Modern Stack	  : HTML, CSS, JavaScript, Angular, Node.js, Express.js, MySQL"
			"System				  : Unix/Linux, Scripting, Sys Admin, Virtualisation & Containers, Web Servers"
			"Networking			  : TCP/IP, Sockets, Network Concepts"
			"Version Control	  : Git, GitHub"
			"Project Manage Tools : Trello";
		learning	= "UI/UX Fundamentals, TypeScript, Advanced Angular";
		linkedin	= "https://www.linkedin.com/in/mohamedbentaleb/";
		email 		= "bent4leb@gmail.com";
};

πŸ”§ Languages and Tools

Language Icons

Language Icons

Language Icons

πŸš€ Featured Projects

Β  Β 

Β 

Profile views

Pinned Loading

  1. Push_swap_42 Push_swap_42 Public

    πŸš€ Push_swap is a 42 Network project where the goal is to sort a stack of integers using a limited set of operations. It reinforces algorithm design, optimization, and efficient data manipulation. πŸ”„πŸ“Š

    C

  2. Philosophers_42 Philosophers_42 Public

    🧠 A concurrency project simulating the classic Dining Philosophers problem using threads, mutexes, processes, and semaphores.

    C