About
Sessions at dev up 2023
JSON Data Modeling in Document Databases
If you’re thinking about using a document database, it can be intimidating to start. A flexible data model gives you a lot of choices, but which way is the right way? Is a document database even th...
Using Fluent Migrations to Put Your Schema in Git
I just made a change to the database schema, but now the team needs it for my feature to work. How can I keep track of my database changes and communicate them to the rest of the team? Migrations g...