Michael
Mendy

Building secure, scalable CI/CD and cloud infrastructure to enable great teams to ship fast with confidence. Kubernetes, Terraform, gated promos, canaries, and instant rollbacks.

michaelamendy.com

Michael Mendy

Michael Mendy

Software Engineer, CI/CD & Infrastructure, NIST DoD RMF

United States Flag

Enterprise Impact

Trusted by leading
organizations

From Ivy League research institutions to Fortune 500 defense contractors, my infrastructure and DevOps work has supported mission-critical systems across industries.

View experience ->

I've worked with

MIT
Harvard University
Lockheed Martin
Northrop Grumman
Nike
American Medical Association
Motorola
Stripe
National Institutes of Health
Ministry of Justice
City of Detroit
Pfizer
City of Palo Alto
Stanford
Dartmouth College

I've contributed to

Palantir TechnologiesLos Alamos National LaboratoryBoeingEY

About

I build systems that scale, solve complex problems, and make an impact.

With over a decade of experience in software engineering, I specialize in building scalable systems that power some of the pillars of the internet. My work spans from low-level systems programming to high-level architecture design, encompassing distributed systems, developer tools, and infrastructure.

I've spoken at conferences worldwide about performance optimization, distributed systems, and developer experience. When I'm not coding, you'll find me contributing to open source, writing technical articles, or mentoring the next generation of engineers.

ORCID: 0009-0001-9990-4788

Testimonials

What people say

Kyle Wheeler

“Michael is super talented and a great asset to any team. His knowledge of business and the tech behind the business is unique and invaluable.”

Kyle Wheeler

GM @ Lens

Patrick Steadman

“Silicon Valley Boy Genius and Bad Boy!”

Patrick Steadman

Platform Engineer @ Sotheby's

Garrett Loh

“Michael is truly gifted at anything you give him.”

Garrett Loh

Founder of CRS

David Asser

“Michael is a true subject matter expert. He is my first call for all things tech development. This is the cream of the crop of software engineers.”

David Asser

Private Consultant

Karl Dickinson

“A reliable, knowledgeable problem-solver with calm confidence — Michael has the answer to every coding conundrum. His patience and ability to communicate galvanise any team. A visionary who uses his skills to support businesses, communities, and the disadvantaged with equal pleasure.”

Karl Dickinson

Project Manager

Luka Oniani

“Michael is a DevOps talent with broad knowledge across technologies and stacks. His ability to turn theory into working config is "master at work" level. At Travis, when he came to PMs with an idea, a proof-of-concept always followed. A gem for any tech company — I see a future CTO in him.”

Luka Oniani

Cybersecurity, Healthcare

Lockheed Martin
250+

code commits and merges to Lockheed Martin since 2023

Breaking the impossible

Systems you can trust

Over a decade building production CI/CD pipelines, managing Perforce at enterprise scale for clients like MIT, Harvard, Google, and Lockheed Martin, with infrastructure designed for 99.9% uptime.

VIEW WORK EXPERIENCE

Impact you can prove

7 published research papers, 6+ conference keynotes at events like IBM Z Day, Droidcon, and Arm DevSummit, plus a US Patent for Access Point Hopping technology. Real, measurable contributions to the field.

READ RESEARCH PAPERS

Defense Sector

Enterprise-grade
pipeline velocity

Building CI/CD infrastructure for defense and enterprise clients requires zero-downtime deployments, strict compliance frameworks, and systems that scale under extreme conditions. Track record of reducing incidents while accelerating delivery.

VIEW DEFENSE WORK ->
Defense CI/CD Velocity
Deployment frequency + incident reduction
Historical
Forecast
Pipeline velocity
Incidents
Compliance gap

How I Work

End-to-end pipeline architecture

01

I Read the Code

AI accelerates me when I understand what I'm building — it doesn't replace that understanding. Before I prompt, I read the code. I trace bugs, reason about architecture, and interpret diffs. That's what lets me use AI effectively instead of just hoping the output is right. My literacy is my leverage.

VIEW CI/CD EXPERIENCE
CODE REVIEW+ AI ASSIST
1fn deploy_pipeline(env: &Env) {
2 let diff = vcs.diff(HEAD, base);
3 validate_nist_controls(&diff)?;
4 if canary.passes(threshold) {
5 promote(env, ArtifactSet)?;
6 }
7}

AI flagged validate_nist_controls — engineer confirmed intent before accepting suggestion.

