All Articles
View the 556 articles on this site in reverse chronological order.
Welcome to the Internet Home of John M. Wargo; I created this site back in 2009 so I could post articles about things that interested me. Herein you’ll find articles on a lot of different topic areas: Mobile development, Web development, Internet of Things (IoT), and a lot more. Every time I learn some new technology or complete some cool or interesting development or IoT project I publish an article here.
You’ll also find information about my books, source code projects on GitHub, and articles published in or on other sites or magazines, even videos of my many conference presentations or project demonstrations. I’m also especially fond of the series of Stupid Developer Tricks posts.
You can view all articles in reverse chronological order, or you can find articles by category. Of course, if you can’t find what you need in those views, use Search to find anything anywhere on the site.
Note: An AI Generated pill displayed in the list below indicates that the post description displayed on the page was generated from the post content using Generative AI (GenAI). The post content itself was written by a human (me).
I received an interesting text message the other day purporting to be a message from Amazon letting me know about a "refundable order that needs to be processed." I could tell immediately that it was a scam or phishing attempt, so I thought I'd share what I saw.
AI Generated I recently revamped my web app that helps accurately calculate reading progress in Goodreads. The app now looks much better thanks to MVP.css, and I upgraded it to React 19 while removing Bootstrap. The new design is cleaner and more visually appealing, making it easier to use.
AI Generated I noticed a bug in my Eleventy Plugin Post Statistics where posts published on January 1st were counted as being published on December 31st of the previous year. The issue stemmed from the plugin converting dates to UTC. To fix it, I added the timezone offset to the date values, converting them to the local time zone. I also had to adjust some code to resolve a TypeScript compiler error.
AI Generated I started blogging in 2025 and noticed a problem with my Eleventy Plugin Post Statistics. The plugin doesn't include posts published on January 1st in the statistics.
AI Generated I recently encountered issues compiling code for an M5Stack project and struggled to resolve them. After finding outdated libraries on my system, I uninstalled everything, deleted leftover files, and reinstalled. I discovered additional files in the AppData folder that were causing the problem. Once I removed all the folders and reinstalled, my issues were resolved. It seems my system's configuration had become corrupted, preventing updated library installations.
Describes an Eleventy global data file I created that allows me to easily display a list of my npm packages on this site.
Its the first day of 2025 and I thought I'd start things off a little differently this year. This post is both a retrospective on last year's activities and a look into the future of this site (at least for this year).
In my Eleventy 3 Migration post yesterday, I described a process I used to migrate several Eleventy sites from V2 to V3. As part of that process, I was able to skip some important upgrade/migration steps because my development and deployment environments run Node.js version 22. Specifically, even though Eleventy 3 expects all modules to use ESM, a feature in Node.js 22 allowed my sites to build and deploy successfully without it. This post describes how I completed the successfully migration to ESM.
Describes how I display Eleventy build information on this site and how I had to change the process for Eleventy 3.0.
I run quite a few sites on Eleventy; you can see the complete list on this site's Sites area. The Eleventy team released version 3.0 a while back and I finally got around to upgrading some of the sites. This post describes the process I used to migrate a couple of the sites.
View the 556 articles on this site in reverse chronological order.
View a list of the 28 categories in this site; from there you can drill down into all articles by category in reverse chronological order.
View details regarding the books I authored.
View a list of all of the articles I published in other publications (besides here).
View some of my projects that span multiple posts on this site or multiple GitHub repositories.
You can find me on more places than this site; the Sightings page lists the other places where you can find stuff I created.
View the source code projects in my public GitHub account.
Public packages I published on npm.
View a list of all of my upcoming events (conference presentations, product demos, etc.).
View a list of the Internet sites I maintain.