Browsing Tag
database
141 posts
How to Install PostgreSQL on Linux
If you’ve been putting off learning PostgreSQL because you weren’t sure how to get it running on your…
How to Use MySQL database with Kubernetes
When I first tried running MySQL inside Kubernetes, I honestly underestimated how different stateful workloads are from the…
How to Use MySQL Database with Jenkins
The first time I wired MySQL into a Jenkins pipeline, my goal was simple: run database migrations automatically…
How to Use MySQL with Jupyter Notebooks
I spend a lot of my analysis time bouncing between raw SQL and Python, and Jupyter Notebooks turned…
How to Use MySQL with Azure Database for MySQL
When I migrated my first production workload off a self-managed MySQL server onto Azure Database for MySQL, the…
How to Use MySQL Database with Microsoft .NET
I’ve built several production APIs on .NET backed by MySQL, and one thing I appreciate is how mature…
How to Set up MySQL for Geographical Replication
When I first got asked to make our database “disaster-proof across regions,” I’ll admit I underestimated the problem.…
How to Create and Manage MySQL Schemas
I still remember the first production database I inherited where every table lived in one giant schema with…
How to Perform MySQL Database Load Testing
I learned the value of load testing the hard way — a launch day where traffic tripled our…
How to Handle Backups and Recovery in MySQL
There’s a specific kind of panic that comes from someone messaging you “I think I just dropped the…