Published onNovember 16, 2023using node-html-to-image in NextJS serverless functionsjavascriptweb-developmentunder-the-hoodi spent an entire day debugging so you don't have to
Published onNovember 15, 2023the last minute bugjavascriptweb-developmentunder-the-hoodthe stupid bug i missed because i couldn't test
Published onJanuary 27, 2023Ruby; If love was a programming languagerubyprogramminglanguagesRuby is just one of those languages that is just so easy to love.
Published onJuly 17, 2022Under the hood:: Array.map()javascriptweb-developmentunder-the-hoodI have a soft spot for Array prototypes in Javascript, I use them alot, but how do they really work under the hood? Lets explore the Array.map().