Skip to content
View mayank4singh's full-sized avatar
  • Noida

Block or report mayank4singh

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
mayank4singh/README.md
$ whoami
Mayank Singh — MCA'26
Cloud & DevOps Engineer · Android Developer
Building reliable infrastructure and shipping clean software.

$ man mayank
NAME
       mayank-singh — cloud & devops engineer, android developer

SYNOPSIS
       mayank [--build] [--deploy] [--automate] [--ship]

DESCRIPTION
       An engineer who started with Android and moved into cloud
       infrastructure. Writes code that runs on devices and builds
       systems that keep it running in production.

       Comfortable in the terminal. Thinks in pipelines.
       Ships things that work.

       · Designs and deploys containerized workloads on AWS
         using Docker, ECS and CloudFormation.

       · Builds CI/CD pipelines that take code from a git push
         to a live environment without manual intervention.

       · Automates infrastructure and workflows with Python,
         Boto3 and shell scripts.

       · Background in Android — Java, Kotlin, Jetpack Compose —
         which means the code running on the infrastructure
         was also written by the same hands.

OPTIONS
       --build       Android apps, Docker images, cloud stacks
       --deploy      AWS ECS, CloudFormation, Jenkins CI/CD
       --automate    Boto3, Playwright, Selenium, shell scripts
       --ship        commits, pushes, pipelines, done

EXIT STATUS
       Always 0. Gets things done.

$ cat about.me
I work at the intersection of software engineering and cloud infrastructure.

My foundation is in Android development — building production apps with
Java, Kotlin and Jetpack Compose. I am now focused on the infrastructure
side: automating deployments, containerizing workloads, and designing
systems that scale without breaking.

Outside of tech — I read a lot. Geopolitics, history, books about
extraordinary things humans have pulled off. I play cricket. And I am
learning to ride horses, because why not.

$ cat stack.json
{
  "infrastructure"  : ["AWS", "Terraform", "Nginx"],
  "cloud_hosting"   : ["Render", "GitHub Pages"],
  "systems"         : ["Linux", "Bash"],
  "containers_cicd" : ["Docker", "Jenkins", "GitHub Actions"],
  "languages"       : ["Python", "Java", "JavaScript"],
  "automation"      : ["Boto3", "Selenium", "Playwright"],
  "api_testing"     : ["Postman", "REST APIs"],
  "backend"         : ["Node.js", "Firebase"],
  "databases"       : ["MySQL", "PostgreSQL", "Supabase", "Firebase"],
  "monitoring"      : ["Grafana"],
  "version_control" : ["Git", "GitHub"],
  "mobile"          : ["Android SDK", "Jetpack Compose", "Flutter"]
}

LinkedIn Instagram X Gmail


Stats

Activity Graph

Aaahhhhhh !! My contribution graph is getting eaten... 😶

github-snake


Pinned Loading

  1. Github_profile_Visitor_Count Github_profile_Visitor_Count Public

    A self-hosted, zero-dependency GitHub profile visitor counter — returns a dynamic SVG badge with a real-time count and a 7-day visit bar chart. No tokens. No sign-ups. One line in your README.

    Python

  2. Crypt_Me Crypt_Me Public

    An app that encrypts and decrypts text using cipher techniques

    Java 7

  3. Connect_CMP Connect_CMP Public

    A Firebase-driven college ERP system with admin, teacher, and student modules plus smart AI features.

    Java 1

  4. Three_Tier_AWS Three_Tier_AWS Public

    Three-tier architecture on AWS ECS Fargate using Docker, ECR, CloudFormation, and a push-triggered Jenkins CI/CD pipeline.

    HTML

  5. College_erp College_erp Public

    Forked from hemantfsu/College_erp

    A modern, lightweight College ERP system built with React and Supabase, designed to manage admissions, fees, hostel, exams, and student records with real-time dashboards and secure role-based access.

    TypeScript 1

  6. AWS-SSM-Cross-Region-Sync AWS-SSM-Cross-Region-Sync Public

    An event-driven AWS SSM Parameter Store sync system that captures real-time parameter changes via EventBridge, replicates them across regions using Lambda, and provides a Python/boto3 drift detecti…

    Python