Results for: "static"

Contents (89)

TypeScript: The evolution of JavaScript
TypeScript: The evolution of JavaScript

When you're involved in the development of a large project, programming languages like JavaScript don't seem to be the best…

read more
A collection of interesting networks and technology aiming at re-decentralizing the Internet
A collection of interesting networks and technology aiming at re-decentralizing the Internet

The decentralised web, or DWeb, could be a chance to take control of our data back from the big tech…

read more
Is JavaScript good for machine learning?
Is JavaScript good for machine learning?

One of the things you always hear when you are talking to someone related to the M.L. world is that,…

read more
JavaScript: Promises explained with simple real life examples
JavaScript: Promises explained with simple real life examples

Handling asynchronous data flows is complex, who hasn't faced codes like this one?: checkWeather('palma de mallorca', (error, weather) => { …

read more
import one JS file into another in the plain JS
import one JS file into another in the plain JS

Until some years ago, it was not possible to import one js file or block of code from one file…

read more