Tag: development

Turn your Github Repo into VSCode Editor | Github1s

This blog post will explain how you can quickly open any Github repo in Visual Studio Code in just 1 sec, yes literally in just 1 sec. I like this feature so much that I am using this feature all the time before I clone the repo or if I need to quickly search something i.e. variable, function, text etc. within the entire repository.

Read More

Configure Husky in VS Code for JavaScript Development

by installing ESLint and Prettier we have the option to run the script which will check for syntax and best practices in our JavaScript code. But what about if we forget to execute this script before committing our changes to the GitHub repository? We will be then committing poorly written code into our repo. We can always run ESLing and Prettier as part of our continuous integration, but having a problem identified at that stage is kind of late in the game. We need to fix now and do another commit. 

So it will be good if we can identify these problems even before we do the first commit. And here comes the power of Husky.

Read More
Loading

Archives


2023

2022

2021

2020

2019

2018

2017

2016

2015

2014