Published a week ago
How To Access Your WSL Files From Windows ExplorerFollow the 2-step process below to access your WSL directory from Windows File Explorer: Open File Explorer in Windows In the address bar, type and press enter. You should see one or more folders with the names of your WSL distros, then click the one y...
Published a week ago
How To Remove All Comments From Code In VS Code Using RegexIts the third time I have seen a person spend over a minute deleting comments from code they generated using a certain tool that shall not be named. This seems to have become a common task people indulge in, So I thought, why not show you how to wipe out all comments in one clean swoop? An...
Published a month ago
How To Disable The WSL Debug Console Window On StartupThis quick fix is for that strange "WSL debug console" window that pops up when you open Windows File Explorer. It's triggered by a setting in your system, and the solution is to simply turn it off. Follow the steps below to disable it. Open up File Explorer a...
Published 2 months ago
How To Override The Default 404 Error Page In Laravel 12Once of the first things I quickly tweak whenever I start a new Laravel project is to override the error pages to match the theme of my project. However, from time to time, Laravel changes how error handling is dealt with between versions. I have had to do this for my recent project which ...
Published 3 months ago
Fetch And Update Yahoo Finance Data In ExcelIn this tutorial I will walk through a step-by-step guide to connecting an Excel sheet to Yahoo Finance in other to fetch up-to-date historical prices of a stock. Let's assume you are...
Published 5 months ago
Putting Stock Market Returns Into Perspective: Geometric Mean And MoreIt is very common to hear about how the US stock market, particularly the S&P 500 index , has returned an average of 10% annually. What is even crazier is that some people ...