josueds.me

Project

Cloud Backend Services

REST and SOAP services on AWS and Azure for web and mobile clients, with relational data layers and automated testing throughout.

Role
Cloud Backend Developer
Company
iNBest
Date
Stack
Python · Django · Flask · AWS · Azure · PostgreSQL · MySQL

Overview

At iNBest I built and operated cloud-hosted backend services for client web and mobile applications, working across both AWS and Azure. The work spanned the full lifecycle — infrastructure, API design, data modeling, and the testing that kept it all shippable.

APIs and integration

Most services exposed RESTful APIs in Django and Flask. Some client integrations required SOAP endpoints, typically where an established enterprise system on the other side set the contract — a useful reminder that integration work means meeting systems where they are rather than where you’d prefer them.

Data layer

I designed PostgreSQL and MySQL schemas with ORM-backed access, and documented architecture through flowcharts and ER diagrams. Keeping the data model legible to the whole team paid for itself every time a new integration landed.

Testing and process

Unit, integration, and deployment testing were automated within an Agile/SCRUM workflow. As services scaled and clients multiplied, that automated coverage was the difference between confident releases and cautious ones.