Non-traditional Dev

Non-traditional Dev

Follow
homeMost Popular PostsSponser this Blogbadgesnewsletter
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

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

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 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

Dynamic Typing in TypeScript using Generics

Jul 31, 20215 min read 367 views

Photo by Obi Onyeador on Unsplash In my previous post, we created a generic function wrapper to set a timeout on the function. The function works...

Dynamic Typing in TypeScript using Generics

My TypeScript Best Practices

May 29, 20206 min read 231 views

Photo by Nils Stahl on Unsplash A year ago I decided to finally try TypeScript. It wasn’t an easy decision, but one I am happy I finally made. If you...

My TypeScript Best Practices

Converting A React Component to TypeScript: Lessons Learned

May 2, 20195 min read 138 views

Photo by solmaz hatamian on Unsplash I have a confession. I have been a TypeScript holdout. I had my reasons, which all fell into one of two major...

Converting A React Component to TypeScript: Lessons Learned