Multiple releases using the same, but configurable, Angular Standalone Application build
Updated guide on building a single Angular standalone app for multiple environments using configurable settings, replacing older environment files.
Updated guide on building a single Angular standalone app for multiple environments using configurable settings, replacing older environment files.
Introduction to a new blog focused on Microsoft Azure, covering deployment guides, new services, and troubleshooting tips.
Developer announces the sunsetting of three long-running iOS card-based apps after 12 years, to focus on other projects.
A developer's year-end reflections on their cloud tech stack, including migrating to Cloud Run, experimenting with Fly.io, and using GitHub Pages.
A tutorial on deploying a VitePress documentation site to GitHub Pages using an automated GitHub Actions workflow.
Key takeaways from the AI Engineer Summit 2023, focusing on challenges in LLM deployment like evaluation methods and serving costs.
A guide to understanding Kubernetes core concepts by comparing traditional VM-based deployment patterns with modern container orchestration.
Explores configuration management patterns and anti-patterns for Node.js applications, focusing on security, portability, and maintainability.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
Explains challenges and best practices for handling Sidekiq background job restarts during Rails application deployments.
Learn to implement feature flags (feature management) in ASP.NET Core for controlled rollouts, testing, and rollbacks without redeploying.
A guide on deploying a SaaS app, covering security improvements, database setup with Postgres, and email configuration.
Exploring the new Bicep Deployment Pane in VS Code, a feature for validating, previewing, and deploying Azure infrastructure templates.
A guide to containerizing ASP.NET Core applications with Docker, covering installation, Dockerfiles, and deployment.
A guide on deploying a Vue 3 static site to Heroku using a Fastify Node.js backend server to serve the static files.
Bicep v0.18.4 introduces native support for Bicep parameter files (.bicepparam), including decompilation and deployment features.
A technical guide on deploying Syncthing for file synchronization on Fly.io cloud servers, including troubleshooting and solutions.
Explains a technique for strict pod co-location in Kubernetes using DaemonSets and Deployments with affinity rules.
Argues that deploys and releases are distinct concepts and that relying on deploys to change user experience is problematic.
A technical guide on configuring Netlify redirects within an Astro project, including build script modifications and alternative solutions.