Skip to content
View HoungDev's full-sized avatar
  • Hanoi, Vietnam
  • Joined Jul 31, 2026

Sponsoring

@goauthentik

Block or report HoungDev

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

Hi, I'm HoungDev 👋

Open-source maintainer and backend developer from Hanoi, Vietnam 🇻🇳

I build secure, maintainable Python backends and developer tools that help teams move from a local prototype to a dependable production service.

Python FastAPI PostgreSQL GitHub Actions Open Source

Featured project

A security-focused foundation for production-oriented FastAPI services. It brings authentication, PostgreSQL, migrations, automated tests, API hardening, and release workflows together in one documented codebase.

Production concern Included foundation
Authentication JWT access tokens and rotating refresh tokens
Data PostgreSQL, SQLAlchemy, and Alembic migrations
Security Password hashing, authorization, headers, and rate limiting
Quality Pytest, Ruff, dependency auditing, and package validation
Operations Health checks, Docker-based development, and CI workflows

Explore the repository · Read the roadmap · Contribute · Join the discussion

What I care about

  • Backend foundations: clear architecture, predictable configuration, and maintainable APIs.
  • Security by default: practical safeguards that are documented instead of hidden behind claims.
  • Developer experience: fast setup, useful tests, readable documentation, and reproducible tooling.
  • Healthy open source: focused issues, welcoming reviews, and contributions that are easy to understand.

Contribute

You do not need to submit a large feature to make an impact. Documentation improvements, test cases, bug reports, and focused pull requests are welcome.

  1. Browse open issues
  2. Read the contribution guide
  3. Start a technical discussion

More work

Support open source

If my work saves you time, the most helpful ways to support it today are to use it, share constructive feedback, contribute an improvement, or star the repository so other developers can discover it.

I'm open to thoughtful technical discussions and open-source collaboration.

Pinned Loading

  1. fastapi-production-api fastapi-production-api Public

    Production-ready FastAPI backend template with PostgreSQL, authentication, testing, Docker, security best practices, and scalable architecture.

    Python 1