brian.staruk.net

Toggle Light/Dark Mode

Digital notebook and hobby site of a software engineer from Boston.

Recent Notes

I'm Doing a Thing...

I'm making a text (and json and markdown) sharing tool because the one I've used for years has devolved into an unusable pile of ads.

Posted on

|

Tags:

Creating an Array from 1 to N

A little TypeScript function which creates a new array of numbers from 1 to N. Handy for creating iterable maps based on non-iterable conditions.

Posted on

|

Tags: