Docker and MySQL: A Technical Guide for Developers

Latest Post

Docker and MySQL: A Technical Guide for Developers

tl;dr Docker revolutionizes database management by providing lightweight, reproducible environments for MySQL. This guide walks you through…

Connect Intercom to Notion like rockstar

Connect Intercom to Notion like rockstar

November 1, 2021

This week, we decided to create an integration between Intercom and our Notion database used to track Customer Support requests. This was…

Restore MongoDB Atlas Collection using MongoDB Compass

Restore MongoDB Atlas Collection using MongoDB Compass

October 6, 2021

So you already have your backup and decided to restore this on your MongoDB Atlas database? In this article, we will tackle how to restore a…

The Ultimate PostgreSQL Database Backup Guide

The Ultimate PostgreSQL Database Backup Guide

November 29, 2023

This article is part of “The Ultimate Backup Script” series we are creating to provide you with database backup scripts that not only allow…

The Ultimate MongoDB Database Backup Script

The Ultimate MongoDB Database Backup Script

December 22, 2023

This article is part of “The Ultimate Backup Script” series we are creating to provide you with database backup scripts that not only allow…

Docker Postgres Backup/Restore Guide (with examples)

Docker Postgres Backup/Restore Guide (with examples)

February 18, 2021

Docker is an open-source platform that uses containers. Developers use it to create, deploy, and run different applications. The tool works…

Docker Container Backup/Restore Guide

Docker Container Backup/Restore Guide

February 17, 2021

Multiple languages, frameworks, architecture, and disjointed interfaces between the tools for each lifecycle stage of a product creates…

The Complete mongodump Guide (with examples)

The Complete mongodump Guide (with examples)

December 22, 2023

There have been a whole host of tools that have been built to make the process of maintaining databases easier. Using these powerful tools…

The Complete mysqldump Guide (with examples)

The Complete mysqldump Guide (with examples)

October 18, 2023

There are many database solutions out there, but MySQL is one of the most popular. Using MySQL is vital to keeping these databases secure…

PostgreSQL pg_dump & pg_restore Guide

PostgreSQL pg_dump & pg_restore Guide

November 29, 2023

Backing up and restoring a PostgreSQL database is an essential task for any system administrator. Fortunately, there are built-in pg_dump…