Skip to content
View rahimahisah17's full-sized avatar

Block or report rahimahisah17

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.

Content in all repositories owned by your account will be closed.
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
rahimahisah17/README.md

RAHIMAH SULAYMAN - Cloud & DevOps Engineer

AZ-104 Certified | KCNA Certified | Linux Enthusiast | PL-300 Certified | Cloud & DevOps Engineer

Typing SVG

About Me

  • Passionate about Linux, Cloud Computing and Open-Source Technologies
  • Currently building hands-on projects in Linux, Git, GitHub and Microsoft Azure
  • Continuously learning Docker, Kubernetes, Bash Scripting and DevOps
  • Goal: To become a highly skilled Cloud & DevOps Engineer
  • I believe in learning by building real-world projects.

Certifications

  • ☁️ Microsoft Certified: Azure Administrator Associate (AZ-104) • View Certificate

  • Microsoft Certified: Power BI Data Analyst Associate • View Certificate

  • Linux Foundation Certified: Kubernetes and Cloud Native Associate (KCNA) • View Certificate

Microsoft Applied Skills

🤝 Open Source Contributions

Successfully contributed to and merged changes into public GitHub projects.

PinpointPro

Contributed to PinpointPro, an open-source location intelligence project, by improving project documentation and maintaining contributor records.

Contributions

✅ PR #7 – Browser Prerequisites Documentation

  • Clarified browser prerequisites in the project's README.md by adding examples of modern browsers that support ES6 modules.
  • Improved the onboarding experience for new users by making setup requirements clearer.

🔗 Pull Request: raphgm/pinpointpro#7


✅ PR #3 – CONTRIBUTORS.md Update

  • Added my details to the project's CONTRIBUTORS.md as a Phase 2 Project Contributor.
  • Helped keep contributor records accurate and acknowledge community participation.

🔗 Pull Request: raphgm/pinpointpro#3


LibreDB Studio

Contributed to LibreDB Studio, an open-source multi-database management studio, by fixing a security issue in its Docker setup.

Contributions

✅ PR #1039 – Publish Postgres containers on loopback only

  • Fixed #1011: three Docker Compose files exposed a Postgres container with default credentials on every network interface. Bound it to 127.0.0.1 in docker-compose.yml, docker/postgres.yml and database-compose.yml.
  • Checked the docs for anything that relied on the open port, and verified each file with docker compose config.
  • Reviewed and merged by the maintainers, with all CI checks passing.

🔗 Pull Request: libredb/libredb-studio#1039


✅ PR #1041 – Fix the postgres:18 data mount

  • Fixed #792: postgres:18 expects its data volume at /var/lib/postgresql, but the Compose files mounted /var/lib/postgresql/data, so the database container exited at startup and never loaded its seed data.
  • Reproduced the failure on a fresh volume, then verified the fix with the real files: the container started healthy and the seed created libredb_dev with 10 tables.
  • Applied the fix in docker-compose.yml, docker/postgres.yml, docker-compose.example.yml and the docs/STORAGE.md snippet, with a note on how to migrate a volume from the old layout.
  • Reviewed and merged by the maintainers, with CI passing.

🔗 Pull Request: libredb/libredb-studio#1041


cloudcost-cli

Contributed to cloudcost-cli, an open-source, provider-neutral FinOps data platform, by adding automated tests and CI for its cost-policy engine.

Contributions

✅ PR #9 – Policy SQL tests and a CI workflow

  • Added pytest as a dev dependency (with the lockfile updated) and a GitHub Actions workflow that runs the test suite on pull requests and on pushes to main.
  • Wrote unit tests for the aks_idle_nodepool policy, running its SQL against a small in-memory DuckDB table, and covering the CPU threshold, the cost formula and the exclusions.
  • Merged by the maintainer, and the workflow has passed on Python 3.13 on the project's repo.
  • Part of issue #6.

🔗 Pull Request: raphgm/cloudcost-cli#9


