Svelte for the Experienced React Dev

This post is an accelerated introduction to Svelte from the point of view of someone with solid experience with React. I’ll provide a quick introduction, and then shift focus to things like state management and DOM interoperability, among other things. … more Read More

Building A Rich Text Editor (WYSIWYG) From Scratch

In recent years, the field of Content Creation and Representation on Digital platforms has seen a massive disruption. The widespread success of products like Quip, Google Docs and Dropbox Paper has shown how companies are racing to build the best experience … more Read More

Google unveils DevTools extension for Angular

Google has published Angular DevTools, a Chrome DevTools extension to inspect the structure and profile performance of applications built with the Angular framework. Developed in conjunction with tool builder Rangle.io, and introduced May 18, Angular … more Read More

ESLint v7.27.0 released

ESLint v7.27.0 released We just pushed ESLint v7.27.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. Highlights The no-restricted-imports rule now allows specifying … more Read More

How To Implement Authentication In Next.js With Auth0

“Authentication” is the action of validating that a user is who he or she claims to be. We usually do this by implementing a credentials system, like user/password, security questions, or even facial recognition. “Authorization” determines what a user … more Read More