How to use Git Log command efficiently
June 1, 2022 — If you’re a modern developer and using Git as your choice of the version control system, you would have used the git log
command at some point of time in your career.
A blog on PHP, JavaScript, and more
June 1, 2022 — If you’re a modern developer and using Git as your choice of the version control system, you would have used the git log
command at some point of time in your career.
May 30, 2022 — A recent release of Chrome, version 102.x, now includes a handy Performance insights panel which can be found in the dev tools. This is, however, an experimental feature that will be evolved based on the feedback received from the users.
May 27, 2022 — I have created a little web app called Notepad which is also a progressive web app (PWA). It’s a minimal notepad app where you can quickly jot down stuff that gets saved in the browser’s localStorage.
May 25, 2022 — If you have ever visited the categories page of this blog previously, you might have noticed that it first lists all the categories in a pill shape, and then underneath it, category posts are listed along with the category title like so.
May 21, 2022 — I was working with a group of checkboxes under a redux-form for one of my applications. So, when I select certain checkboxes here’s the format in which I was getting the value of the checkboxes.
May 18, 2022 — Unless you’re using something like Tailwind CSS, the stylesheet files are one of the most expensive resources that your application is loading.
May 17, 2022 — The other day when working with one of the applications, I needed to convert/reduce an array of objects to an object.
May 16, 2022 — Array unpacking is a sleek way of assigning the value of array elements to variables in one shot like so.
May 11, 2022 — GNOME is the official desktop environment that is been shipped with Ubuntu desktop versions for quite some time now.
May 9, 2022 — The other day, I was scrolling through my Twitter feed and I saw this tweet from Paco where he implemented what he calls “fuzzy reading mode” on his blog.