Kickstart Your Elixir Projects: Announcing the Elixir Kick-off Template
Introducing an open-source Elixir project template to streamline setup with dev containers, CI, and best practices for faster development.
Introducing an open-source Elixir project template to streamline setup with dev containers, CI, and best practices for faster development.
Explains how to disable git hooks in an Azure DevOps YAML pipeline by setting the CI environment variable, as it's not set by default.
Tutorial on setting up PHP code quality tools (phpcs, phpstan, etc.) in Docker and controlling them via GNU make commands.
A technical guide on customizing Tailwind CSS configuration, optimizing CSS with PurgeCSS, and integrating it into a CI pipeline for Blazor applications.
Explains how a cached node_modules directory caused ASP.NET compilation to fail by attempting to compile JavaScript files, with a workaround.