Dock installable web apps in Safari macOS Sonoma
June 7, 2023 — The support for installing web apps, especially Progressive Web Apps (PWAs), has always been there in Chrome where a PWA can be installed as a standalone app on the desktop or mobile.
A blog on PHP, JavaScript, and more
June 7, 2023 — The support for installing web apps, especially Progressive Web Apps (PWAs), has always been there in Chrome where a PWA can be installed as a standalone app on the desktop or mobile.
June 4, 2023 — One of the most common things that you would often do in a Linux/Unix-based system is to navigate to a directory. And if you’re a developer, you would find yourself doing this multiple times a day.
June 1, 2023 — If you’re a creator of any sort, be it a blogger, a YouTuber, or a digital maker, it’s always a good idea to keep track of how the mentions of your website are doing across the web. This is important because it gives you a sense of how your website is doing in terms of popularity and how people are reacting to it.
May 28, 2023 — If you’re like me who finds Sass’s CSS nesting feature pretty useful, you’ll be pleased to know that the good days are coming for all of us.
May 26, 2023 — Laravel provides a timezone validation rule out of the box which you can use to validate if a given value is a valid timezone or not.
May 19, 2023 — I recently got access to the GitHub Copilot Chat private beta and I was really excited to try it out. I’ve been using it for a couple of days now and I’m impressed with the results.
May 15, 2023 — If you’ve been using PHP for a while, you might have used its sleep function at some point to pause the execution of the script for a given number of seconds.
May 9, 2023 — I just returned from an epic 11-day family trip to Kashmir and it had been a soul-satisfying experience to be there. It was everything I needed to reset my energy levels and I couldn’t have asked for anything more.
May 8, 2023 — There comes a time when you would want to expose your local server to the internet but you might not want to deploy your local server to a remote server because it’s not ready yet or you might not want to deploy it at all.
April 24, 2023 — Running system processes in Laravel is a common thing that we all need at some point. For instance, you might want to run a composer install
command or an npm install
command.