Blog tag

#backend engineering

6 posts tagged with backend engineering.

← Back to all posts
4 min read

Decoupling from Legacy Services: Removing Motia Integration in the Vultr Scraper

How I ripped out a brittle third-party integration and replaced it with a unified, maintainable worker model.

pythonrefactoringlegacy-codesystem-designbackend-engineering
Read more
4 min read

How I Built a Scalable Site Discovery Engine for the Vultr Scraper in One Day

I architected a real-time site discovery engine for the Vultr Scraper in under 24 hours—here's how modular design and smart routing made it possible.

web scrapingbackend engineeringcrawling architectureAPI designdatabase schema
Read more
4 min read

How I Made My Data Aggregation Dynamic with Schema-Driven Validation in HomeForged

I turned fragile data pipelines into self-validating contracts using schema-driven aggregation in HomeForged’s backend.

data aggregationschema validationbackend engineeringapi designtesting
Read more
4 min read

How I Replaced Legacy Automations with a Scalable Workflow Engine in HomeForged

I rebuilt HomeForged's rigid automation system from the ground up with a dynamic, skill-driven workflow engine in Laravel.

LaravelWorkflow EnginePHPBackend EngineeringSystem Design
Read more
4 min read

Fixing Data Order Bugs in AI Pipelines: A Debugging Story from Lockline AI

How a subtle data ordering bug in Lockline AI's pipeline threatened lead prioritization—and how I tracked it down.

debuggingAI pipelinesdata consistencybackend engineeringTypeScript
Read more
4 min read

How I Stabilized My AI API in One Day: Debugging Authentication and Data Flow at Lockline AI

How I fixed critical auth and data flow bugs in Lockline AI's API within 24 hours of discovery.

API developmentdebuggingauthenticationAI integrationbackend engineering
Read more