Express/EJS/Mongooose Build from Zero to Deploy
A step-by-step tutorial on building a full-stack Todo application using Express.js, EJS, and Mongoose, from initial setup to deployment.
A step-by-step tutorial on building a full-stack Todo application using Express.js, EJS, and Mongoose, from initial setup to deployment.
A guide to deploying to Azure App Service using GitHub Actions with a service principal instead of publish profiles for better governance.
A step-by-step guide to manually deploying a Next.js application to Netlify using the CLI and plugin.
A developer's hands-on experience deploying a Gleam web application to the fly.io platform-as-a-service, evaluating its onboarding and deployment process.
A guide to using the Netlify CLI to check the bundled size of Netlify functions locally to avoid 50MB deployment limits.
A detailed guide on setting up a baremetal Kubernetes lab using Fedora CoreOS on an Intel NUC, covering hardware, OS installation, and cluster networking.
A step-by-step tutorial on building a full-stack TypeScript Todo application using Next.js and MongoDB, from setup to deployment.
A curated list of DevOps resources focusing on GitHub Actions, including tutorials, deployment guides, and common limitations.
A guide to automating the deployment of Cartography and Neo4J on Kubernetes using HashiCorp Vault for secrets management.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
A developer shares their automated workflow using GitHub Actions to create and manage preview deployments for website changes via pull requests.
A guide covering two methods for deploying Node.js and Deno.js applications to the Heroku platform, including setup and configuration steps.
A guide to deploying a Kubernetes lab for security research, covering local setups, vulnerable clusters, and production-ready multi-node deployments.
Learn how to deploy a Django site live, including choosing a production-ready Python application server like Gunicorn.
A technical guide on automating website deployment using SSH, rsync, and GitHub Actions, detailing SSH key setup and configuration.
A tutorial on building and deploying a web API using the Dart programming language and the Google Shelf framework, from setup to deployment.
A tutorial on building and deploying a .NET 5 web API using VSCode, covering setup, development, and Docker deployment.
A tutorial on building and deploying a basic API using the Go Buffalo framework, from initial setup to deployment on Heroku.
A beginner's guide to building and deploying a web application with Laravel, covering setup, migrations, models, controllers, and Heroku deployment.
A developer recounts a dangerous Bash scripting mistake that could have deleted his entire server, highlighting the importance of proper glob expansion and shellcheck.