In the previous article, I had talked about customizing Windows Terminal as well as VS Code integrated terminal using Oh My Posh and Terminal Icons. However, I have found Oh My Posh to be very slow at times and may be somewhat fancier than I'd like.
After...
Read more
If you are using any sort of command line interface while in Windows, check out Windows Terminal. It is a highly customizable terminal emulator that can do anything you want it do. You can have tabbed terminals running PowerShell, WSL Bash, cloud SSH, and...
Read more
If you have ever created a new GitHub repository directly from their web interface, you might have noticed that the first commit you made has a special verified tag attached to it. The same tag doesn't show up for commits made locally. However, it'll be...
Read more
As I had mentioned in the previous post, I have been working on setting up a Linux VM to test my upcoming OpenGL tutorial series. As part of that, I was trying to setup CMake on the VM, so that I can sort out cross platform builds.
However, default CMake...
Read more
Recently I have started to prepare for a YouTube tutorial series on OpenGL. The goal of the project is to record all my expertise and knowledge on OpenGL in one place and help others. One key point of the codebase I'm preparing for the tutorial is to be...
Read more
I had mentioned in a previous post, that I'm working on a Python module for downloading historical stock data for free using my broker's web APIs. The module is finished now, and right now I'm working on setting up a module for algorithmic trading using...
Read more
After I have discovered the wonder called VS Code, I have been hooked to it. It's my goto editor for any project now. The convenience of having file browsing, editing with plethora of extensions, integrated terminal, and on top of that the existence of...
Read more
More often than not, I work with a very simple Git workflow. Especially for my personal projects where I'm the sole contributor. Where I do not have something that does not need to be tracked, except for of course whatever I have put in .gitigonre.
It's...
Read more
Recently I have started working on a python module which can help me in downloading historical stock data using my broker's web APIs. This is the first time I have actually working on writing a proper python package. Usually I have used python till now...
Read more
While at work today, I had to download source code of some open source project for evaluation. However, the source code was not hosted on GitHub but in SVN.
Now if you are like me, you also probably have no idea how to use SVM. I know that it is some sort...
Read more