Blog
This is where I think out loud.
Ideas, lessons, and experiments around building products, writing better code, and improving how I work.
Mar 14, 2023
Setup aliases in Vite with TypeScript or JavaScript
How to setup aliases in Vite with TypeScript or JavaScript to use absolute imports in your react projects.
Aug 5, 2022
How to Setup ESLint and Prettier
How to setup ESLint and Prettier in your VSCode project
Apr 15, 2022
Install NVM in macOS
How to install NVM and manage Node.js versions in macOS with NVM
Dec 14, 2021
NPM ask sudo for command for global install
if you are trying to do npm global install and its asking for sudo command you may want to fix your permissions
Aug 16, 2020
How to Generate an SSH for GitHub
SSH also known as Secure Shell or Secure Socket Shell and usually considered more secure, for basic usage of GitHub
Mar 27, 2020
How to install external ZSH themes in macOS
install external themes in ZSH its a little different than the default themes
Oct 13, 2019
How to install and setup Hyper.js (terminal) in macOS
Hyper.js is a terminal emulator builded with web technologies like HTML, CSS and Javascript