Sticky scroll in VS Code's File Trees
February 3, 2024 — Today, I became a year older when I learned that VS Code’s File Tree has a sticky scroll feature. I mean, I never realized I would need this feature until I used it.
A blog on PHP, JavaScript, and more
February 3, 2024 — Today, I became a year older when I learned that VS Code’s File Tree has a sticky scroll feature. I mean, I never realized I would need this feature until I used it.
January 28, 2024 — One of the annoying things about VS Code is that it doesn’t have a built-in way to change the fonts interactively. You have to go to the settings and change the font family manually. And if you want to try out different fonts, you have to do this over and over again.
January 25, 2024 — It’s sometimes convenient if you can quickly glance over the database your Laravel application is using and its tables. This is especially useful when you’re working on a legacy project and you’re not sure about the database structure.
January 23, 2024 — Sometimes, you may wish to return multi-line JavaScript code from PHP along with some variables. For instance, a JavaScript object.
January 17, 2024 — So, I was checking out this trunk.io website recently and while the entire website is a masterpiece in itself, there’s one thing that caught my attention.
January 16, 2024 — APA-style titles are a specific type of title case that is used in academic papers, research reports, and journal articles. It’s a style that’s used by the American Psychological Association (APA) and is a variation of the title case.
January 9, 2024 — If you’ve ever attempted to create a presentation, you know how much time it takes to create one. You have to think about the content, the design, and the flow of the presentation. And it’s not easy to create a presentation that’s engaging and informative at the same time.
January 8, 2024 — PHP 8.3 has already been released a few months back and it’s time to look at what’s coming in PHP 8.4.
January 2, 2024 — I’ve been running this blog for more than 9+ years now. And over the years, I’ve tried and tested a lot of things to make this blog work.
December 30, 2023 — Google Fonts is a great resource for finding free fonts for your web projects. It has a wide variety of fonts to choose from. You include these fonts in your project using the <link>
tag or by using the @import
rule in your CSS which points to the Google Fonts CDN.