Don't let the bad bugs byte.
Don't let the bad bugs byte.
January 20th, 2023 — By default, git has the git blame command to find out when a rule was modified and by whom. It is a very useful command, but its problem is that it...
October 8th, 2022 — GitHub Copilot has been part of our lives for a year now and has changed the way they work for many developers. This offers a whole host of...
June 17th, 2022 — There are many things you might want to make backups of. It could be of your code, of assets, or of your entire database. Whatever it is, backups...
June 12th, 2022 — When you create a new Laravel project, there is 1 route in your web.php: // file: web.php Route::get('/', function () { return...
June 1st, 2022 — I had been walking around with the idea of starting my own startup for a long time. In March 2020, I started working for a startup in the...