About Skills Experience Projects My Journey Contributions Contact
Junior DevOps Engineer

Hello, I'm Nji Menyonga
Ariane Ruth.

Building real infrastructure, automating deployments, and getting better at it every single day.

NextGen Playground · Primus Learning · Tech4Dev · Cameroon 🇨🇲 · Remote-ready

Find me on
Nji Menyonga Ariane Ruth
Nji Menyonga Ariane Ruth
Junior DevOps Engineer · Cameroon 🇨🇲
Availability

Open to DevOps internships, junior roles, and hands-on collaborations.

I want to work on real infrastructure with real engineers. Whether that's a junior role, an internship, or a project, I show up prepared, ask good questions, and put in the hours to figure things out.

Full-time junior DevOps roles
DevOps internship programmes
Remote or Cameroon-based positions
Project collaborations and open source
DevOps Micro Internship Cohort 3, starting June 6, 2026
Start a conversation
Proof of Progress
2+
Years Learning
Training in DevOps since 2023
3
Projects Live
Deployed and publicly accessible
AWS + Docker
Primary Stack
Cloud + containerisation focus
10+
Tools Mastered
Across the DevOps lifecycle
2
Languages
English and French
Cohort 3
Micro Internship
Starting June 6, 2026

Junior DevOps Engineer
based in Cameroon

My name is Nji Menyonga Ariane Ruth and I'm a junior DevOps engineer with a growing passion for cloud infrastructure, automation, and getting things to actually work in production, not just on paper.

I started learning DevOps in 2023 and built my foundation at Primus Learning (2024–2025), where I got hands-on with Linux, networking, AWS, Docker, Kubernetes, Terraform, Ansible, and monitoring tools like Prometheus and Grafana. I also completed a 3-week AWS Bootcamp with Tech4Dev, which gave me focused, practical experience on core AWS services.

Since 2025 I've been part of NextGen Playground, where I moved from theory to practice. I've deployed live infrastructure, built full CI/CD pipelines that go from a git push all the way to a running container with zero manual steps, and set up monitoring so I know when things break.

Starting June 6th, 2026, I'm joining Cohort 3 of the DevOps Micro Internship under Mentor Praveen Pandey. I take my growth seriously, and I document everything I build.

Upcoming Internship
DevOps Micro Internship: Cohort 3
Starting June 6, 2026 · Mentor: Praveen Pandey
Working on real infrastructure tasks in a structured internship setting alongside other engineers.
Location
Cameroon 🇨🇲
Training
NextGen Playground · Primus · Tech4Dev
Languages
English 🇬🇧 · French 🇫🇷
Status
Open to Roles ✓
2+
Years Learning
3
Projects Live
10+
Tools Mastered
2
Languages

DevOps Skills & Stack

Hands-on experience across the full DevOps lifecycle, from source control to deployment and monitoring.

Cloud & Infrastructure
AWS EC2S3VPCIAMCloudflare
Containers & Orchestration
DockerKubernetesHelmDocker Hub
CI/CD & Automation
GitHub ActionsGitBashWebhooks
Infrastructure as Code
TerraformAnsibleIaC Principles
Monitoring & Observability
PrometheusGrafanaUptimeRobotAlerting
OS & Networking
LinuxUbuntuDNSNetworking
Version Control
GitGitHubBranchingPull Requests
Security Basics
HTTPS / SSLIAM PoliciesGitHub Secrets

Experience & Training

Training and project experience building real infrastructure in Cameroon and remote environments.

🎯 DevOps Micro Intern
June 6, 2026 · Upcoming
Cohort 3 · Mentor: Praveen Pandey
  • Selected for Cohort 3 of the DevOps Micro Internship, starting June 6th 2026
  • Will work on real-world DevOps projects under the mentorship of Praveen Pandey
  • Programme focuses on production-grade infrastructure, CI/CD workflows, and collaborative engineering practices
DevOps Engineer Trainee
2025 · Present
NextGen Playground · Cameroon
  • CV Deployment: Deployed portfolio website via GitHub Pages with custom domain, Cloudflare DNS proxying, HTTPS enforcement, and orange cloud security
  • CI/CD Pipeline: Built a fully automated pipeline: every push to main triggers GitHub Actions to build and push a Docker image to Docker Hub, which Render auto-deploys with zero manual steps
  • Docker Containerisation: Containerised a web application and published the image to Docker Hub as ariana1/myapp
  • Monitoring: Set up 24/7 availability monitoring with UptimeRobot, with email alerts on any downtime
  • Git Workflows: Practised branching, pull requests, multi-branch merging, and conflict resolution daily
DockerGitHub ActionsCloudflareRenderUptimeRobotGit
Cloud & DevOps Student
2024 · 2025
Primus Learning · Cameroon
  • Linux: Studied system administration, networking fundamentals, and server management
  • Cloud: Learned AWS services (EC2, S3, IAM, VPC) with a focus on real-world use cases
  • Containers: Introduced to containerisation with Docker and orchestration with Kubernetes
  • IaC: Practised infrastructure provisioning with Terraform and configuration management with Ansible
  • Monitoring: Set up Prometheus and Grafana dashboards to track system metrics and configure alerts
LinuxAWSDockerKubernetesTerraformAnsiblePrometheusGrafana
AWS Bootcamp Participant
2023 · 3 Weeks
Tech4Dev · AWS Bootcamp
  • Completed an intensive 3-week AWS Bootcamp covering core cloud services and practical deployment workflows
  • Worked hands-on with EC2, S3, IAM, VPC, and cloud architecture fundamentals
  • Gained practical exposure to provisioning, access management, and cloud security basics on AWS
  • This bootcamp was the starting point of my DevOps and cloud journey
