Episode 16 - Setting Your Sites
A guide to managing Django site settings, covering configuration sources, environment variables, and multi-environment patterns.
A guide to managing Django site settings, covering configuration sources, environment variables, and multi-environment patterns.
A guide to adding directories to the PATH environment variable in zsh or bash on Linux to fix 'command not found' errors.
A technical guide on handling environment variables in SvelteKit, including a workaround for a build error with style tags.
A technical guide on creating a single .NET executable that runs on both Windows 7 (.NET 3.5) and Windows 10 (.NET 4.x) using TLS callbacks.
A guide on using environment variables in React to securely manage sensitive data like API keys and database credentials.
A guide on using environment variables in Next.js applications, including configuration for both server and client-side, and deployment on Netlify.
Advanced Webpack 5 tutorial covering production builds, configuration management, source maps, and environment variables.
A guide on fixing Node.js memory allocation errors in Netlify builds by setting environment variables to increase the JavaScript heap limit.
A guide on how to securely pass and use environment variables, like NPM tokens, within GitHub Actions workflows.
Nginx 1.19 Docker images now support environment variables and templates, enabling dynamic configuration for proxying APIs in containerized apps.
A tutorial on storing and loading base64-encoded secret keys in .env files for Vapor 4 applications.
A guide on using environment variables and .env files to securely manage sensitive data like API keys in Deno applications.
A guide to setting up a minimal Node.js project with Babel and Nodemon for modern JavaScript development.
Setting up django-environ for environment-based settings and django-debug-toolbar for debugging in a Django SaaS project.
A technical guide on configuring the robots meta tag for SEO in Hugo static sites, focusing on the Ananke theme.
A developer discusses and compares different Django configuration tools, then integrates the Goodconf package into their SaaS project.
Explains how Git commit dates are set locally, not by GitHub's servers, and how to intentionally create commits dated in the future.
A passionate blog post about the power and creative uses of the LD_PRELOAD environment variable in Linux.
Explores .NET Core startup hooks for injecting code at app launch, demonstrating pranks like inverting console output and modifying Array.Empty.
A step-by-step tutorial for installing and setting up MongoDB on Windows, including environmental variables and verification.