Blog By Bob
-
Random Prototypes
Jun 25, 2024
-
2 min read
Some random array prototypes I tend to add to most things I do since, so I don’t have to keep reinventing them (handling async in map and foreach is a pain otherwise). I make no claims that these are unique, or that they don’t already exist somewhere on the internets.
-
Node Cold Starts
Jun 23, 2024
-
2 min read
Nothing has chased more people away from Lambdas and back to containers than cold start performance so I wanted to document a couple of things I found that helped so I don’t have to rediscover them in the future