Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@MarzouguiAhmed9
MarzouguiAhmed9
Follow
View MarzouguiAhmed9's full-sized avatar
🎯
seeking a 6-month full-time graduation internship

Marzougui Ahmed MarzouguiAhmed9

🎯
seeking a 6-month full-time graduation internship
Final-year IT Infrastructure & Cloud Computing student ,Passionate about Cloud & DevOps. Always learning, motivated, and excited to build cloud-native solutions

Highlights

  • Pro

Block or report MarzouguiAhmed9

Block user

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

You must be logged in to block users.

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

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

Report abuse
MarzouguiAhmed9/README.md



Profile Views


👤 Profile

Final-year Engineering student in IT Infrastructure and Cloud Computing, seeking a 6-month internship starting January2026. Skilled in automating CI/CD pipelines, cloud infrastructure, microservices, and ML workflows, with a proven focus onbuilding secure, reliable, and scalable systems that optimize project lifecycles and drive operational efficiency


🧭 Quick Navigation

ProfileExperienceFeatured ProjectsFull Project GalleryTech RadarEducationCertificationsLanguagesStats


💼 Experience

DevSecOps Intern — ST2I, Tunisia (Jun 2025 – Sep 2025)
  • Automated deployment of8 Spring Boot microservices onOpenShift usingHelm + Argo CD + GitLab CI, reducing deployment time by87% across dev / stage / prod.
  • Built supply chain security:SBOM (Syft),vulnerability scanning (Trivy & Grype),image signing (Cosign), enforcedRBAC & SonarQube quality gates95% vulnerability reduction and35% code quality improvement.
  • Achieved99.5% uptime via metrics + alerting dashboards (Prometheus + Grafana) and proactive SLO monitoring.
  • Standardized release promotion with Helm versioned rollbacks & policy checks.
DevOps Intern — SOCOOPEC, Tunisia (Jun 2024 – Jul 2024)
  • Built internalstock management platform (Angular + Spring Boot + JWT + Swagger).
  • Automated frontend CI/CD withGitHub Actions → AWS EC2, cutting manual steps80% and achieving~2 min build cycles.
  • Introduced baseline monitoring & alert rules usingCloudWatch (availability + resource usage).
Full-Stack JavaScript Developer — AFTERCODE (Jun 2023 – Aug 2023)
  • Developed interactive user interfaces with vanilla JavaScript, HTML, CSS.
  • Optimized UX via asynchronous data fetching and responsive layouts.

🚀 Featured Projects

ProjectWhat It SolvesImpactStack
Terraform VPC AutomationStandardized secure AWS network foundation.↓ Provision time70%, drift eliminated.Terraform · AWS VPC · IAM · Remote State
Automated KVM Virtual LabRapid reproducible local infra lab.Setuphours → <10 min.Ansible · KVM/libvirt · Cloud-init
AWS 3‑Tier ArchitectureResilient web/API baseline.Multi-AZ HA + security tiering.VPC · EC2 · ALB · ASG · Aurora
GitLab Helm Deployments (EKS)Gated Kubernetes delivery.Faster rollout & safer rollback.GitLab CI · Helm · EKS · RBAC
Serverless File SharingSecure collaboration platform.20–30 users, encrypted storage.React · Cognito · Lambda · EFS
Hybrid OpenStack CloudInternal + burst compute platform.Capacity visibility & flexibility.OpenStack · K8s · AWS · Grafana
Spring Boot on ECS FargateManaged microservice runtime.Zero-downtime releases & scaling.ECS Fargate · CodePipeline
Node.js K8s CI/CDQuality-focused delivery flow.Faster feedback, fewer regressions.Jenkins · K8s · Docker
CI/CD Pipeline OptimizationBuild throughput improvements.Deploys<5 min, manual ↓30%.Jenkins · Caching · Telemetry
Spam Detection ML Pipeline (DVC)Reproducible end-to-end ML workflow for spam classification.Faster iteration; deterministic experiments; safe deployment readiness.DVC · dvclive · Python · S3 · MLOps
Service Health Checker APILightweight active monitoring & metrics exposure.Real-time visibility & rapid incident detection.Go · Prometheus · Grafana · Docker

📦 Full Project Gallery

🧱 Infrastructure & Platform Engineering

Terraform VPC Automation

Infrastructure-as-Code modules to standardize secure AWS network foundations.

  • Reusable modules (VPC, subnets, routing, NAT, IGW, security boundaries).
  • Enforced tagging & CIDR conventions; multi-env parity (dev/stage/prod).
  • Result: 70% faster provisioning; near-zero config drift.
    Stack: Terraform • AWS VPC • IAM • Remote State (S3 + DynamoDB)

AWS 3‑Tier Architecture

Production-ready high-availability baseline.

  • Segmented public/private/db tiers with strict SG + NACL boundaries.
  • ALB + Auto Scaling for stateless resilience.
  • Aurora MySQL (Multi-AZ) for durability.
    Stack: AWS VPC • EC2 • ALB • ASG • Aurora MySQL • IAM • CloudWatch

Hybrid OpenStack Private Cloud & AI Platform

