Your customer will tell you what to build
The mantra “launch soon, and your customer will tell you what to build” is often used in the startup and hacking scene, as a way to encourage entrepreneurs to quickly...
Composer fatal error
If you installed your project dependencies using Composer 1, you will most certainly see this issue while attempting to install new or update old project dependencies with Composer 2+. ...
ShellCheck – display warnings and suggestions for shell scripts.
ShellCheck is a static analysis tool that displays warnings and recommendations about poor code in bash/sh shell scripts. It may be accessed over the web by putting your shell...
Why not rewrite your app?
It’s tempting to rewrite the app from scratch, especially now when we know all the features. However, there are risks associated with starting over with a new codebase, even if...
Your most changed file
A little fun for cloudy summer days. The theory is to find files in your project that have the most changes. Could this class or file be refactored to be...