Safer DB Migrations with Excellent_migrations
Offered By: Code Sync via YouTube
Course Description
Overview
Discover how to prevent production downtime caused by unsafe database migrations in this 30-minute conference talk from ElixirConf EU 2023. Learn about the open-source library 'excellent_migrations', a static analysis tool that automatically detects potentially dangerous or destructive operations in migration files. Explore common pitfalls in database schema changes, such as forgetting to add indexes concurrently to large tables. Gain insights into how the tool works by traversing the Abstract Syntax Tree (AST) of migration files and understand its mechanism for silencing certain checks when necessary. Delve into the importance of safe database operations and the benefits of contributing to open-source projects in the Elixir ecosystem.
Syllabus
Safer DB migrations with excellent_migrations by Artur Sulej | ElixirConf EU 2023
Taught by
Code Sync
Related Courses
Building Your Own Programming LanguageFrontend Masters Abstract Syntax Trees
egghead.io React Applications Structure Analysis Using AST - React.js Conf 2015
Meta via YouTube Defending against PowerShell Attacks
YouTube Compilers - Jared Shumway
White Hat Cal Poly via YouTube