Buildingthesystemsthatpowergreatproducts.

Junior backend developer with a strong drive for clean architecture, API design, and DevOps — fresh out of school with real projects to show.

View ProjectsGet in Touch

Building backends with purpose & craft

I'm a junior backend developer fresh out of my studies, passionate about designing APIs, distributed systems, and everything that lives behind the scenes. I work at the intersection of backend engineering, system design, and DevOps.

My philosophy: write code you'd be proud to maintain in a year. That means clean architecture, meaningful tests, readable documentation, and systems that fail gracefully rather than catastrophically.

I've built personal projects ranging from Discord bots to API boilerplates, and use concept projects to sharpen my architectural thinking — always pushing to learn beyond what's taught in school.

3+
Personal Projects
5+
Concept Designs
2
Languages
Drive to Learn
API-First Thinking
Designing clean, versioned, and well-documented APIs before writing a single line of implementation.
Testing & Quality
Pytest scaffolds, coverage targets, and CI gates — because shipping broken code isn't shipping.
Clean Architecture
Separation of concerns, dependency injection, and readable code structure from day one.
Always Learning
Reading RFCs, building concept systems, and exploring new patterns — learning is never done.

What I know, learn & explore

✓ HAVE

Proficient

Skills I use daily and feel confident with.

Backend
PythonPostgreSQLSQLAlchemy
API & Auth
RESTOpenAPI/SwaggerJWT
DevOps
DockerGitHub ActionsLinuxGit
⟳ LEARNING

Currently Learning

Technologies I'm actively studying right now.

Backend
FastAPIRedis
API & Auth
OAuth 2.0
DevOps
Nginx
Architecture
Microservices
◎ NEXT

On My Radar

What I plan to dive into next.

Backend
AlembicCeleryRustWebAssemblyElasticsearchGogRPC
Frontend
TypeScript
DevOps
IstioArgoCDeBPFAWS CDKKubernetesTerraformPrometheusGrafana
Architecture
CQRSKafkaEvent-DrivenDDD
API & Auth
GraphQL

Things I've actually built

View All on GitHub

Real projects I've designed and shipped — side projects and tools that solve actual problems and reflect how I think about software.

REAL · SHIPPED · OPEN SOURCE

Systems I've designed & imagined

Fictional but architecture-driven projects built to explore system design patterns, trade-offs, and real-world engineering challenges beyond what I've shipped.

CONCEPT / FICTIONAL
These are conceptual projects — fictional by design. Built as learning exercises to explore advanced architecture, design patterns, and engineering trade-offs.

System design case studies

Deep dives into real architectural challenges — the trade-offs made, the patterns applied, and the outcomes delivered.

Multi-Tenant SaaS API Architecture

Designing a scalable, isolated API platform for 500+ tenants

CHALLENGE

A SaaS product needed to serve 500+ enterprise clients with strict data isolation, custom rate limits, and per-tenant feature flags — all on shared infrastructure to manage costs.

SOLUTION

Designed a row-level security strategy in PostgreSQL with tenant context injection at the connection pool level. Built a zero-trust middleware layer that validates tenant identity, enforces quotas, and routes to feature-flagged behavior without code branches in business logic.

OUTCOME

Zero tenant data leakage incidents. 40% infrastructure cost reduction vs dedicated instances. Onboarding new tenants reduced from days to minutes.

Client → [API Gateway]
[Auth Middleware] → [Rate Limiter]
[Tenant Context Injector]
[Business Logic Layer]
[RLS-Enabled DB Pool] → [Redis Cache]
500+
Tenants Served
40%
Cost Reduction
< 5 min
Onboarding Time
Multi-TenancyPostgreSQL RLSAPI GatewayFeature Flags

Zero-Downtime Migration Strategy

Monolith to microservices with live traffic and no downtime

CHALLENGE

A 6-year-old monolith with no tests and 100k+ daily active users needed to be incrementally broken down into microservices without freezing features or breaking production.

SOLUTION

Applied the Strangler Fig pattern with a proxy layer translating requests between old and new service contracts. Used feature toggles to shadow-traffic new services before cutover. Built contract tests with Pact to guarantee API compatibility at each extraction step.

OUTCOME

12 services extracted over 9 months with zero production incidents. Deployment frequency increased from monthly releases to multiple deploys per day.

[Load Balancer]
[Strangler Proxy] ←──────────────┐
↓ ↓ │
[Legacy] [New Service] (Feature Toggle)
↓ ↓
[Old DB] [New DB]
12
Services Extracted
0 min
Downtime
10× faster
Deploy Frequency
Strangler FigContract TestingFeature TogglesPACT

From commit to production

Automated pipelines, containerized workloads, and full-stack observability — infrastructure that gets out of developers' way.

DEPLOYMENT PIPELINE

📝
Code
Git push triggers pipeline
🧪
Test
Unit, integration & contract tests
📦
Build
Docker image built & scanned
🎭
Stage
Deploy to staging, smoke tests
🚀
Prod
Blue/green or canary rollout
📊
Monitor
Metrics, logs & alerts

CI/CD

Automated pipelines with lint, test, build, and deploy stages. Zero-touch deployments with approval gates for production.

GitHub ActionsGitLab CIArgoCDTekton

Containerization

Multi-stage Docker builds, Helm chart management, and Istio service mesh for traffic shaping and mTLS between services.

DockerKubernetesHelmIstio

Infrastructure as Code

All infrastructure defined in code. Remote state, module reuse, and secret injection via Vault. Never touch the console.

TerraformAnsibleVaultAWS / GCP

Observability

Four golden signals monitored per service. Distributed tracing, structured logs, and custom dashboards per team.

PrometheusGrafanaELK StackJaegerDatadog

Let's build something great together

Open to junior roles, internships, architecture consulting, or just a technical conversation. Reach out through any channel.

GitHub
github.com/Inheert
LinkedIn
linkedin.com/in/none
Email
theoclaereboudt@gmail.com
Available for new opportunities