React Component Marries Chrome Browser Extension

Less than two years later, Chrome browser extension requests opportunity to see other code. Ever wondered how to wrap a Chrome browser extension inside a React component to allow the extension to run as a SPA? The Expired To Be: SPA version does just that. It is a React alarm component I wrote that wraps and

JavaScript Informational: Best of the Basics

Best of the Basics: JavaScript Informational JavaScript Informational: Best of the Basics: A full run through for entry- and mid-level developers looking for some solid fundamentals. Comments and suggestions always welcome. For those new to the language, this is my own personal introduction to the topic garnered from over 17 years of experience: I’m throwing

Popular Development Tags: Starting 2020

Popular Development Tags: Stack Overflow Starting off the year 2020 Below are the results for the most popular tags on Stack Overflow beginning the year 2020. javascript 1,931,524 845 asked today, 4835 this week java 1,626,006 585 asked today, 3235 this week c# 1,373,811 453 asked today, 2427 this week php 1,327,017 324 asked today,

There’s code in my … code! A common experience?

After writing about 500 initial lines of code in designing a database schema for a web app, I realized I’d gone and added 150 lines of JavaScript code—for handling 30 lines of JSON data I’d written above that—all directly in my `.sql` file. I often create new ‘untitled’ documents for temporary storage, but was curious