Fforze-devinforze.hashnode.dev·2d ago · 7 min readConverting JSX Back to HTML: 7 Edge Cases That Break Naive ConvertersEvery JSX-to-HTML converter handles className → class. That transformation is one line of code, and it is roughly 5% of the problem. I spent a while getting the other 95% right for a converter I maint00
Fforze-devinforze.hashnode.dev·Apr 26 · 9 min readFrom Six Tabs and Casino Ads to Building My Own Developer ToolsetThere is a specific kind of frustration that only freelance developers know. It is not the hard stuff — debugging a race condition at midnight, figuring out why a Docker container refuses to start, ex00