logo
Gautam Blogs
Automated Trading System

Automated Trading System

December 29, 20238 min readCase Study
Case study of my automated trading system. This post will walk through the process of building the system, the components and technologies used, how it works, and the challenges faced.
View different branch file inside VIM

View different branch file inside VIM

January 30, 20232 min readVim
There will come a time when you will want to view the contents of the same file or a different file from another branch.
CSS Variables

CSS Variables

January 30, 20233 min readCSS
CSS variables are a new addition to CSS. As the name says, we can now add custom variables, similar to SCSS, Less and Stylus.
Why should you remap ESC key in Vim

Why should you remap ESC key in Vim

January 29, 20232 min readVim
By default, the ESC key is used to switch to Normal mode from Insert mode. But as you can see on a regular keyboard, the position of the ESC key is far from the home row keys.
Create quick backup of current file in VIM

Create quick backup of current file in VIM

January 29, 20231 min readVim
Sometimes we have to create a copy of the current working file, just to try out some new thing or feature.
Built using GatsbyJs and hosted on Netlify© Copyright 2024, Gautam Naik