Human reviewed
02

I Prompt with Precision

Vague prompts produce vague code. Because I've read the codebase, I write prompts that include types, constraints, edge cases, and intent — the same mental model I'd need to write it myself. I use AI as a force multiplier because I already know what correct looks like before I accept a single line.

READ RESEARCH PAPERS
PROMPT COMPARISON
Vague
"write a deploy function"
Precise
"write deploy(env: Env, artifact: &str) that calls canary.check() before promote() — return Err on threshold failure, reuse the existing RollbackPolicy type"
Context depth
4 / 5
03

I Own the Output

AI-generated code ships under my name. I review every diff, catch the subtle off-by-one, and flag the security anti-pattern before it reaches production. I'm the one who understands the system, so I'm the one who catches what the model misses. Ownership isn't optional — it's how I work.

VIEW PROJECTS
Control Coverage
Risk Reduction
Policy Status
Continuous Monitoring
1.

Align with NIST & DoD Controls

Map infrastructure, repositories, and deployment pipelines to NIST 800-53 and DoD compliance frameworks. Establish measurable control coverage and risk baselines.

CI/CD Pipeline
GitHub
SBOM Generated
Travis CI
STIG Compliant
Kubernetes
Signed Artifacts
Artifact Registry
Security Scanner
Policy Engine
2.

Automate Compliance in CI/CD

Embed policy checks, security scans, SBOM generation, and artifact signing directly into pipelines. Enforce controls before deployment — not after.

Secure Cluster
Compliance Shield
AI Engine
Dashboard
Active
REAL-TIME THREAT DETECTION
0 violations
DRIFT MONITORING
Automated
EVIDENCE COLLECTION
0.02
ANOMALY SCORE
3.

Augment with AI Oversight

Use AI to monitor configuration drift, detect anomalous behavior, and auto-generate compliance evidence. Maintain continuous ATO readiness.

Strategy

Scaling AI Defense

Measurable outcomes from applying modern ML infrastructure, DevOps discipline, and systems engineering to defense-grade AI programs.

—01Detection Accuracy24-month trend
—02Classification SpaceThreat separation
—03Response LatencyBy system generation
—04Cost Efficiency Index12-quarter rollout
SYSTEMAI DEFENSE ANALYTICS
DRAWN BYM. ROYAL
CLIENTSLM · NG · USAF · DARPA
REV4.2.1
CLASSUNCLASSIFIED
System Architecture

Mission Architecture

1
Control Architecture
Control Coverage: 82%

NIST 800-53 Control Mapping

Control FamiliesSystem ComponentsRisk Domains
Access Control
Configuration Management
Audit & Accountability
2
Pipeline Enforcement
Policy Gates Passed: 97%

DevSecOps CI/CD Enforcement Layer

GitHub
CI
Security Scan
Policy Engine
Signed Artifact
Deployment
SBOM GeneratedSTIG ValidatedArtifact Signed
3
AI Continuous Oversight

AI-Powered Continuous Monitoring

Drift Detection
Threat Anomaly Detection
Control Evidence Logging
Risk Scoring Engine
Anomaly Index
0.03
Control Drift
Stable
ATO Readiness
Continuous
Policy as CodeContinuous ValidationAutomated Evidence

Philosophy

The AI productivity paradox

I use AI every day. I also know exactly where it breaks.

Core Capabilities

Zero fail operations

GITHUBBUILDSCANDEPLOY10,000+ builds / day
01CI/CD & DevOps

Pipelines that ship 10,000+ builds daily

From Perforce branching strategies to Kubernetes orchestration, I design CI/CD systems built to scale. Deep expertise across Jenkins, GitHub Actions, Argo CD, and custom tooling engineered for defense and enterprise environments.

View CI/CD Experience
NIST 800-53 · CONTROL COVERAGE82%AC-2Account MgmtAU-6Audit ReviewCM-6Config SettingsSC-28Data at RestIA-5AuthenticatorsRA-5Vuln Scanning
02Defense & Security

Zero-failure infrastructure for classified networks

Architecting systems for Lockheed Martin, MIT, and Government Programs where downtime is not an option. NIST 800-53, STIG compliance, and FedRAMP authority-to-operate built from the ground up.

View Defense Projects
US PATENTAI-Augmented CI/CD PipelinesDrift Detection in IaC SystemsLLM Hallucination in Classified Env.Continuous ATO Frameworks7PUBLICATIONS
03AI & Research

