Swagger Codegen and Multiple TagsToday ChatGPT lied to me, so I’m setting the record straight. This is my question: “If an endpoint in an OpenAPI spec has multiple tags, what will Swagger Codegen do?”. Because Swagger Codegen organized the generated code into api/tag_name_api files....Feb 9, 2026·2 min read
Attracting & Retaining in a Boring IndustryI work in a boring industry. Not only do I work in insurance (already boring) I work in claims handling. I know, just writing those words some of you already clicked away. For a fun party trick, answer the what do you do question with "I'm a software...May 10, 2022·5 min read
S T A H PJust STAHP already! SomeTimesAcronyms (and Abbreviations)HurtProductivity Sometimes Before I rant too much, all right, yes. Some acronyms are OK and even helpful. Because (hopefully): Acronyms (should) save effort in communication. But whose effort...Mar 11, 2022·2 min read
Hashnode + DEVIn the midst of taking a hiatus from writing, I've decided to level up my setup to post on a personal blog at my own domain (www.kallmanation.com). I wanted to accomplish a few things: Have control of where my content is published Have a backup of m...Jan 24, 2022·2 min read
Install PWAs in VivaldiPWAs are coming to desktop! If you use Vivaldi (like me), then you too can join the PWA gang. Update: PWAs are now fully supported and no longer "experimental"; you can skip this first step and go right to the installation. As of today, you'll need t...Sep 2, 2021·1 min read
De Morgan's TheoremIn my last post, I hinted that De Morgan's Theorem makes "boolean code more readable" but that "we'll talk more about that later". Later is now! Let's talk about De Morgan's Theorem (or De Morgan's Laws). De Morgan's Theorem comes in two parts, each ...Apr 27, 2021·3 min read
All you need is NAND, NAND, NAND; NAND is all you need!All animations courtesy of my Wireworld built in Svelte If you've spent any time programming, you may recognize the "big three" boolean operators: AND, OR, and NOT (often written &&, ||, ! in many programming languages). Together these operators are...Apr 19, 2021·5 min read