Web Development
Web Development | News, how-tos, features, reviews, and videos
How to use response compression in ASP.NET Core
Take advantage of response compression middleware in ASP.NET Core to reduce bandwidth requirements and improve the responsiveness of your apps.
Solving the SBOM crisis with WebAssembly components
The Wasm component model addresses supply chain vulnerabilities by allowing the most up-to-date versions of imported libraries to be attached at runtime—enabling platforms to automate common application maintenance.
Next.js rearchitects router for smoother server-side rendering
Now stable in Next.js 13.4, the new App Router builds on React Server Components and React Suspense to improve data fetching, page loading, and the developer experience.
Angular 16 previews new reactivity model
TypeScript-based web framework shows off improvements to reactivity, server-side rendering, hydration, and a faster esbuild-based build system.
Deno 1.33 debuts built-in key-value database
Currently in beta, Deno KV is a strongly consistent key-value database integrated into the open-source Deno runtime and designed for JavaScript, with the ability to store any JavaScript structured serializable value.
How to use request decompression in ASP.NET Core 7
Take advantage of the request decompression middleware in ASP.NET Core 7 to enable your API endpoints to accept requests that contain compressed content.
First look: wasmCloud and Cosmonic
Here's a first look at the developer preview of Cosmonic—a WebAssembly PaaS with its own graphical cloud user interface, robust networking, and CLI.
Node.js 20 introduces permissions model
The Node.js Permission Model allows developers to restrict access to the file system, child processes, and worker threads during execution.
The best new CSS features for 2023
From little-known scroll-snap properties to astonishing new color palettes, here are 10 Cascading Style Sheets updates you won't want to miss.
Cosmonic WebAssembly PaaS connects with Kubernetes
Cosmonic has launched an open beta of its platform as a service for WebAssembly developers and added Kubernetes integration to the platform.
Migrating Mastodon lists
If you move from one Mastodon server to another and you want to migrate the people on your lists, you have few options. Here’s a way to do it with Steampipe and SQL.
Hands-on with Java and Wasm
Compiling Java code to WebAssembly is an efficient way to get it running in a web browser, and you get a serious performance boost. Let's check it out.
Wasmer’s WCGI pairs WebAssembly and CGI
WCGI allows existing CGI applications to be reused by compiling them to WebAssembly, taking advantage of ultra-small packages and sandboxed execution, Wasmer says.
The Mastodon plugin is now available on the Steampipe Hub
The fediverse offers an opportunity to reboot the social web and gain control of our information diets. Steampipe and its Mastodon plugin can help you seize it.
How to use the unit of work pattern in ASP.NET Core
Take advantage of the unit of work design pattern to build flexible, extensible, and reusable data access layers in your ASP.NET Core applications.
The changing world of Java
Vaadin's State of Java Report is a treasure trove of knowledge about how developers are using Java today. Let's dig in.
Get started with the rate limiting middleware in ASP.NET Core 7
Take advantage of the new rate limiting middleware in ASP.NET Core 7 to protect against malicious attacks on your applications and ensure equitable use of server resources.
Spin 1.0 aims to simplify WebAssembly microservices
Fermyon Technologies’ Spin, an open source framework for building event-driven microservice applications with WebAssembly, is now available in a stable release.
Oracle Helidon taps virtual threads for ‘pure performance’
Version 4.0.0 of Oracle’s Java microservices framework introduces a web server based on virtual threads, which promise both outstanding performance and simpler programming.
Intro to Tauri: The Electron alternative
Build cross-platform native applications using virtually any web framework and a Rust back end. Here's a look at Tauri under the hood.