Nathan G Bornstein

Nathan G Bornstein @greenteaisgreat

About: A Full Stack JavaScript/TypeScript engineer with 3 years of experience in technologies not limited to React, Vue and Next.js for the front end and Node/Express.js, MongoDB/PostgreSQL for the back end

Location:
Austin, TX
Joined:
Jan 24, 2022

Nathan G Bornstein
articles - 14 total

crypto.randomUUID

If you clicked on this article thinking it has something to do with crypto currency, I'll let you off...

Learn More 0 0Jun 25

The Ongoing War Between CJS & ESM: A Tale of Two Module Systems

(This was originally an in-person talk I gave, so the following graphics are from said presentation...

Learn More 1 2Jul 11 '24

Read This if You Hate Ternary Operators

First things first, if you want to see the rest of the animeme banner in all of its glory, which is...

Learn More 4 3Mar 28 '24

Breadth-First Search in a 2D Matrix

One of the most tricky algorithms I've come across so far has been those involving bread-fir....er, I...

Learn More 8 0Feb 24 '24

The New CSS Color Format You Didn't Know You Needed; OKLCH()

The other day, I was on uicolors trying to find a suitable color scheme to base a current project's...

Learn More 52 10Jan 24 '24

Singly Linked List 'Push' Method for Dummies (me)

Whenever I come back to implementing the most basic method for singly linked lists (push), I'm always...

Learn More 1 0Jan 4 '24

Make Like a Binary Search Tree and...Node?

Binary Search Trees (BSTs) have always been one of those things that seems to leave my knowledge as...

Learn More 5 0Dec 27 '23

PreVue 3.0: Vue’s most visual prototyping tool yet

As web developers, it’s crucial that our ideas be tangible and easily presentable. This makes...

Learn More 31 16Dec 2 '23

How to Solve the Dreaded twoSum Algorithm WITHOUT Nested For Loops!

TL;DR If you're looking for a quick solution on how this works, let me give you the gist...

Learn More -6 0Jul 16 '23

Invoking multiple functions on a single element

In this post, I'll be going over a relatively simple way of invoking multiple functions upon a single...

Learn More 0 0Apr 9 '23

PSA For Referencing Properties in Functions!

So I was going through freeCodeCamp's exercise "Profile Lookup" for the 3rd-ish time and there's...

Learn More 1 0Mar 4 '23

My Time Spent In Recursionville

If there's one thing that gets the rusty gears in my brain turning when it comes to programming...

Learn More 0 0Feb 25 '23

For...in Loops...demystified!

While learning the in's (haha) and out's of how Javascript works, you've probably came across a...

Learn More 0 0Jan 5 '23

Is a Javascript for loop giving you the what-for?

I first learned of the existence of a for loop when I began to teach myself Python and boy, was I...

Learn More 0 0Dec 28 '22