How to Use JSON Data Fields in MySQL Databases

My article “SQL vs NoSQL: The Differences” noted that the line between SQL and NoSQL databases has become increasingly blurred, with each camp adopting features from the other. MySQL 5.7+ InnoDB databases and PostgreSQL 9.2+ both directly support JSON … more Read More

A Deep Dive Into Eleventy Static Site Generator

But first — let’s quickly review what is meant by a “static site” and then what a generator provides. A static site is composed of static content — as in, the HTML, CSS, assets, and all content are already compiled together before pushing to a website … more Read More

javascript: Master the JavaScript Interview

Unfortunately, the JavaScript interview has turned into a, “who knows the buzzwords”. Forget about your skills with React, CSS, or modern tooling, the real question is can you explain the Big O Notation of a binary search? This talk is designed … more Read More

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