How To Fix Cumulative Layout Shift (CLS) Issues

Cumulative Layout Shift (CLS) attempts to measure those jarring movements of the page as new content — be it images, advertisements, or whatever — comes into play later than the rest of the page. It calculates a score based on how much of the page is … more Read More

WebStorm 2021.2 EAP #2

WebStorm 2021.2 EAP build #2 is now available! To catch up on all the new features, check out our previous EAP blog posts. If you’re not familiar with our Early Access Program, check out this blog post where we explain what the EAP is and why you should … more Read more…

How to CRUD with Node.js and MongoDB

MongoDB was one of the first NoSQL data stores, and it is the most popular NoSQL data store today. The Node.js JavaScript runtime continues to hold a dominate place in back-end development. Together they make a highly flexible and dynamic technology … more Read More

Node v16.3.0 (Current)

Notable Changes cli : add -C alias for –conditions flag (Guy Bedford) #38755 deps : add workspaces support to npm install commands (Ruy Adorno) #38750 Commits [ 4e58ec4aa6 ] – benchmark : output JSON-compatible numbers (Michaël Zasso) #38778 [ 7a9d0fd5a9 … more Read More

Demystifying TypeScript’s Extract Type

Many of the applications we develop at Widen utilize TypeScript for front-end development to provide a high level of type safety while also remaining familiar to developers who are used to JavaScript. In one such application, a need arose that required … more Read More

10 hot language projects riding WebAssembly

Today’s web applications are nowhere near as fast and responsive as native desktop applications, but what if they could be? That’s the promise of WebAssembly. WebAssembly is a low-level, assembly-like language with a compact binary format that runs with … more Read More

Angular team streamlines feature requests

The team behind Angular, Google’s popular TypeScript-based web framework, soon will introduce a new approach to handling feature requests. The new approach will be similar to how Microsoft develops its Visual Studio Code editor. Under the new process, … more Read More