News

Google’s in-house incubator Area 120 has just released an app called Grasshopper, which teaches you how to code JavaScript through a series of fun mini-games.
Tomasz Janczuk has created Edge.js which allows developers to combine the power of .NET with Node.js. In this article Janczuk explains Edge's history and how to get started.
As far as coding languages go, JavaScript has never been more relevant. That’s because it allows programmers to add interactive elements to websites and apps, which is something that’s really ...
Ever wondered how JavaScript really works? In this video, we break down the computer science behind the world’s most popular programming language - from source code to execution? Learn how the engine ...
Prisma is a popular data-mapping layer (ORM) for server-side JavaScript and TypeScript. Its core purpose is to simplify and automate how data moves between storage and application code. Prisma ...