JavaScript
JavaScript | News, how-tos, features, reviews, and videos
7 awesome JavaScript projects to check out today
The JavaScript ecosystem is rich with innovation and expanding rapidly. Here are seven tools and frameworks that point to what's next for JavaScript.
Deno adds package.json support
Deno 1.31 automatically detects package.json and uses it to install and resolve dependencies, making it easier to move from Node.js.
State of JavaScript: A conversation with Sacha Greif
The 'State of JavaScript' visionary discusses what he's learned from creating and maintaining this vital open source community resource.
Explore Bun.js: The all-in-one JavaScript runtime
Bun is an ambitious project that is quickly emerging as a drop-in replacement and faster alternative to Node.js. Here's a look at how Bun works and how to use it for your server-side JavaScript applications.
Docker, Maven lead the way in packages
The JFrog Software report also listed NPM JavaScript among the leaders while Rust Cargo showed impressive growth.
Deno 1.30 backs built-in Node.js modules
The JavaScript/TypeScript runtime also updates the configuration file.
Intro to Remix: A leader in full-stack evolution
Remix is a full-stack JavaScript framework in the style of Next.js—and so much more. Find out what makes Remix stand out among JavaScript frameworks, then try it out with a quick example app.
C++ still shining in language popularity index
The language grew nearly 6% year over year in Tiobe's index and ranks fifth on PYPL's popularity index.
The tech leader's guide to 2023
What's ahead for cryptocurrency, cybersecurity, AI-based application development, and extended reality in 2023? Here's a roadmap from some of tech's most forward-thinking leaders.
Server-side rendering is having a moment
React-based frameworks that render web pages on the server could paradoxically be the future of front-end development. Here’s why.
CodeSandbox adds Rust support
Cloud development environment allows users to spin up Rust development environments ‘within two seconds’ and access them in iOS or Visual Studio Code.
Google V8 API bridges WebAssembly and asynchronous web
The WebAssembly JavaScript Promise Integration API suspends a Wasm application when it issues a synchronous API call and resumes it when the asynchronous I/O operation is completed.
8 programming languages we love to hate—but can’t live without
Tools masquerading as languages, maddening syntax, dusty old code that just won’t die—here's what has us shaking our fists.
JavaScript and Java both loved and hated
JavaScript and Java scored high as both most liked and most disliked programming languages in JetBrains’ State of the Developer Ecosystem survey. Perl was far and away the most disliked language.
JavaScript, Java, and Python skills top demand
And demand for TypeScript, Swift, Scala, Kotlin, and Go skills all exceed supply, according to CodinGame-CoderPad tech hiring report.
Using JavaScript and forms
Of all the hats JavaScript can wear, its form-processing features are among the most sought and used. Learn how to use JavaScript for form processing, validation, and more.
Interest in React, Angular, and Vue is waning
State of JavaScript 2022 survey of developers finds highest levels of interest in the Svelte, Solid, and Qwik frameworks and the Vite build tool.
Intro to SvelteKit 1.0: The full stack framework for Svelte
SvelteKit 1.0 is here, and it is packed with features for full stack developers. Here's a quick tour of Svelte’s shiny new JavaScript framework.
Vue 3.3 to support externally imported types
Front-end JavaScript framework project will be working on an alternative compilation strategy called Vapor Mode in the coming year.
How to create your own RSS reader with R
Sure, you could use one of the commercial or open-source RSS readers. But isn’t it more fun to code your own?