Import maps to natively import JavaScript modules using bare names
June 18, 2023 — Bundlers in JavaScript let you import JavaScript modules with their bare names. For instance, if you have installed Lodash using NPM, you can import it like so.
A blog on PHP, JavaScript, and more
June 18, 2023 — Bundlers in JavaScript let you import JavaScript modules with their bare names. For instance, if you have installed Lodash using NPM, you can import it like so.
June 17, 2023 — If you're into publishing, publish whatever interests you and whatever you think is worth sharing without thinking about the results.
June 15, 2023 — There are times when you would want your local websites to be accessible through a custom domain name and also over HTTPS. This is especially useful when you’re working on a project that requires a custom domain name and HTTPS to work properly.
June 13, 2023 — The year is 1944. My grandfather was in his early 20s and he was a hardcore movie buff and so, he was used to watching movies multiple times a week.
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.