Deploying a containerized Web App | Azure App Service
A technical tutorial on deploying a containerized Python web app to Azure App Service, covering App Service Plans, container settings, and API testing.
A technical tutorial on deploying a containerized Python web app to Azure App Service, covering App Service Plans, container settings, and API testing.
Argues for organizing code with the most abstract functions first to improve readability and debugging efficiency.
A data scientist uses NOAA data and statistical modeling to analyze if December temperatures in New Jersey are truly warming over time.
A developer builds a PDF bundle feature for a SaaS app, creating zip archives of school year reports for customers.
A technical tutorial on building a Docker image for a Python app, running it locally, and pushing it to Azure Container Registry.
A guide to using Python's ParamSpec (PEP 612) for correctly typing decorators that modify function signatures, with examples.
A comprehensive list of 90 machine learning lecture videos covering topics from Python basics to advanced ML concepts like decision trees and Bayesian methods.
A comprehensive collection of 90 machine learning lecture videos covering Python, scikit-learn, algorithms, and model evaluation techniques.
A personal history of the attrs Python library, its influence on dataclasses, and the author's journey with the project.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
A developer's experience and commentary on integrating OpenTelemetry for tracing and observability within Python Flask functions on OpenFaaS.
Using Python's pytm framework to threat model the security flaws in the fictional systems of Jurassic Park.
A tutorial on implementing a one-to-many database relationship with user authentication using the Masonite framework in Python.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at Pyjamas Conf 2021.
A developer stream log about handling a customer feature request after abandoning a problematic package integration.
A personal story about learning programming through Python and a Raspberry Pi project, offering advice for beginners.
A DevOps specialist shares how software engineering practices improved an academic infectious disease modeling project, applying web dev skills to research.
A tutorial explaining the fundamentals of conditional logic (if, else if, else) for decision-making in Python programming.
A guide to replacing unreliable third-party coverage services like Codecov with a self-contained, GitHub Actions-based solution for Python projects.
A developer debugs a complex scheduling bug in their SaaS application during a live coding session.