Skip to content
View ZechCodes's full-sized avatar
🏄‍♂️
Surfing on a space-time bubble
🏄‍♂️
Surfing on a space-time bubble

Block or report ZechCodes

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
ZechCodes/README.md

Hi! I'm Zech!

zech.codes followers

Python framework author building tools for dependency injection, ORMs, and web infrastructure. I'm passionate about solving problems with elegant abstractions and helping developers level up their craft.

I run Smarter.Dev, a developer community helping people navigate and thrive in the age of AI. We're focused on building real skills that matter — whether you're writing your first line of code or architecting production systems.

What I'm Building

Skrift

Skrift is a lightweight CMS built with Litestar and SQLAlchemy. It powers my personal site zech.sh and is designed to be simple, extensible, and developer-friendly.

ActionDash

ActionDash is a real-time GitHub Actions monitoring dashboard. Track CI/CD pipeline status across multiple repos with webhook-driven updates, historical success/failure charts, and live job progress. Built with Python, Litestar, and Skrift CMS, deployed on Kubernetes.

Bevy

Bevy is a dependency injection framework for Python with 70+ stars. It provides powerful control over how instances are created using a system of provider objects, without requiring an understanding of OOP to use.

Schism

Schism lets you write standalone Python services as if they were all part of the same application. Run as a monolith or as distinct services — no build-time tooling required. Everything happens at runtime using dependency injection and facades.

Ommi

Ommi is a portable object model mapper (think ORM, but for any database) for Python. It works with dataclasses, Attrs, and Pydantic, and includes drivers for SQLite3, PostgreSQL, and MongoDB.

Smarter.Dev Community

I run the Smarter.Dev Discord community, where developers are helping each other build real skills in the age of AI. I enjoy breaking down complex concepts and making them accessible to everyone.

Pinned Loading

  1. Bevy Bevy Public

    A dependency injection framework for Python! Bevy's primary goal is to help you write amazing code with less effort.

    Python 70

  2. Ommi Ommi Public

    A portable object model mapper for Python that can work with any database and model library (dataclasses, Attrs, Pydantic, etc.). It is designed for the general case to support the largest possible…

    HTML 2

  3. Schism Schism Public

    Schism is an autowiring library that makes modularity simple in monolithes and simplifies code sharing in microservices.

    Python 2

  4. Skrift Skrift Public

    A lightweight CMS built with Litestar and SQLAlchemy

    Python