| https://twitter.com/cmgmyr | |
| Github | https://github.com/cmgmyr |
| Pinkary | pinkary.com/@cmgmyr |
| BlueSky | https://bsky.app/profile/chrisgmyr.dev |
| https://twitter.com/cmgmyr | |
| Github | https://github.com/cmgmyr |
| Pinkary | pinkary.com/@cmgmyr |
| BlueSky | https://bsky.app/profile/chrisgmyr.dev |
TJ Miller and Chris Gmyr share their recent experiences, including camping adventures, Halloween festivities, and insights from the All Things Open conference. They discuss the challenges of various projects they've worked on, highlighting the importance of thoughtful problem-solving and...
Think you can do with your connected devices what you want, including sell them to someone else?
Think again.
Peloton just announced a $95 fee for people using equipment sold to them by someone else. It’s a fee for…not buying from Peloton. They just injected themselves in every after-market transaction out there.
It’s the enshirtification of reselling something you thought you actually (but don’t) own.
https://www.thestreet.com/retail/pelotons-risky-move-could-hurt-declining-membership
Just added a handful more tracks to my Deep Work playlist. If you’re looking for something to listen to while you work, code, read, study, etc. check it out
https://open.spotify.com/playlist/79nGIWiByCN9oq3MS0sOOO?si=add473bc335f4f55
Here are some quick tips when using mocks in #laravel
Improve Your Productivity While Utilizing Laravel Mocks
https://chrisgmyr.dev/improve-your-productivity-while-utilizing-laravel-mocks
Laravel has numerous test helpers and mocks within the framework, which is fantastic. However, I see other engineers getting caught up on debugging issues when they arise. The Laravel docs show this as an example Queue::assertPushed(function (ShipOrd...