How to backup and restore a Postgres database
A guide on using pg_dump and pg_restore to backup and restore a PostgreSQL database, crucial for data protection in DevOps.
A guide on using pg_dump and pg_restore to backup and restore a PostgreSQL database, crucial for data protection in DevOps.
A summary of key IT Pro-focused announcements from Microsoft's //BUILD 2020 conference, including Cloud for Healthcare and AI supercomputing.
Debunks the common belief that images come before containers, explaining how containers are actually used to build Docker images.
A tutorial on setting up Fluent Bit as a DaemonSet to forward application and system logs from a Kubernetes cluster to Elasticsearch.
An introduction to Helm, the package manager for Kubernetes, explaining its purpose, basic commands, and how it simplifies deploying applications.
A guide to preparing for the HashiCorp Terraform Associate certification, covering exam objectives, study tips, and recommended materials.
A guide to automating Django deployment using bash scripts for frequent, low-risk code releases.
How to use Cloudflare's free services to simplify DNS, SSL, and CDN setup for web developers.
A technical breakdown of a personal blog's infrastructure, covering AWS S3 hosting, CloudFlare DNS, Jekyll generation, and GitHub Actions deployment.
A sysadmin shares his remote work setup, tools, and automation-focused role at a managed service provider during the COVID-19 lockdown.
A DevOps talk on using configuration management tools to maintain consistent environments and prevent deployment bugs.
A technical guide on creating a custom Oracle Database Docker image, covering prerequisites, project structure, and configuration.
A step-by-step guide to setting up continuous integration for Django projects using CircleCI, including configuring tests and pipelines.
Explains how to use PowerShell 7's built-in update notification system to stay informed about new releases, including LTS and preview versions.
Explains how to detect if PowerShell code is running in a remote session and extract connection details using the $PSSenderInfo automatic variable.
A tutorial on using Docker Compose to run and test multi-container applications from a single configuration file.
A tutorial on deploying MongoDB in Azure Kubernetes Service (AKS) using the MongoDB Enterprise Operator and Ops Manager.
A developer's guide to preventing production incidents through team culture, automated testing, and robust deployment processes.
Guide to configuring CircleCI to automatically push commits back to a GitHub repository using SSH deploy keys for generated artifacts like reports or docs.
A talk on deploying static JavaScript apps to the Distributed Web using IPFS, IPNS, and Cloudflare with a full DevOps pipeline.