How to automatically reset your local Django database
A guide to automating the reset of a local Django database using a bash script, including migrations and user setup.
A guide to automating the reset of a local Django database using a bash script, including migrations and user setup.
A guide to automating PostgreSQL database backups using scripts and AWS S3 for secure, reliable cloud storage.
An introduction to cloud object storage for web apps, covering benefits and AWS S3 setup for file hosting and backups.
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.