The Candid Startup
Posts Topics Projects About Contact

Posts

Every post from The Candid Startup

« Prev 1 2 3 4 15 Next »
  • Feb 17, 2025 Front End

    Hacking TSDoc support into Storybook

    Last time, I put together a storybook for my InfiniSheet project. There was one outstanding issue.

  • Feb 10, 2025 Front End InfiniSheet

    Building the InfiniSheet Storybook

    Now that I have Storybook bootstrapped, I’m going through all my InfiniSheet components creating stories. The process is mostly really straightforward. However, I am finding cases where I need to use additional Storybook features.

  • Feb 3, 2025 React Spreadsheet

    React Spreadsheet: Edit Ready

    It’s been a couple of months since I last worked on features for my scalable React spreadsheet component. I got distracted by adding Playwright and Storybook to my arsenal of development tools. The next step is to add all my components to Storybook and publish it as part of my documentation set.

  • Jan 27, 2025 Blog

    Now on Bluesky

    I have an account on Bluesky now. As with Twitter (currently known as X) and LinkedIn, I’ll post links to blog articles as they come out.

  • Jan 20, 2025 Front End TypeScript

    Typecheck All The Things

    Something weird happened the other day. I opened up one of my unit tests in VS Code to refresh my memory on how a component worked. VS Code reported that the test file had four TypeScript errors. I checked another unit test. That had errors too.

  • Jan 13, 2025 Front End

    Bootstrapping Storybook

    Last time, we had a look at Vitest browser mode and Playwright component testing. I was looking for a tool to help with component and integration testing of my React components.

  • Jan 6, 2025 Front End

    Component Testing with Playwright and Vitest

    Last time we added Playwright to our toolbox for end to end testing. We already had Vitest for unit tests. Now we need to decide on a solution for integration and component testing.

  • Dec 20, 2024 AWS

    AWS re:Invent 2024

    As ever I’m spending the week after re:Invent gorging on YouTube videos at 1.5x speed. This year I’m trying to use my time as efficiently as possible. I want to find more nuggets of gold and less corporate filler.

  • Dec 16, 2024 Front End

    Bootstrapping Playwright

    I’m ready to add browser based automated testing to my InfiniSheet project. Before we get into the details of getting my chosen tool up and running, let’s have a quick reminder of why we need it.

  • Dec 9, 2024 InfiniSheet TypeScript

    InfiniSheet: Chore Updates

    Last time, I decided that I needed some additional tools for browser based automated testing. Before I can do that, I should really make sure all my existing dependencies are up to date.

« Prev 1 2 3 4 15 Next »