featured

A collection of 7 post

Refactor your code with axios.interceptors()

Introduction When you request the data from the server, we use the default . However, after the powerful ajax method emerged with Angular, there is enormous demand for like Ajax library for a non-angular framework. So, it is : the reason why people use it. In this post, I introduce the way I use…

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…

Why is setTimeout(fn, 0) sometimes useful?

setTimeout(callback, time) is a JavaScript method you have to carefully use because it directly affects the browser or visible performance. Fundamentally, what does method stand for? from MDN, The method of the mixin sets a timer which executes a function or specified piece of code once the…

All You Need To Know About Event Loop (1)

JavaScript Process One of the great features of JavaScript is that it is a single-threaded-based language. Single thread means that only one task can be processed at the same time. However, if you consider the environment in which JavaScript is actually used, you can see that a lot of work is being…

JavaScript Tips for Algorithm

String Tips Light cloning Use regexp for .replace(a,b) is exchange first letter of first argument to second argument. For convert every matching letter, put the letter inside regexp, . example Convert Number There are a lot of ways to convert strings to numbers, but is recommended. Plus, It…

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…

Simple Guidance For You In Web Storage & Cookie

Steve Holt! No, I did not kill Kitty. However, I am going to oblige and answer the nice officer’s questions because I am an honest man with no secrets to hide. I don’t criticize you! And if you’re worried about criticism, sometimes a diet is the best defense.