News

Is it JavaScript’s destiny to accomplish what Java was intended to achieve and be ubiquitous throughout computing? JavaScript founder Brendan Eich believes that could be the case. Speaking at ...
Ensuring consistency in distributed applications is a challenge. Here's how to use promises and keep everything on track ...
This was an assignment for the Advanced Programming Techniques (M135) course of the CS Master's program of the National and Kapodistrian University of Athens. In this assignment we were asked to ...
Asynchronous programming in JavaScript leverages features like callbacks, promises and async/await to sidestep this issue by allowing other code to run in the meantime. Synchronous Vs ...