7 published papers bridging AI and production systems

Holding a US patent and authoring research on AI integration in enterprise DevOps. Machine learning applied to infrastructure optimization, anomaly detection, and automated compliance — with guardrails that prevent hallucinations from reaching production.

Read Research Papers

The AI Delivery Gap

Where AI-assisted delivery breaks down

Speed is only an advantage when the systems behind it are built to hold.

Where things break

How I navigate AI friction

01
AI Code Audit
claude — pipeline-audit
$claude --task “audit deployment pipeline
Reviewing Jenkinsfile stages(0s · ↑ 312 tokens · thinking)
01Delivery Friction

Velocity without validation compounds risk

When AI produces code faster than it can be verified, your pipeline becomes the chokepoint. The wider the gap between generation and confidence, the more unreviewed debt quietly accumulates behind every merge.

View Pipeline Architecture
service/auth.ts — AI suggestion const auth = await getUser(ctx) if (!auth) return null return db.query(userInput) const result = await process() cache.set(key, result, 9999)2 risks flaggedbefore merge3 lines verifieddeterministic
02Failure Prevention

Drift and hallucinations reach production undetected

AI assistants lose context across large codebases, introducing subtle errors that syntax checks never catch. I build review gates that validate logic, intent, and compliance so every commit that ships is one you can stand behind.

See How I Prevent Failures
COMPUTE COST OVER TIMEQ1Q2Q3Q4Uncontrolled AIManaged Automation
03Cost & Trust

Runaway automation inflates cost and erodes teams

Unpredictable AI outputs drive up compute overhead and create failure surfaces no one planned for. The engineers who scale AI successfully are the ones who draw a clear line between what to automate and what needs a human in the loop.

Read the Research

Experience

Work Experience

Travis CI logo

Travis CI

2019 - Current

Software Engineer

San Francisco, CA

Leading the development of CI/CD infrastructure that powers thousands of builds daily. Architecting features that enable developers to customize build pipelines with unprecedented flexibility. Managing global server deployments across multiple regions, ensuring 99.9% uptime for enterprise clients.

LASOR logo

LASOR

2018 - 2018

Software Engineer

Los Angeles, CA

Python and Django developer at LASOR, an agile research organization. Contributed to studies on the progression of Non-Alcoholic Fatty Liver Disease (NAFLD), leveraging analytics to advance the mission.

Cheekd logo

Cheekd

2016 - 2018

Lead Software Engineer

New York, NY

Led a team of 3 engineers building innovative mobile networking technology. Architected 'Access Point Hopping,' a groundbreaking feature that earned a US Patent. Built scalable backend systems with React Native and Django.

FC Flamingo logo

FC Flamingo

2015 - 2016

Software Engineer

Santa Monica, CA

Built full-stack web applications for major brand clients using Ruby on Rails. Focused on DevOps practices, implementing automated deployment pipelines and infrastructure as code.

Path logo

Path

2012 - 2015

Software Engineer

San Francisco, CA

Designed and implemented server-side APIs for Path's mobile and web applications, serving millions of users. Built scalable backend services with Python.

Speaking

Keynotes & Conferences

I've had the privilege of sharing knowledge with thousands of developers worldwide. My talks focus on practical insights from building and scaling CI/CD systems, managing enterprise infrastructure, and implementing DevOps best practices.

View All Talks

Featured Conferences

IBM Z Day logo
IBM Z Day
Droidcon logo
Droidcon
Arm DevSummit logo
Arm DevSummit
Replicated logo
Replicated
LeadDev logo
LeadDev
DockerCon 18' logo
DockerCon 18'
michaelmendy@gentoo:~/certificates

Talks

Talks I've Done

[8 records]

Speaking engagements and technical presentations on CI/CD, DevOps, and software engineering.

KEYNOTES // WORKSHOPS // DEMOS
01
Travis CI Demo

Running Travis CI on Arm

2022
02
RepliCon Q3

The Value of Replicated

2022
03
IBM Z Day

IBM Z Day

2021
13 of 8

Expertise

Perforce Expertise

Deep expertise in enterprise version control, managing large-scale codebases and binary assets at the frontier of development workflows.

Command Prompt

Terracotta

I've created custom software called Terracotta that makes Git repositories Perforce compatible, bridging the gap between modern distributed version control and enterprise-scale centralized systems.

Architecture01

Version Control Architecture

Designing and implementing scalable Perforce depot structures for large-scale enterprise projects.

