PinnedInTDS ArchivebyMike Huls·May 22, 2022Cython for absolute beginners: 30x faster code in two simple stepsEasy Python code compilation for blazingly fast applicationsA response icon5A response icon5
PinnedInTDS ArchivebyMike Huls·Sep 20, 2021Create a fast auto-documented, maintainable and easy-to-use Python API in 5 lines of code with…Perfect for (unexperienced) developers who just need a complete, working, fast and secure APIA response icon1A response icon1
PinnedInTDS ArchivebyMike Huls·Jun 14, 2021Virtual environments for absolute beginners — what is it and how to create one (+ examples)A deep dive into Python virtual environments, pip and avoiding entangled dependenciesA response icon3A response icon3
PinnedInTDS ArchivebyMike Huls·Jun 11, 2021Docker for absolute beginners — what is Docker and how to use it (+ examples)Manage your infrastructure in the same ways you manage your applications
InLevel Up CodingbyMike Huls·Apr 16From Risk to Asset: Designing a Practical Data Strategy That Actually WorksHow to turn data into a strategic asset that enables faster decisions, reduces uncertainty, and helps the organization move toward its goals
InLevel Up CodingbyMike Huls·Mar 19Escaping the SQL JungleBringing Software Engineering Discipline to Data Transformations
InLevel Up CodingbyMike Huls·Feb 7Give Tools to your LLM: a Deep Dive into MCPMCP is a promising protocol that allows LLMs to call real functions, retrieve data and perform actions but it also introduces new security…
InPython in Plain EnglishbyMike Huls·Feb 5Pydantic Performance: 4 tips on how to Validate Large Amounts of Data EfficientlyPydantic’s Rust core enables high-throughput validation, but only when used intentionally. This article examines four common gotchas and…
InPython in Plain EnglishbyMike Huls·Feb 3Personal, Agentic Assistants: A Practical Blueprint for a Secure, Multi-User, Self-Hosted ChatbotThis post walks through how I’ve built a self-hosted, end-to-end platform that gives each user a personal, agentic chatbot that can…A response icon1A response icon1
Mike Huls·Jan 23Layered Architecture for Building Readable, Robust, and Extensible AppsIf adding a feature feels like open-heart surgery on your codebase, the problem isn’t bugs, it’s structure. This article shows how better…