Automatically Deploying ClipBucket with Ansible
A guide to automating the deployment of the ClipBucket video hosting platform using Ansible configuration management.
A guide to automating the deployment of the ClipBucket video hosting platform using Ansible configuration management.
A developer shares a detailed, opinionated review of Docker after 6 months of production use, highlighting its benefits and warts.
A technical guide on automating static site deployment using cron jobs and Git to schedule and publish blog posts.
A guide to configuring AppVeyor CI to automatically publish NuGet packages to NuGet.org, eliminating manual uploads.
A critique of complex multi-environment deployment workflows, arguing they create more problems than they solve.
Explains how to fix the common Heroku deployment error when pushing a Ruby on Rails app using SQLite3, by switching to PostgreSQL.
A tutorial on building a Twitter bot using Python 2.7 and AWS Lambda, covering setup, dependencies, and deployment.
A tutorial on deploying a Twitter bot built with Node.js to AWS Lambda, covering the handler function, deployment package, and scheduling.
Guide on configuring Azure Web Apps to use a private npm registry for installing Node.js dependencies during deployment.
A developer explains the problems with committing generated files to a Git repository's master branch and why they stopped the practice.
An article about using Ruxit's web monitoring tool to identify deployment errors after a login system change.
Explains the six parts of a development workflow (Scaffold, Develop, Test, Integrate, Optimize, Deploy) and how to automate them to save time.
A technical guide on setting up a Sculpin static site generator blog and deploying it using Laravel Forge.
Summary of a TechEd Europe 2014 session on Windows 10 deployment options, including in-place upgrades and provisioning.
Custom Capistrano tasks for Symfony2 deployment, including targeted cache clearing and automatic asset versioning.
A developer explains why avoiding major code changes on Fridays prevents weekend production bugs and burnout, advocating for refactoring and R&D instead.
A step-by-step guide to deploying your first Laravel application using Laravel Forge, a platform-as-a-service for server management.
A historical overview of DevOps, tracing its evolution from 1980s mainframes to modern practices, focusing on cultural challenges.
A tutorial on configuring a Laravel application to use a PostgreSQL database when deploying on the Heroku platform.
A step-by-step guide to deploying a Laravel application on Heroku, covering setup, configuration, and deployment.