About Me
Hi! I'm cherryxc, a backend DevSec developer experienced in building Python systems of any complexity. I also work confidently with HTML & CSS and can jump into frontend tasks when needed.
const startServer = async () => {
await connectToDB();
app.listen(PORT, () => {
console.log(`Server running on port ${PORT}`);
});
};
startServer();
Skills
Languages
Python, Ruby, JavaScript
DevOps
Docker, GitHub Actions, CI/CD
Backend
Flask, Django, FastAPI
Experience
I specialize in building secure and scalable backend systems with Python, combining clean architecture with DevSecOps automation.
Backend Development
Designed REST APIs with FastAPI & Django, focusing on performance, maintainability, and clean system structure.
DevSecOps & Automation
Built CI/CD pipelines with Docker + GitHub Actions, ensuring safe and reliable deployments.
Security Focus
Applied secure coding practices, authentication layers, and production monitoring workflows.
Workflow
I prefer designing the system before writing code, focusing on readability and long-term maintainability.
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
async def root():
return {"message": "Hello, backend!"}
Contacts
Feel free to reach out via social media or email: