16 followers
Front-end and ruby on rails developer
Subscribe to my newsletter and never miss my upcoming articles
bit operation Before getting into the topic, let's learn about bitwise operations. Because bit operations are useful in arithmetic, they can be much...
In this chapter we will learn about data structures in the future. People often ask: Is learning data structures or algorithms useful for front-end...
The design pattern is always an abstract concept. The previous person summarizes a set of written code through countless practices. The code written...
We've learned so many chapters before, and it's time to find a time to review and digest them again. Just borrow this classic interview question to...
In this chapter we will learn about HTTP/2 and HTTP/3 in the future. HTTP/2 has solved some performance problems of the most commonly used HTTP/1....
HTTPS still transmits information through HTTP, but the information is encrypted through the TLS protocol. The TLS protocol is above the transport...