It took a bit to find the best way to console log while running php in Valet. Here are a couple of techniques that helped me debug locally with PHP Laravel.
It took a bit to find the best way to console log while running php in Valet. Here are a couple of techniques that helped me debug locally with PHP Laravel.
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.
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.