Workflows02

Branching Strategies

Stream-based workflows, mainline development, and complex merge operations at scale.

Performance03

Performance Optimization

Optimizing Perforce server performance, replication, and handling massive binary assets.

Security04

Security & Access Control

Robust security policies, protections tables, and fine-grained permission systems.

Access Control05

RBAC Implementation

Role-Based Access Control design and deployment across group hierarchies at scale.

CI/CD06

CI/CD Integration

Seamless integration of Perforce with modern CI/CD pipelines and deployment workflows.

Collaboration07

Team Collaboration

Efficient team workflows, code reviews, and collaboration across distributed teams.

Defense08

Defense & Classified Systems

Deployed Perforce for mission-critical defense programs at Lockheed Martin and Northrop Grumman, supporting classified codebases with strict compliance, air-gapped environments, and audit-ready access controls.

Technical Expertise

Building CI/CD pipelines that deploy 10,000+ builds daily across enterprise infrastructure at organizations like MIT, Harvard, and Lockheed Martin.

CI/CDPerforceKubernetesAI/MLAWSDockerTerraformDefensePythonReactJenkinsGit

Projects

Featured Projects

Transformative projects that have impacted millions of users and shaped the way teams build software.

Cheekd

2016-2018

Access Point Hopping

Pioneered an innovative networking technology that revolutionized how mobile devices connect in crowded environments. This patent-pending system intelligently manages wireless access points to maintain optimal connectivity. Granted a US Patent.

React NativeDjangoUS PatentMobile Innovation

Travis CI

2019-Current

Travis CI On-Prem

Architected and built critical features for one of the world's leading continuous integration platforms, serving thousands of organizations globally. Implemented advanced caching strategies, parallel execution systems, and intelligent resource allocation.

CI/CDDevOpsInfrastructureYAMLGlobal Scale

Multiple Clients

2012-Current

Version Control Systems

Implemented and managed Perforce version control systems for institutions including Stanford, MIT, Harvard, Google, Lockheed Martin, and Nike. Designed scalable architectures handling massive codebases with thousands of developers.

PerforceVersion ControlArchitectureGlobal Scale

Northrop Grumman

2024

Jellyfish

Contributed to Jellyfish, Northrop Grumman's open-source Architecture-as-Code suite. Jellyfish brings the Infrastructure-as-Code paradigm to system architecture, letting engineers describe complex system designs in a domain-specific language and generate software projects, dependency graphs, and architectural quality reports from those models.

Architecture-as-CodeJavaDSLGradleOpen Source

Lockheed Martin

2023-2024

Chaordic Ledger

Collaborated with Dr. Michael Marchini, PhD from Lockheed Martin on the Chaordic Ledger — a distributed system exploring the intersection of chaos theory and ordered data integrity for mission-critical defense applications.

Distributed SystemsDefenseResearchLockheed Martin

Personal Project

2021-Current

HaloArchives

When Bungie permanently took their legacy Halo stats (for Halo 2, Halo 3, ODST, and Reach) offline on February 9, 2021, I was determined to get them back. So I built HaloArchives. Search and explore archived Halo statistics from Halo 2, Halo 3, Halo Reach, and Halo Infinite. Access over 70 million games, 5.3 million players and growing almost daily.

GamingData Archival70M+ Games5.3M+ Players

Personal Project

2025

SearchPsychic

A plugin I built to post anything I searched on Google to my personal X account.

Browser ExtensionX APIJavaScript

Security Research

2025-Current

Rigmaiden

A secure system management tool for handling USB devices, network interfaces, and system resources. Can detect IMSI-catching activity and respond accordingly. Built for educational and law enforcement purposes.

SecurityIMSI DetectionSystem ManagementCross-Platform

Get in touch

Maybe you'll hear from me.

New Message
To
Subject
Send

Contact

GitHub

I basically don't respond to outreach, I'm in a full-time role. The best thing to do is check out my GitHub. If you still choose to reach out, include a concise brief message with context.

github.com/montana ->
contact.js
1const developer = {
2name: "Michael Mendy",
3role: "Senior DevOps Engineer",
4experience: 12, // years
5location: "Los Angeles, CA",
6github: "github.com/montana",
7skills: ["Python", "JavaScript", "Ruby", "Docker", "K8s"],
8clients: ["MIT", "Google", "Lockheed Martin", "Nike"]
9}

Michael Mendy © 2026