New Features in Chrome DevTools 89

Earlier this month, Google released Chrome 89m which includes several important updates to the DevTools, such as improved CSP violation handling, Puppeteer recording, improved cookie debugging, as well as many additional features. By Guy Nesher … more Read More

Data Visualization: Build React Graphs the Easy Way

Let’s explore an efficient way to create React graphs with the KendoReact Charts library. Read on to see how to quickly implement Donut, Bar, Line and Sparkline charts with a library that provides a solid foundation for more than just the data visualization … more Read More

Echo JS

Tools to Measure Core Web Vitals How to implement LRU cache using HashMap and Doubly Linked List How to Create a Waterfall Chart with JavaScript … more Read More

New Version of React Native for Windows

Microsoft has announced version 0.64 of React Native for Windows, its open source project for React Native developers wanting to target Windows. Among the new features is easier opt-in for Facebook’s JavaScript engine Hermes. … more Read More

VS Code node:console Fix

I’ve been using Microsoft’s Visual Studio Code text editor for years with great success. The app has always been stable, flexible, and the best compliment I can give it: an afterthought. Recently, however, every time I added a console.log to a JavaScript … more Read More