Useful macros to make Laravel routes compact
January 5, 2023 — Macros in Laravel are a great way to extend the framework’s functionality. And if you are a Laravel developer, you must have used them at some point.
A blog on PHP, JavaScript, and more
January 5, 2023 — Macros in Laravel are a great way to extend the framework’s functionality. And if you are a Laravel developer, you must have used them at some point.
January 3, 2023 — Extending the GNOME desktop is a fun thing to do. And if you are a GNOME user, you can do it by installing GNOME extensions. I always try to install new extensions to see what they can do and how they can improve my desktop experience.
January 2, 2023 — The other day, I was pretty bored but I wanted to do something productive. So, what’s the best thing to do when you’re bored? You, of course, play around with hover effects on your logo and that’s exactly what I did.
January 1, 2023 — When you commit a change in Git, you can add a message along with it. This message is essentially a note that you can add to the commit.
December 29, 2022 — Stashing is a very useful feature in Git. It allows you to temporarily save your changes in a stash and then apply them later. This is very useful when you want to switch to another branch but don’t want to commit your changes yet. You can stash your changes and then apply them later.
December 27, 2022 — Anonymous components are a great way to create reusable components in Laravel. Essentially, you can create an anonymous component without creating an associated class. For example, you can do something like this.
December 22, 2022 — There are times when you may want to use SVG icons in your web application. For example, you may want to use SVG icons for your navigation menu or buttons.
December 20, 2022 — There are times when you may want to extract every array keys to variables of the same name. For example, you have an array like so.
December 18, 2022 — PHP 8.3 is the next major release of the PHP programming language. It is scheduled to be released sometime in 2023.
December 14, 2022 — As a developer on Linux, I use a lot of open-source tools to get the job done. In this article, I’ll be listing down all the fantastic open-source tools (not the obvious ones) I use as a developer on Linux.