WhiteNoise Shenanigans - Building SaaS #79
A developer details the process of serving a Hugo-generated blog from a Django app using WhiteNoise on Heroku, avoiding staticfiles or a reverse proxy.
A developer details the process of serving a Hugo-generated blog from a Django app using WhiteNoise on Heroku, avoiding staticfiles or a reverse proxy.
A tutorial on setting up and implementing many-to-many relationships in Ruby on Rails using a practical example with Investors and Companies.
A quick guide on using the sed command-line tool to remove specific XML tag blocks from a file, with important caveats.
Did it you ever experience this: you have 3 docker images running and at some point, something stops working? You don't know what has just happened bu
Explains the difference between interfaces and APIs in programming, using examples from JavaScript and web development.
A technical guide on deploying the Temporal workflow orchestration platform to Azure Kubernetes Service (AKS) using Pulumi and TypeScript.
A React tutorial on handling forms: accessing input values, implementing validation, and managing form submission using controlled components.
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
A guide to creating a custom model binder in ASP.NET Core Razor Pages to handle HTML5 week input type binding.
A long-term review of the LoRaWAN Heltec CubeCell Capsule, covering its specs, use cases, and performance for IoT and solar-powered applications.
A guide to using pandas' groupby and aggregation functions for data analysis, covering basic to complex custom operations.
The article argues that the choice of machine learning library (like PyTorch or TensorFlow) is less critical than building robust data and production pipelines.
VMware Tools is now a standalone product with its own lifecycle, changing how admins manage updates and compatibility.
Let's Encrypt's root certificate change may cause website trust issues for older Android devices, affecting millions of users globally.
A guide to selectively running Cypress tests using the Module API and command-line arguments for better test management.
A step-by-step guide to configuring Jest for unit testing in a React application built with TypeScript, covering dependencies and configuration.
A tutorial on upgrading from .NET Core 2.2 to 3.1 LTS on a Raspberry Pi 4, covering download and installation steps.
Explains the differences between Applied Scientist, Research Scientist, and ML Engineer roles in data science and machine learning.
A developer's notes from a TypeScript course, covering setup with Parcel, React integration, and TypeScript compiler basics.
Learn how to run React's useEffect Hook only on component updates using useRef and a custom hook.