All-hands planning meetings are probably a waste of time
Spicy headline, but good food for thought!
Read more [mikeveerman.substack.com]
Spicy headline, but good food for thought!
Read more [mikeveerman.substack.com]
– blog.oussama-mater.me - submitted by Oussama Mater
Explore how Laravel Envoy can help increase your productivity by automating the boring stuff.
Read more [blog.oussama-mater.me]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
An important problem of a programmer's productivity is finding his way through the code. A good project structure and your IDE can get you a long way, but sometimes it’s not enough.
Read more [myray.app]
Give your brain the boredom and output time it needs to figure out what to do with that information. Don’t keep opening the jar and packing more into it.
Read more [blog.nateliason.com]
Some really good tricks shared by Christoph
"Were previous generations really better off because they merely watched TV, or listened to radio, or read books? All of these activities are passive. All of these activities involve letting external thoughts temporarily replace your own. Today’s smartphones differ from medieval books only in degree—all media is created to be consumed. I had to start creating."
So much this!
Read more [blog.tjcx.me]
As a big Beatles fan, I enjoyed this blog post very much. I often think there are a lot of similarities between programming and making music.
Read more [medium.com]
– tighten.co - submitted by Jamison Valenta
We are going to walk through creating a system to bring uniformity to our apps with a single set of keyboard shortcuts. We'll start by learning how to install and configure the required apps, then, later on, I'll introduce the system of keyboard shortcut organization I use every day.
Read more [tighten.co]
I've used this little bash alias for many years to quickly run the tests inside of a project.
alias p="vendor/bin/phpunit"
With this alias in place, I can run the tests by typing "p" on the CLI. Nice!
For a long time, everything was great! But then, Pest appeared on the scene. It's an alternative test runner for PHP with a high focus on developer experience.
Jacob Kaplan-Moss shares the technique he uses when he needs to develop a project timeline.
Read more [jacobian.org]
Laravel's awesome closure based routing was probably one of the first features I fell in love with. I take it for granted now, but back in the days, such a simple way of adding a route felt like a glass of water in hell compared to the other frameworks.
Typically, you would only add routes that are necessary for the users of your app. Something that I have been doing for a long time is to create a routes file, called dev.php, with routes that can help with app development.
Everybody makes fuckups. When you do, don't be ashamed, just try to learn from it.
Read more [stitcher.io]
After tweeting out a screenshot, it often get questions around which editor, font or color scheme I'm using. Instead of replying to those questions individually I've decided to just write down the settings and apps that I'm using.
Brent offers scientific arguments why a light color scheme is better. Personally, since I started using a light color scheme a few years back, I've sticked to it and never turned back.
Read more [stitcher.io]
Starting a side project is easy. Actually finish it is hard. Hugo Zap offers some good tips on how to properly finish a side project.
Read more [hugozap.com]
Nikita Prokopov shares some good insights on why having a good monitor is important. MacOS users: your fonts will look much better with font smoothing turned off.
Read more [tonsky.me]
If you’ve ever found yourself asking any of these questions and happen to use VSCode, maybe the new Inline Parameters extension will help you out!
Read more [liamhammett.com]
Dancing artisan Christoph Rumpel released a new video series on how to make PhpStorm look pretty and get the most out of it.
Read more [blog.jetbrains.com]
In this short post, I'd like to share how I use BetterTouchTool in my daily work.
– stefanbauer.me - submitted by Stefan Bauer
This article is the result of my 8 years of experience with PhpStorm and my best settings that make you a faster developer and let you focus more on the important things.
Read more [stefanbauer.me]