- otherNovember 29, 2021 / 5 min read
Deep Dive into Json Web Tokens (JWT)
JSON Web Token (JWT) is an open standard that defines a compact and self-contained way to securely transfer information as JSON objects between parties. - typescriptNovember 9, 2021 / 4 min read
Typescript best practices (一)
As we all know, JavaScript is a very flexible programming language. This flexibility makes it one of the most popular programming languages on the one hand, but also leads to variable code quality, high maintenance costs, and runtime errors. - typescriptNovember 8, 2021 / 3 min read
Typescript best practices (二)
In the previous article Typescript best practices (一), we learned about some of the typescript best practices. let's see more about them. - htmlOctober 24, 2021 / 4 min read
Do you really know preload, prefetch, preconnect and dns-prefetch?
We all know that the speed at which HTML external files load affects the first screen rendering time. To make it faster to load or use external resource files. - cssOctober 18, 2021 / 2 min read
How to deal with margin collapsing?
For example, take two sibling div blocks, one div with a bottom margin of 100px and the other div with a top margin of 50px, What do you think the distance between them is? - javascriptOctober 10, 2021 / 1 min read
How do i check a js object is a empty object?
One of the most common methods is to use Object.keys() judgment in modern browsers. - vueOctober 8, 2021 / 6 min read
Different Between Vue3 and Vue2
Vue3 has made great changes in code compared with vue2, which makes us have a better experience in coding. Therefore, let's start to abandon vue2 and embrace vue3 - cssAugust 8, 2021 / 3 min read
CSS pseudo elements ::marker makes text numbers more interesting
This article will introduce a more interesting pseudo element in CSS ::marker, using it, we can make our text serial number become more interesting! - htmlJuly 24, 2021 / 3 min read
You should know about H5 development knowledge - HTML
HTML5 is different from PC Web development. It has its own unique attributes and functions. Here's what you need to know to develop H5 about HTML. - javascriptJuly 23, 2021 / 2 min read
You should know about H5 development knowledge - Javscript
HTML5 is different from PC Web development. In the last article, we learned how to develop H5 about HTML. Now, we will learn how to develop H5 about CSS.