Sins of a Software Developer
I went down the rabbit hole, got lost, and barely found may way back. Let me explain. I have two genealogy products that I created… Read More »Sins of a Software Developer
I went down the rabbit hole, got lost, and barely found may way back. Let me explain. I have two genealogy products that I created… Read More »Sins of a Software Developer
There has been a lot of confusion around the appropriate use of timers in an AWS Lambda. This is mostly due to one developers attempt… Read More »Clearing Up setTimeout Misconceptions in AWS Lambda’s
My current application (Evidentia) makes use of Jodit for inline textarea editing. It also uses JSZip to shrink files exported from the application. The problem… Read More »Jodit, JSZip, and Other Non-Angularized Packages
Using Angular and Nrwl’s NX tool for mono repos, I frequently run into “component not found” or “component not exported” issues. The reason? Well, it… Read More »Modules, Modules, Component Not Found