Resume of Jinlong Peng

Personal Information

Name: Jinlong PengSex: MaleAge: 30
Phone: 15025586467Email: long2ice@gmail.comPosition: Full-stack Engineer

Professional Skills

Education

Work Experience

  1. Virtue AI     2025-12 ~ 2026-07     Agent Development Engineer (Remote)

    • Designed and built AI-security agents for enterprise agent red-teaming and runtime protection.
    • Contributed to the MCP Gateway for unified MCP tool access and governance, including tool scanning, access control, and traffic observability.
    • Worked on AgentSuite / VirtueGuard capabilities covering attack simulation, runtime interception, and policy-driven safeguards.
    • Built automated security agents on large language models for red-team orchestration, risk detection, and result analysis.
  2. Beijing Merico Technology Co., Ltd.     2021-11 ~ 2025-11     Backend Engineer (Remote)

    • Led the system design and implementation of the code analysis engine using Python, FastAPI, and Celery.
    • Built backend services for Merico's enterprise engineering analytics platform with Node.js, NestJS, and PostgreSQL.
    • Resolved production issues for enterprise customers and delivered tailored technical solutions.
    • Independently developed an internal test environment management platform to automate environment provisioning and maintenance, improving development and testing efficiency.
    • Built a code completion plugin and an automated testing system using AI large models.
  3. Chongqing Mekelaifu Yire Technology Co., Ltd.     2021-03 ~ 2021-11     Backend Engineer

    • Delivered core backend features and owned the unified messaging platform.
    • Launched a short-link service with Gin and MongoDB plus a distributed ID generator.
    • Built services with FastAPI and TortoiseORM in Python, and Gin with GORM in Go.
    • Operated infrastructure based on MySQL, Redis, and message queues.
  4. Chongqing Guangleng Technology Co., Ltd.     2019-04 ~ 2021-02     Backend Team Lead

    • Oversaw backend architecture, operations, monitoring, and technical roadmap.
    • Introduced Kubernetes on Rancher for load balancing and cluster management.
    • Adopted ClickHouse for analytics and open-sourced Synch to integrate real-time data with Metabase.
    • Established Jenkins-based CI pipelines with automated testing and container image publishing.
    • Rolled out a self-hosted Sentry stack for real-time error tracking with instant email notifications.
    • Rebuilt services with FastAPI and TortoiseORM, created the Aerich migration tool, and became a TortoiseORM core maintainer.
    • Authored and open-sourced FastAPI-Admin as a modern alternative to Django Admin.
  5. Chongqing Xianggua Technology Co., Ltd.     2018-07 ~ 2019-04     Backend Engineer

    • Built and operated backend services, including API design and documentation.
    • Delivered projects on Django and Flask with MySQL and Redis.
    • Containerized workloads with Docker and automated delivery through Jenkins.

Side Projects

Teleguard

An LLM-powered ad-blocking bot for Telegram groups, written in Rust with teloxide and running in production (@TeleguardAdBot).

SmsLLM

An iOS scam-SMS filter shipped on the App Store, built with a Rust + Axum backend, SwiftUI, and an ILMessageFilterExtension.

MedVault

A family medicine-cabinet manager on the App Store, with a Rust/Axum backend, a SwiftUI iOS app, and a Taro WeChat mini-program.

Open Source Projects

TortoiseORM GitHub Repo stars

One of the most popular asyncio ORMs in Python, with a Django-like API. I contributed features such as F-expressions, signals, and GROUP BY support, and now serve as a maintainer.

FastAPI-Admin GitHub Repo stars

An out-of-the-box admin dashboard for the FastAPI + TortoiseORM stack, inspired by Django Admin and communicating over REST. The project now lives in its own GitHub organization.

fastapi-cache GitHub Repo stars

A decorator-based cache for FastAPI endpoints and function results, supporting Redis, Memcached, DynamoDB, and in-memory backends plus HTTP cache semantics such as ETag and Cache-Control.

Aerich GitHub Repo stars

A database migration tool I built for TortoiseORM, comparable to Alembic for SQLAlchemy. Developed independently and now the official migration solution under the Tortoise organization.

asyncmy GitHub Repo stars

A high-performance asyncio MySQL/MariaDB driver with a Cython-powered protocol core, an aiomysql-compatible API, a built-in connection pool, and binlog replication support.

meilisync GitHub Repo stars

Real-time sync from MySQL, PostgreSQL, and MongoDB to Meilisearch with both full and incremental modes, paired with the meilisync-admin dashboard.