Non-traditional Dev

Non-traditional Dev

Follow
homeMost Popular PostsSponser this Blogbadgesnewsletter
Series

Modernizing JavaScript Code


Articles in this series

Modernizing Code Examples from Books: splat and unsplat

Oct 13, 20215 min read 296 views

Photo by Pawel Czerwinski on Unsplash One of my favorite books for JavaScript is “Functional JavaScript” by Michael Fogus. Even though it was written...

Modernizing Code Examples from Books: splat and unsplat

Modernizing Code Examples from Books: parseAge

Oct 30, 20216 min read 295 views

Photo by John Moeses Bauan on Unsplash My last post on modernizing splat and unsplat were so much fun I thought I would do it again with the following...

Modernizing Code Examples from Books: parseAge

TypeScript and Best Practices: Modernizing the nth Function in JavaScript

Dec 3, 20215 min read 441 views

Are you looking to modernize your JavaScript code? Look no further than our posts on updating code examples from books. In this third installment,...

TypeScript and Best Practices: Modernizing the nth Function in JavaScript

Modernizing JavaScript Code: The Comparator Function

Dec 10, 20214 min read 1.3K views

After three posts on the subject, I decided to officially make this a new series called Modernizing JavaScript Code.. This one will be short and sweet...

Modernizing JavaScript Code: The Comparator Function

Modernizing JavaScript Code: CSV/Table Manipulation

Feb 25, 20226 min read 474 views

In previous posts, we have worked through some of the code examples of the book Functional JavaScript. I'm going to go over the final example from...

Modernizing JavaScript Code: CSV/Table Manipulation