Articles under the 'Front-end' tag

Environment Preparation

Because my needed to develop a Vue component library that could be published to npm and installed via npm, I searched many articles online and finally completed the task. During this process, I encountered many pitfalls, and I’ve organized them here, hoping to help those who may need it. I used Vue ... More >>

Front-end JavaScript Knowledge Base

IntroductionI believe many people, like me, started their journey in front-end development through short-term training programs that last for four or five months. As a result, our grasp of the fundamentals of JavaScript (JS) is quite weak. Although we managed to find jobs, we often encounter problem ... More >>

What is cross-site scripting (XSS)

1.What is cross-site scripting (XSS)(1)conceptCross-site scripting (also known as XSS) is a web security vulnerability that allows an attacker to compromise the interactions that users have with a vulnerable application. It allows an attacker to circumvent the same origin policy, which is designed t ... More >>

What are WebSockets?

What are WebSockets?The WebSocket protocol was born in 2008 and became an international standard in 2011. All browsers already support it. WebSockets are a bi-directional, full duplex communications protocol initiated over HTTP. They are commonly used in modern web applications for streaming data an ... More >>

Front-end JS basic knowledge point combing (a) the basic chapter

IntroductionI believe there are a lot of people like me are halfway front-end development, when it is to find a training institution to train a four or five months out to find a job, so the basic part of the front-end Js mastery is very weak, although the work is found, but in the daily work of many ... More >>

Front-end to get battery information

Today's positive energy: When strange needs are made more and more, it proves that your vision is also becoming broad. Product Manager: Add a requirement that if a user's computer device is running out of power, I have to warmly tell him it's time to plug it in. Front-end Atta ... More >>