Coding

Speaking at Laracon EU

Reading Time: < 1 minuteI’m very excited to share that I will be speaking at Laracon EU 2021 from January 18th-22nd, 2021 and cannot wait to (virtually) see everyone at the event.  I will be discussing Choreography vs Orchestration in serverless microservices using Laravel. About Laracon EU Laracon EU hosts multiple annual conferences which are the main gathering of […]

Speaking at Laracon EU Read More »

MongoDB Mac Cheat Sheet

Reading Time: 3 minutesInstall MongoDB with brew. To start mongodb: brew services start mongodb To stop mongodb if it’s already running: brew services stop mongodb Tools Robomongo / Robo 3T MongoDB Compass Commands MongoDB Statistics – To get stats about MongoDB server, type the command db.stats() Currently selected database, use the command db Databases list, use the command

MongoDB Mac Cheat Sheet Read More »