The Candid Startup is a home for my startup ideas, my writing about those ideas, and open source prototypes and implementations of those ideas.
You’ll find a variety of content here. There could be deep thinking about industry trends and startup ideas, juicy gossip from my days at Autodesk or lab journal entries documenting my progress.
Latest Posts
-
Front End
Unit Test Code Reuse with Vitest 4.1
I’m a strong believer in unit tests. I try to get close to 100% code coverage with my tests. Which means I have a lot of unit test...
-
Front End
InfiniSheet
Event Sourced
Asynchronous Unit Tests with Vitest
Asynchronous code is great. It’s the most efficient way to implement IO heavy workloads. When IO occurs, the current chain of execution is paused, allowing something else to run. There’s...
-
Event Sourced
Decoupling Event Log and Snapshot Loading
Last time, we got a load-on-demand chunked snapshot format working. It didn’t feel great, with too much coupling between in-memory representations for the event log and snapshot. We’re going...
-
React Virtual Scroll
Cloud Architecture
React Spreadsheet
Blog
Spreadsheets
...
More Posts
There's another 172 posts covering 17 more topics.