AWS EC2S3IAMVPCCloud Architecture

Highlighted Projects

Real infrastructure built for real problems. Source code, Dockerfiles, and CI/CD configs are all on GitHub.

Live · Production
Talent Forge DevOps: Dockerised App with Full CI/CD Pipeline
A containerised web application with a complete end-to-end DevOps workflow. Every code push triggers GitHub Actions to build and push a Docker image to Docker Hub, which Render auto-deploys with zero manual steps. Monitored 24/7 with UptimeRobot.
DockerGitHub ActionsDocker HubRenderUptimeRobotCI/CD
Live
CV Portfolio via GitHub Pages & Cloudflare
Built and deployed this personal portfolio using GitHub Pages with a custom domain through Cloudflare. Configured DNS records, enabled proxy, enforced HTTPS, and set up automatic deployment on every push to main.
GitHub PagesCloudflareDNSHTTPSGit
In Progress
Scalable Todo App on AWS: Terraform, Ansible, Kubernetes & CI/CD
Production-grade capstone project deploying a containerised Todo application on AWS. Terraform provisions the full VPC, EC2 nodes, security groups, ECR, and S3 remote state with DynamoDB locking. Ansible bootstraps a Kubernetes cluster using kubeadm across control plane and worker nodes. GitHub Actions handles the full CI/CD pipeline: build, test, push Docker image, and deploy to Kubernetes. Includes Prometheus and Grafana for monitoring.
Terraform Ansible Kubernetes AWS GitHub Actions Docker kubeadm Prometheus Grafana

All projects are on GitHub. Source code, Dockerfiles, CI/CD workflows, and READMEs for every project listed above.

View GitHub Profile

What I Contribute

Six things I bring to any DevOps team from day one, grounded in work I've actually done.

Containerising with Docker
I package applications into Docker containers, write Dockerfiles, manage images on Docker Hub, and make sure what runs on my machine runs exactly the same everywhere else.
Building CI/CD Pipelines
I connect Git to deployment. A push to main triggers a GitHub Actions workflow that builds, tests, and ships the application automatically. No one has to touch a server.
Deploying to Cloud Platforms
I deploy web applications to cloud platforms like Render and AWS, configure environments correctly, and make sure things stay up after they go live.
Writing Infrastructure as Code
I use Terraform to define and provision infrastructure so environments are consistent, repeatable, and version-controlled, not configured by hand and forgotten.
Setting Up Monitoring and Alerts
I set up UptimeRobot, Prometheus, and Grafana so the team knows about problems before users do. Downtime alerts, dashboards, and health checks built in.
Documenting What I Build
Every project gets a proper README, architecture notes, and clear steps for how to reproduce it. Good documentation is part of the work, not an afterthought.

Learning Journey

Why I started, what I have learned so far, and the kind of engineer I am working to become.

I joined the NextGen Playground DevOps programme because I wanted to understand how software actually gets from a developer's laptop to a live server and how to keep it running reliably once it gets there. That question kept pulling me toward DevOps, and I decided to stop reading about it and start building.

My learning started in 2023 with a 3-week AWS Bootcamp through Tech4Dev, which gave me my first real taste of cloud infrastructure. That experience showed me how much there was to learn and made me want to go deeper. I then trained at Primus Learning (2024–2025), where I got hands-on with Linux, Docker, Kubernetes, Terraform, Ansible, Prometheus, and Grafana, not just as theory but as tools I actually used.

Since joining NextGen Playground in 2025, I have deployed a live portfolio with custom DNS through Cloudflare, built a fully automated CI/CD pipeline that ships a containerised application to production on every git push, and started work on a production-grade capstone project using Terraform, Ansible, and Kubernetes on AWS.

"I don't wait until I understand everything before I start. I deploy something, watch it break, figure out why, and fix it. That is how I actually learn."
Nji Menyonga Ariane Ruth

The kind of engineer I am working to become is one who understands the full system, not just the tool in front of them. I want to be the person on a team who can trace a problem from the user's browser all the way down to the infrastructure layer, and fix it. I want to build things that are automated, observable, and reliable enough that the team can sleep at night.

I am not there yet. But I know exactly what I am building toward, and I show up every day to close the gap.

Why I Started
I wanted to understand how software goes from code to a live server and how teams keep it running. DevOps was the answer to that question.
AWS Bootcamp with Tech4Dev (2023)
3 weeks of focused AWS training: EC2, S3, IAM, VPC. My first real cloud experience and the moment I knew this was the direction I wanted to go.
Primus Learning (2024–2025)
Deep foundation in Linux, Docker, Kubernetes, Terraform, Ansible, Prometheus, and Grafana. Every concept practised, not just read.
NextGen Playground (2025–Present)
From theory to live infrastructure. Deployed real projects, built CI/CD pipelines, containerised applications, and started a production capstone on AWS.
DevOps Micro Internship: Cohort 3 (June 2026)
Next step: working on real infrastructure tasks in a structured internship setting under Mentor Praveen Pandey alongside other engineers.
The Engineer I Am Becoming
Someone who understands the full system, builds things that are automated and observable, and leaves every codebase and infrastructure more reliable than they found it.

Let's Connect

Hiring, collaborating, or just want to say hi? I respond within 24 hours.

Hiring, collaborating, or just want to say hi?

I'm actively looking for internship opportunities and junior DevOps roles where I can do real work and grow alongside people who know more than me.

I'm not looking to just fill a seat. I want to build things, ask questions, figure out why something broke, and come out a better engineer every week. If that fits what you need, let's talk.

Open to internships and junior DevOps roles
Remote or Cameroon-based positions
Available for project collaborations
Joining DevOps Micro Internship Cohort 3, June 2026
Responds within 24 hours