Configurama - Building SaaS #36
A developer discusses and compares different Django configuration tools, then integrates the Goodconf package into their SaaS project.
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.
A step-by-step tutorial for installing and setting up PostgreSQL 11 on a Windows operating system.
Explains CSS environment variables, their differences from CSS custom properties, and their use cases like safe-area-inset for notches.
A guide on securely storing sensitive configuration data in .NET Core applications, covering sources like User Secrets and Environment Variables.
A guide on structuring and configuring Python applications for seamless deployment across environments, covering config, secrets, and load balancing.
Explains how to build and deploy Django web applications using the twelve-factor methodology for better scalability and security.
A technical deep dive into the new configuration system in ASP.NET Core 1.0, covering JSON files, environment variables, and hierarchical settings.
A technical guide on using env, cat, grep, and xargs to inject environment variables from a .env file into a command-line utility.
How to securely set and exclude environment-specific variables from version control in Laravel's testing environment using a .env.test file.
A guide to using PHPDotEnv for secure, environment-specific configuration in CraftCMS, avoiding hard-coded settings in version control.
A guide on configuring proxy settings for Python package managers easy_install and pip to enable installations behind a proxy server.
Explains how Laravel 5.0 simplifies environment detection using PHP dotenv and the .env file for configuration management.
Explains how to detect environments in Laravel Forge using environment variables and recommends best practices.
A step-by-step guide for installing Python 2.xx on Windows 7, including setting the PATH environment variable.