Prisma migrations are simple for local development, but what about staging and production on Heroku? Here are three ways to run Prisma migrations on Heroku.
Discord has the flexibility to make frequent virtual pairing sustainable. Our project setup over Discord is helping our team reach the finish line strong.
Keep up with our latest posts.
We’ll send our latest tips, learnings, and case studies from the Atomic braintrust on a monthly basis.
How we used filters and zoom-level logic to reduce memory usage and plot routes across the United States involving over 500,000 polylines via Google Maps API v3.
To isolate our functions for testing, we needed to create some mocks for Google Maps API. We chose Jest for its ease of use and because there's a handy Jest-Junit reporter that cre
What I learned setting up a local database for integration testing. The code was in F#, and we chose Dapper, a lightweight ORM, for our database needs.