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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
mdbentaleb/README.md
Profile Cover

DevOps Engineer | Bridging Software Engineering & Cloud Ops


I am a DevOps Engineer bridging core software engineering principles with modern cloud automation. My journey began in low-level programming (C/C++) and algorithms, giving me a deep understanding of the software lifecycle from the inside out. I apply this engineering mindset to infrastructure, with hands-on experience in Docker, Docker Compose, Bash/Python automation, and secure AWS deployments. Currently, I am expanding my skills in Terraform, CI/CD, and Kubernetes.

class DeveloperCard {
	public:
		name		= "Mohamed Ben Taleb";
		role		= "DevOps Engineer, Bridging Software & Cloud Ops";
		skills		=
			"Cloud & Infrastructure     : AWS (EC2, S3, IAM, VPC, RDS, Auto Scaling), Nginx"
			"Containers & Orchestration : Docker, Docker Compose, Kubernetes, Docker Swarm"
			"CI/CD & Automation         : Jenkins, GitHub Actions, GitLab CI, Terraform"
			"Systems & OS               : Linux/Unix, SysAdmin, Virtualization"
			"Scripting                  : Bash, Python"
			"Software Engineering       : C, C++, OOP, Data Structures, Algorithms, Sockets"
			"Networking                 : TCP/IP, IP Subnetting, Network Configuration"
			"Monitoring                 : Grafana"
			"Version Control            : Git, GitHub"
			"Web Stack                  : HTML, CSS, JS, Node.js, Express.js"
			"Databases                  : MySQL"
			"Project Manage Tools       : Trello";

		linkedin	= "https://www.linkedin.com/in/mohamedbentaleb/";
		email 		= "bent4leb@gmail.com";
};

πŸ”§ Languages and Tools

DevOps Tools 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

  3. Born2beroot_42 Born2beroot_42 Public

    πŸ’» Born2beroot is a 42 Network project where the goal is to set up and secure a Linux virtual machine. It focuses on system administration, network management, and OS optimization.

    Shell