Skip to content
View jerrymannel's full-sized avatar
🍺
Cheers!
🍺
Cheers!

Block or report jerrymannel

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
jerrymannel/README.md

Hi, I'm Jerry 👋

Engineering Leader · Architect · Author · Speaker · Consultant

"From whiteboard sketch to working architecture-I untangle technical chaos and deliver actionable solutions on the fly."

LinkedIn X Book a Call

With over 20 years of engineering leadership, I architect scalable systems and build high-performing teams across Fintech and Enterprise SaaS. I specialize in API design and integration platforms, delivering solutions that handle millions of daily calls for Fortune 500 companies. I thrive at the intersection of strategy and execution—whether whiteboarding complex architectures, reviewing code, or mentoring engineers.

🚀 Current Projects

📜 Legacy Projects

  • 📲 SMS Gateway - Turns your Android phone into a simple SMS gateway.
  • 💻 Bash Menu - A simple bash list menu for directory switching

📖 Book

The Developer's Guide to AI

The Developer's Guide to AI: From Prompts to Agents

No Starch Press · April 2026 · 320 pages

Co-authored with Jacob Orshalick and Danny Thompson - written for the everyday software developer who wants to build real AI features into their products without becoming a data scientist.

Covers LLMs, prompt engineering, agents, and how to integrate AI practically into production codebases.

📦 Pre-order now - Early Access ebook available today.

📞 Connect

Let's talk about what you're building - 📅 Book time on my calendar


Open to interesting problems. Especially the ones nobody else wants to touch.

Pinned Loading

  1. mongo-express-middleware mongo-express-middleware Public

    Express middleware that will give you readymade CRUD APIs on MongoDB

    TypeScript 4

  2. mongoose-express-middleware mongoose-express-middleware Public

    mongoose-crud middleware for Express

    JavaScript 2 5

  3. appveen/rat appveen/rat Public

    R.A.T - ReST API Tester. An API testing tool built on top of mocha and chai assertions

    JavaScript 1

  4. system, kubernetes, docker aliases: ... system, kubernetes, docker aliases: bash_aliases
    1
    ```sh
    2
    alias ..='cd ..'
    3
    alias c='clear'
    4
    alias process='ps -eaf | grep '
    5
    alias q='exit'