Internal cloud bridging on-prem workloads with AWS burst capacity.

  • Multi-node OpenStack (compute / networking / storage).
  • Hosted AI-oriented workloads: Kubernetes + DB layer.
  • Unified Grafana observability (capacity & performance).
    Stack: OpenStack • Ansible • Kubernetes • Docker • MySQL • AWS EC2/S3 • Grafana
⚙️ Automation & Virtualization

Automated KVM Virtual Lab

Local mini-cloud enabling repeatable ephemeral test setups.

  • Automated VM lifecycle (networking, SSH, users, packages) via Ansible + cloud-init.
  • Setup time: Hours → <10 minutes.
    Stack: Ansible • KVM/QEMU • libvirt • Cloud-init • Linux Networking
☁️ Cloud-Native Delivery & Runtime

GitLab CI/CD Helm Deployments to EKS

Policy-driven Kubernetes application delivery.

  • Pipeline: build → scan → chart lint → deploy (review → staging → prod).
  • Environment-specificvalues.yaml segregation + immutable image tags.
    Stack: GitLab CI • Helm • Amazon EKS • Docker • Registry • RBAC

Spring Boot on AWS ECS Fargate

Managed container runtime with scalable microservice deployment.

  • Pipeline: GitHub → CodePipeline → CodeBuild → ECR → ECS.
  • Rolling updates with autoscaling triggers + health checks.
    Stack: Spring Boot • Docker • ECS Fargate • ECR • CodePipeline • CodeBuild

Node.js Kubernetes CI/CD Pipeline

Quality-focused workflow with integrated security & notifications.

  • Static code analysis + container scan + deploy + Slack alerts.
  • Observability hooks for runtime metrics.
    Stack: Jenkins • Docker • Kubernetes • Node.js • Static Analysis • Slack API
🔐 Security, Reliability & Optimization

CI/CD Pipeline Optimization

Throughput and reliability improvements across build matrix.

  • Parallelized stages, caching layers, immutable artifact strategy.
  • Deploy time: <5 minutes; manual intervention ↓30%; MTTR improved via telemetry dashboards.
    Stack: Jenkins • Ansible • Docker • AWS EC2 • Caching • Monitoring

Serverless Secure File Sharing Platform

Low-ops encrypted collaboration stack.

  • Cognito-authenticated API Gateway + Lambda orchestration.
  • Encrypted storage using EFS + KMS; edge protection via WAF.
  • Designed for 20–30 concurrent users / 5–10 GB encrypted data.
    Stack: React • Cognito • API Gateway • Lambda • EFS • KMS • WAF • CloudWatch

🛰️ Technical Skills

Tech Stack Overview

DomainsFocus AreasStrength Highlights
Cloud & PlatformAWS, OpenStackMulti-env architecture, networking, resilience
Containers & OrchestrationDocker, Kubernetes, OpenShiftHelm, Operators, RBAC, autoscaling
Infrastructure as CodeTerraform, Ansible, HelmModular design, policy & drift prevention
CI/CD & GitOpsGitLab CI, GitHub Actions, Argo CD, JenkinsSecure pipelines, progressive delivery
Security & Supply ChainTrivy, Grype, Syft, Cosign, SonarQubeSBOM, image signing, quality gates
ObservabilityPrometheus, Grafana, ELK, CloudWatchMetrics, dashboards, alert tuning

🧩 Categorized Skill Grid (Interactive)

☁️ Cloud & Platform

🐳 Containers & Orchestration

🧱 Infrastructure as Code & Automation

🚀 CI/CD & Delivery

🔐 Security & Supply Chain

📊 Observability & Monitoring

🧪 Programming & Frameworks

🗄️ Data & Storage

Designed for readability + visual grouping. Collapsible sections keep the README compact while allowing deeper exploration.


🎓 Education

Private Higher School of Engineering and Technologies (ESPRIT), Tunisia
Integrated Master’s-level Engineering Program in IT Infrastructure & Cloud Computing (2022 – Present)

Higher Institute of Applied Sciences and Technology of Mahdia (ISSATM), Tunisia
Preparatory Cycle in Mathematics & Physics (2019 – 2022)


📜 Certifications


🌐 Languages


📊 GitHub Stats

GitHub Stats
GitHub Streak
Top Languages

🏆 GitHub Trophies

GitHub Trophies

💼 Open to graduation internship opportunities starting December 2025

Let’s build secure, observable, automated platforms.

PinnedLoading

  1. shayma-ouerhani/3A56_Innovatix_P3shayma-ouerhani/3A56_Innovatix_P3Public

    PHP

  2. LeetCode-Feedback/LeetCode-FeedbackLeetCode-Feedback/LeetCode-FeedbackPublic

    746 380

  3. Ayoubmekni7/appAyoubmekni7/appPublic

    CSS

  4. FriendsOfSymfony/FOSRestBundleFriendsOfSymfony/FOSRestBundlePublic

    This Bundle provides various tools to rapidly develop RESTful API's with Symfony

    PHP 2.8k 692


[8]ページ先頭

©2009-2025 Movatter.jp