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 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().
Published onJuly 12, 2022Closures...I am not done yetjavascriptweb-developmentunder-the-hoodMy quest for closures keeps intensifying. Maybe it has nothing to do with Javascript closures but some other kind of closure.