Skip to content
Home » Tutorial

Tutorial

A flock of birds migrating to illustrate database migrations

What are database migrations and why you need them?

    Let’s talk about a better way to manage the schema of your databases, for any project and any programming language: database migrations. With this easy to setup solution, you won’t ever have to update your database by hand!

    Generate a random playing cards deck in any programming language

      There are so many ways to shuffle a deck of playing cards that each time a deck is dealt, it is a new combination that has, most likely, never been seen before by anyone on Earth.
      Let’s see how we can generate a random deck of card for any game you may want to create!