From a0341d329fd15f9b7816dc9dc0faeef274b10960 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:50:01 +0100 Subject: [PATCH] Fix broken link and add resource to 01-databases.markdown Remove dead links: - "Databases integration testing strategies" (https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python). - "PostgreSQL vs. MS SQL Server " (http://www.pg-versus-ms.com/) Add SQLable, an online collection of database tools (SQL formatter and validator, data generator, SQL regex tester, SQLite/MySQL/PostgreSQL playgrounds) --- content/pages/03-data/01-databases.markdown | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/pages/03-data/01-databases.markdown b/content/pages/03-data/01-databases.markdown index bad071a2c..c56ab12d2 100644 --- a/content/pages/03-data/01-databases.markdown +++ b/content/pages/03-data/01-databases.markdown @@ -239,9 +239,6 @@ speed on SQL if you have never previously used it. [data analysis](/data-analysis.html). This tutorial uses Spotify data to show how to extract what you are looking to learn from a data set. -* [Databases integration testing strategies](https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python) - covers a difficult topic that comes up on every real world project. - * GitLab provided their [postmortem of a database outage on January 31](https://about.gitlab.com/2017/02/10/postmortem-of-database-outage-of-january-31/) as a way to be transparent to customers and help other development @@ -254,9 +251,7 @@ speed on SQL if you have never previously used it. asychronous event models. Definitely worth a read if you are using [WebSockets](/websockets.html) via Tornado or gevent. -* [PostgreSQL vs. MS SQL Server](http://www.pg-versus-ms.com/) is one - perspective on the differences between the two database servers from a - data analyst. +* [SQLable](https://sqlable.com/) is an online suite of database tools, offering an SQL formatter and validator, SQL regex tester, fake data generator, and database playgrounds. ## Databases learning checklist