Results for: "geeks"

Contents (12)

Data structures in Java - Linked Lists
Data structures in Java - Linked Lists

With 2020 we are going to look at a new aspect of programming: data structures. It is often the case…

read more
Mobile cryptophones on the market (legals)
Mobile cryptophones on the market (legals)

As we have said, it is a market often at the borders of legality, also because these devices are particularly…

read more
The package managers npm and yarn: main differences
The package managers npm and yarn: main differences

npm and yarn are package managers that help to manage a project’s dependencies. A dependency is, as it sounds, something…

read more
What is the origin of the word SPAM?
What is the origin of the word SPAM?

It is 40 years since the first spam e-mail was sent. Surely most of the readers of this blog had not yet been born, as…

read more
Cross-Origin Resource Sharing (CORS) and examples of XSS and CSRF
Cross-Origin Resource Sharing (CORS) and examples of XSS and CSRF

Cross-Origin Resource Sharing (CORS) enables web clients to make HTTP requests to servers hosted on different origins. CORS is a…

read more