PinnedPublished inLevel Up CodingUse * and / to Make Your Python Function Parameters Look NeaterLearn a flexible way to pass function parameters in PythonFeb 25, 2024A response icon11Feb 25, 2024A response icon11
Version Controlling a Cloud Run Service with TerraformGoogle Cloud Run offers a managed platform for running stateless containers without having to manage servers yourself. It automatically…1d ago1d ago
Behavior-Driven Development for Python Unit Tests with pytest-bddBehavior-Driven Development (BDD) is an approach to software development and testing that focuses on specifying the behavior of an…2d ago2d ago
Published inPython in Plain EnglishReal-Time Error Tracking and Performance Monitoring in FastAPI with SentryEven a robust FastAPI API can crash or slow down unexpectedly. Without proper monitoring, these issues might go unnoticed until users…Nov 9Nov 9
Published inLevel Up CodingUsing Sentry for Real-Time Error Tracking and Performance Monitoring in ReactBuilding a React app is not just about features — it’s also about ensuring the app runs smoothly and errors are caught before users notice…Nov 9Nov 9
Published inPython in Plain EnglishScheduling Python Workflows with Kestra: A Beginner’s GuideAs data tasks grow from simple scripts into business‑critical pipelines, teams need a way to run them reliably and on a schedule. Kestra is…Nov 3Nov 3
Published inLevel Up CodingScheduling Cloud Functions with Cloud Scheduler in GCPDevelopers often write small pieces of code to perform housekeeping tasks, run reports or send notifications. In a cloud‑native world you…Nov 3Nov 3
Published inLevel Up CodingMastering PostgreSQL as a Data EngineerPostgreSQL (often shortened to Postgres) is one of the most popular open‑source relational databases. It is not just relational — it’s an…Nov 2Nov 2
Published inPython in Plain EnglishManage Database Migrations in FastAPI with AlembicChanging your database schema as your application evolves can be challenging. Adding new columns, renaming tables or fixing mistakes often…Nov 2Nov 2
Published inPython in Plain EnglishBuilding APIs with SQLModel: Pydantic & FastAPI Made SimpleWhen building web APIs you often end up writing the same data model twice — once as a database model using SQLAlchemy and once as a…Nov 1Nov 1