🔥 Most applications need to export and import large amounts of data.
It is very easy to:
- Waste lots of memory
- Perform hundreds or thousands of unnecessary DB queries
You can avoid them by learning some pretty simple techniques.
🧵 Keep Reading
🔥 Here are some of the most basic monitoring techniques you can start using immediately:
- Spatie laravel-health
- Error tracking
- Syntethic checks
It takes ~30 minutes to set up these.
🧵 Keep Reading
- feat: (new feature for the user, not a new feature for build script)
- fix: (bug fix for the user, not a fix to a build script)
docs: (changes to the documentation)
- style: (formatting, missing semi colons, etc; no production code change)
- refactor: (refactoring production code, eg. renaming a variable)
- test: (adding missing tests, refactoring tests; no production code change)
- chore: (updating grunt tasks etc; no production code change)
When building open source / products just trust your instincts. Almost every time I've gone against my instincts and gave into outside pressure I regretted it.
But also I think most people's instincts are actually pretty bad so I don't know how useful this advice is. 😂
What better way to head into the weekend than with a beta release of Laravel Pulse? 💗
The first beta has been tagged and is now available on GitHub! We hope you love it.
Full documenation available on the Laravel website: https://t.co/yiA81RyVHV
I don’t think the success of Laravel has anything to do with making PHP as a language “fun” or “elegant”, though it definitely smooths out some of PHP’s wrinkles.
Laravel gives you *momentum* building web ideas you’re excited about. *That* is intoxicatingly fun. 🏃♂️