Software engineer. Primary focus - Python & mathematics. Designing API servers and pipelines. Following my previous post about setting a function-level database setup, which is a junior-level solution ...
Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, ...
When I first started building AI agents, I made the same mistake most people do: I focused on getting a flashy demo instead of building something that could actually survive in production. It worked ...
This sample Python REST API application was written for a tutorial on implementing Continuous Integration and Delivery pipelines. $ conda env create -n ci-cd-tutorial-sample-app python=3.8 $ source ...