jQuery 3.6.0 Released!

jQuery 3.6.0 has been released! In jQuery 3.5.0, the major change was a security fix for the html prefilter. This release does not include a security fix, but does have some good bug fixes and improvements. We still have our eyes on a jQuery 4.0 release, … more Read More

Echo JS

Super tiny, quick tips, tricks and best practices of front-end development Why Frontend Developers Need to be Webpack Experts … more Read More

New Features in Chrome 88 Devtools

The recent release of Chrome 88 includes significant updates to the Chrome DevTools that include improved network debugging, experimental CSS Flexbox debugging tools, improved frame details view, new WASM debug capabilities, and general performance improvements. … more Read More

Understanding Angular View Encapsulation

In this post I’ll introduce you to Angular view encapsulation and show why each member is important and how and when to use them. Angular Angular, Google’s JavaScript (TypeScript) framework for building web applications, mobile or desktop, has over 71,000 … more Read More

How to Fetch Data from a Third-party API with Deno

In this article, we’ll explore Deno, a relatively new tool built as a competitor/replacement for Node.js that offers a more secure environment and comes with TypeScript support out the box. We’ll use Deno to build a command-line tool to make requests … more Read More

Echo JS

TYPO3 Multi Factor Authentification in Version 11 tRPC – an end-to-end type-safe data layer for full-stack TypeScript 🧙‍♂️ … more Read More

React Digest Issue #293

this week’s favorite Before You memo() In this post, I want to share two different techniques. They’re surprisingly basic, which is why people rarely realize they improve rendering performance. These techniques are complementary to what you already know! … more Read More