Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Argenis1412's full-sized avatar

Block or report Argenis1412

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

πŸš€ Argenis Lopez | Backend Engineer

I build backend systems that remain reliable under real-world conditions β€” not just ideal scenarios.


πŸ‘¨β€πŸ’» About Me

I specialize in Python backend development with a strong focus on building APIs capable of handling real-world constraints like abuse, edge cases, and high reliability. I believe in engineering for production from day oneβ€”incorporating observability, defensive programming, and clean architecture.

  • πŸ—οΈ Currently deepening knowledge in: Cloud infrastructure, Caching strategies (Redis), and Authentication (JWT/OAuth2)
  • πŸš€ Deploying production-ready systems on Koyeb, Vercel, and Render
  • πŸ›‘οΈ Passionate about security hardening and Anti-spam architectures

πŸ› οΈ Tech Stack & Arsenal

Core Focus:

  • Languages / Frameworks: Python (3.11/3.12), FastAPI, Pydantic, SQLAlchemy, SQLModel
  • Data & Caching: PostgreSQL, SQLite, Redis (Upstash)
  • DevOps & Observability: Docker, GitHub Actions, Sentry, Prometheus
  • Architecture: Clean Architecture, DDD Basics, Test-Driven Development (Pytest)

πŸ“Œ Featured Engineering Projects

Not just a CRUD demo. A system built to simulate and survive real-world backend challenges.

πŸš€ Highlights 🧠 Engineering Decisions
JSON-First Read Path for <50ms P95 latency Read-heavy portfolio data bypasses the DB via in-memory cached JSON
Multi-Layer Anti-Abuse 30-min Redis deduplication window + Honeypots + Silent Drop to frustrate attackers
HTTP Caching (ETags) Zero-bandwidth revalidations with 304 Not Modified
Observability Stack Integrated Sentry, Prometheus, and OpenTelemetry from day one
Quality Gates Hard CI/CD enforcing >80% test coverage and strict linting

Tech: FastAPI, Redis, PostgreSQL, Structlog, Slowapi, Docker, Actions

Payment engine strictly focused on deterministic financial calculations and clean boundaries.

πŸš€ Highlights 🧠 Engineering Decisions
Deterministic Installments Final payment absorbs any rounding drift to guarantee mathematically exact totals
Backend as Source of Truth UI simply consumes the API; 100% of calculation rules isolated in pure Python domain logic
Framework Independence Core rules are totally decoupled from SQLAlchemy/FastAPI
Explicit Rules Handles Cash, Debit, Credit (2-6x 0% interest), Credit (12-24x 10% interest)

Tech: FastAPI, PostgreSQL, SQLAlchemy, Pytest, React, TypeScript


πŸ“Š GitHub Analytics

GitHub Stats Top Languages

πŸ“« Let's Connect

Pinned Loading

  1. portfolio portfolio Public

    Production-grade backend system disguised as a portfolio

    Python