Hyperscript is a newer language for handling common scripting needs on the JavaScript front end. You can use it by itself or in tandem with HTMX.
REST is one of the most popular architectural styles for distributed web applications, but it's rarely implemented as intended. Here's why that matters.
Want to build efficient and scalable Node.js apps? Learn how to make JavaScript work for you, not against you.
Here's your chance to use TensorFlow with JavaScript. Train a neural network to predict the rise and fall of Bitcoin prices.
Java 18's Simple Web Server lets you use a command-line tool or API to host files and more. Here's how it works.
gRPC is a high-performance binary protocol for remote procedure calls on virtually any platform. Here's a hands-on intro to using gRPC with Node.
Get a hands-on tour of the leading JavaScript object-relational mapping tool, which you can use with MongoDB and traditional databases.
JavaScript continues to evolve, with a nice batch of new features added in ECMAScript 14. Here's what's new for JavaScript developers this year.
Geared toward higher-level applications, Nest.js shines for its modular approach to server-side JavaScript and TypeScript. Here's a hands-on intro to Nest.
GitPod is a full-fledged development environment like VS Code, but you can access it from any web browser. Let's take a look.
useState is the most well-known hook for using functional components in React, but it's just a start. Here are eight more React hooks, and how to use them.
Spring WebFlux is one of the most popular frameworks for reactive programming in Java. Here's a hands-on look at using WebFlux with Reactor.
ReactiveX is one of the most established frameworks for reactive programming, and RxJava is its Java-based implementation. Let's see what we can do with RxJava.
You could say reactive programming is like functional programming with superpowers. Let's take a look at this dynamic programming style.
Bun.js is the drop-in replacement for Node that now comes with a blazingly-fast bundler. Here's a first look at bundling with Bun.js.