✅ PR #10 – Policy SQL tests for four more policies

  • Added a shared run_policy test fixture and 34 unit tests for the rightsizing_utilization, old_snapshots, idle_container_registries and idle_app_service_plans policies, running each policy's SQL against small in-memory DuckDB tables.
  • Checked that the tests catch regressions by deliberately breaking a copy of each policy in 17 ways (boundaries, prices, joins, aggregates, filters); every change made at least one test fail.
  • Reviewed by the maintainer, who re-ran the suite and spot-checked the tests against the real policy SQL, then merged it.
  • Part of issue #6.

🔗 Pull Request: raphgm/cloudcost-cli#10


Impact

  • Successfully submitted 6 merged pull requests.
  • Both contributions were reviewed, approved, and merged by the project maintainer.
  • Demonstrated proficiency with GitHub's open-source collaboration workflow, including forks, feature branches, pull requests, code reviews, and merges.

🔗 Repositories:

Looking forward to contributing to more open-source projects in Cloud, DevOps, Linux, and Kubernetes.

  • PR #7 PR #3 PR #1039 PR #1041 PR #9 PR #10

🤝 Connect with Me

LinkedIn Email DEV Community

☁️ Cloud & DevOps Stack

Featured Projects

AI-powered community reporting platform connecting people, evidence, and local action.

A full-stack platform designed to help communities report, document, and track local issues using location-aware and AI-powered capabilities.

Tech Stack: React Vite JavaScript Tailwind CSS Node.js Express Google AI GPS

Live Website · GitHub


Production-inspired DevOps workflow demonstrating automated CI/CD, containerization, and modern Git practices.

A hands-on project that follows the software delivery lifecycle from feature development and pull requests to automated builds, Docker image creation, and publishing to GitHub Container Registry (GHCR).

Tech Stack: Git GitHub GitHub Actions Docker GHCR Nginx Linux

GitHub Repository


Hands-on Linux command reference built for aspiring Cloud and DevOps Engineers.

A practical documentation project covering Linux navigation, file management, text processing, and searching — with tested commands, examples, explanations, terminal output, and real-world use cases.

Tech Stack: Linux Bash WSL Git CLI

GitHub Repository


Hands-on containerization lab demonstrating how applications are packaged, built, and run with Docker.

A practical DevOps lab covering the complete workflow from creating a Node.js application and Dockerfile to building images, running containers, and managing the project with Git and GitHub.

Tech Stack: Docker Node.js Linux Git GitHub WSL

GitHub Repository


Production-style Azure infrastructure lab demonstrating cloud provisioning, networking, security, and real-world troubleshooting.

An Azure infrastructure project built with Azure CLI, featuring Linux and Windows virtual machines, VNet networking, NSGs, Availability Zones, Nginx, IIS, and hands-on troubleshooting of deployment and connectivity challenges.

Tech Stack: Microsoft Azure Azure CLI Linux Windows Server VNet NSG Nginx IIS

GitHub Repository


Pinned Loading

  1. globalretail-prod-lab globalretail-prod-lab Public

    Azure Infrastructure Lab built with Azure CLI featuring Linux and Windows virtual machines, IIS, Nginx, networking, availability zones, and troubleshooting real-world Azure deployment challenges.

    1

  2. cloud-devops-ci-cd-lab cloud-devops-ci-cd-lab Public

    Production-inspired DevOps project demonstrating Git workflows, Docker containerization, and CI/CD automation with GitHub Actions.

    HTML 2 1

  3. dockerfiles-lab dockerfiles-lab Public

    A hands-on Dockerfile lab demonstrating how to containerize a Node.js application using Docker, including image creation, container management, and Dockerfile experiments.

    JavaScript 1

  4. linux-commands linux-commands Public

    Hands-on Linux commands for DevOps and Cloud Engineers with practical examples, explanations, and screenshots.

    5 1

  5. raphgm/pinpointpro raphgm/pinpointpro Public

    PinPoint Pro — Open-source context-aware digital workspace. AI provider-agnostic. Preferred: Azure OpenAI.

    TypeScript 27 32