Christian Jay Mendez
Python-First Backend Engineer · Architect-minded · Mentor
I think about software architecturally before syntactically — bounded domains, clean layers, and data flow that's easy to reason about. This site is my living engineering portfolio and self-study tracker.
Currently Learning
A living list of what I'm actively studying this quarter — edit in index.html.
At a glance
What's in this explorer
Average knowledge by category
Quick search
Across tools, stack, and design patterns.Databases & Data Clients
GUI clients and SaaS database platforms used for querying, browsing, and managing data.
Database & Data Clients
SaaS Databases
API & Testing Tools
Clients and docs platforms for designing, testing, and documenting HTTP APIs.
DevOps & Infrastructure
Containerization, cloud hosting, and deployment infrastructure.
Version Control & Collaboration
Tools for managing source code and collaborating across teams.
Editors & Terminals
Code editors, IDEs, and terminal environments used daily.
AI Assistants
AI-powered tools for coding, automation, and knowledge work.
Languages & Runtime
Primary programming languages and runtimes I write production code in.
Frameworks & ORM
Web frameworks, ORMs, and migration tooling I build with regularly.
Databases
Relational and document databases I design schemas against.
Caching & Data Layer
In-memory stores for caching, queues, and pub/sub.
Environments & Package Managers
Virtual environments, containerization, and dependency managers.
Code Quality & Tooling
Linters, formatters, type checkers, and git hook frameworks.
Version Control & CI/CD
Source control and automated build/test/deploy pipelines.
System Design Knowledge
Architectural patterns and paradigms I understand and can apply.
Architecture Review
Layered API architecture — from endpoint to database. Source: Architecture_Review.txt
Professional API Glossary
Framework-agnostic API terminology. Source: Professional_API_Glossary.txt
Python Integration
Python tools and libraries per API layer. Source: Python Integration.txt
End-to-End: User Places an Order
How the architecture, glossary, and Python integration all connect in one real scenario.
Git & SSH Workflow
Day-to-day commands for wiring a local repo to a remote host over SSH. Source: Git_SSH_Workflow.txt