Javascript

Glossary

JAMstack

The web architecture pattern coined by Mathias Biilmann of Netlify in 2016, combining JavaScript, APIs, and Markup to deliver fast, secure, …

Glossary

Node.js

The server-side JavaScript runtime created by Ryan Dahl in 2009, built on Chrome's V8 engine with an event-driven, non-blocking I/O …

Glossary

npm

The package manager for Node.js created by Isaac Schlueter in 2010, which established the registry model and semantic versioning conventions …

Glossary

React

The declarative, component-based JavaScript UI library created at Facebook in 2013 that introduced the virtual DOM and fundamentally changed …