Pauline Mwangi

Pauline is an undergraduate student pursuing Business Informatiomation Technology. Pauline is passionate about web development and technical writing. Her interests are audit of information systems and software development.

4

0

0
Pauline is an undergraduate student pursuing Business Informatiomation Technology. Pauline is passionate about web development and technical writing. Her interests are audit of information systems and software development.
4
0
0
May 4, 2022
Time-series data is a set of measurements and observations taken over time. Visualizing data makes it easier for users to understand specific information.
Aug 28, 2021
Cross-site request forgery (CSRF) is the third massive security vulnerability in web applications after Cross-site scripting (XSS) and SQL injection (SQLi).
Jul 7, 2021
Containers are a popular way of deploying applications on different platforms. In some cases, containers need to communicate with one another. This process can be achieved through Docker networking.
May 20, 2021
This article will help the reader understand what Cross-site scripting attacks (XSS) are, how XSS works, and how XSS disrupts websites. We will also go over how to prevent this vulnerability in the Node.js...