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 >>
2024-11-27
Front-end
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 >>
2024-11-18
Front-end
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 >>
2023-06-05
Front-end
/
XSS
/
secure
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 >>
2023-05-29
HTTP
/
Front-end
/
WebSocket
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 >>
2023-05-09
Front-end
/
basic
/
variable
/
Data type
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 >>