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

Backend & DevOps Engineer | Java, Spring Boot, & Cloud Infrastructure


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		= "Backend & DevOps Engineer";
		skills		=
			"Backend Development        : Java, Spring Boot, REST APIs, Spring Data JPA, Spring Security, Hibernate, Maven",
			"Databases                  : PostgreSQL, SQL, Database Migrations",
			"Testing                    : JUnit, Unit Testing, Integration Testing",
			"Containers & Orchestration : Docker, Docker Compose, Kubernetes (basics)",
			"CI/CD                      : GitHub Actions (basic), Git, GitHub",
			"Cloud & Infrastructure     : AWS (EC2, S3, IAM, VPC, RDS, Auto Scaling)",
			"Monitoring                 : Prometheus, Grafana",
			"Systems & Scripting        : Linux / Unix, Bash, Python, System Administration, Virtualization",
			"Networking                 : TCP / IP, Subnetting, Socket Programming, Network Configuration",
			"Software Engineering       : C, C++, Object-Oriented Programming, Data Structures, Algorithms";

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

πŸ”§ Languages and Tools

Language Icons

DevOps Tools Icons

Language Icons

πŸš€ Featured Projects

Β  Β 

Β  Β 

Profile views

Pinned Loading

  1. aws-cloud-native-stack aws-cloud-native-stack Public

    AWS EC2 DevOps: Deploying a secure, containerized Flask app behind Nginx via cloud automation.

    Python

  2. Webserv_42 Webserv_42 Public

    🌐 HTTP/1.1 web server built from scratch in C++98 with non-blocking I/O, CGI, sessions, file uploads, and Nginx-inspired architecture πŸš€

    C++

  3. mini-task-management-api mini-task-management-api Public

    πŸš€ A lightweight REST API for Task Management built with Spring Boot, JPA, and PostgreSQL. Designed with clean architecture and industry-standard best practices.

    Java

  4. 42_CPP_Modules 42_CPP_Modules Public

    πŸ“š A collection of 42 C++ modules to learn and master πŸ–₯️ object-oriented programming, πŸ—‚οΈ data structures, 🧩 algorithms, and βš™οΈ modern C++ concepts step by step.