tooling

A collection of 4 post

Simple Guidance for Git in Visual Studio Code

Introduction is the most popular IDE for all the frontend developer; for backend, some one says yes, though but not dominating like frontend pool. Therefore, you easily get the a lot of how to setting for . In this post, introduce the most essential setup for . 1. open by from CMD Open , then…

Easy Ways To Facilitate Gitflow

Introduction The diagram below is the most famous one describing Gitflow. However, it is not easy to understand at a first glance. There are tons of alternative and different ways to apply Gitflow to your project. In this post, introduce the easiest and comprehensible strategy that I use. Develop…

The Intermediate Guide to Console method with Your Browser

Introduction For everyone who can code, is the most famous method and basic method for debugging. It prints out the value from the location you want. However, you can expand the utilization of the method more. 1. console.log() this is the most basic one. It prints out everything inside the index…

8 Must Know Git Techniques for Junior Developer

Introduction Everyone knows about manage Git is extremely important. However, editing, rollback, deleting the history with Git is way much stressful sometimes. In this post, I’ll talk about the basic Git techniques for all the developers must know. 1. Git Clone When you’re working on an existing…