Tapadocs

Tags
  • Simple AES in JavaScript - Part I

    June 27, 2024 in javascript

    Passphrase AES encryption in JavaScript.
  • Code coverage in Vitest

    June 25, 2024 in javascript

    How to get code coverage reports in Vitest.
  • Handing expected errors in Vitest

    June 25, 2024 in javascript

    Shows how toThrowError is used to verify errors raised by the callee.
  • JavaScript testing using Vitest

    June 25, 2024 in javascript

    A very brief introduction to running tests using Vitest.
  • Using Markdown in Google Docs

    June 6, 2024 in google

    Headings, lists, links, and text formatting.
  • Using $ref in Open API specifications

    May 31, 2024 in openapi

    If the API specification is getting too large and unweildy, it can be split into smaller files using $ref.
  • Generating HTML for OpenAPI using Redoc

    May 31, 2024 in openapi

    Using the redoc tool to generate HTML docs from an OpenAPI specification.
  • iOS Bite: Error Handling in SwiftUI

    May 22, 2024 in ios-bites

    Clean error handling in SwiftUI. Prefer throwing errors over returning optionals.
  • Tapadocs: adding Pagefind for static site search capability

    May 20, 2024 in cloudflare-pages

    How to use Pagefind with Cloudflare Pages to add a search element to a static website.
  • iOS Bite: defer

    May 17, 2024 in ios-bites

    Want to some code to execute when a scope has completed? Don’t want to repeat yourself in multiple places? defer might be the answer you seek.
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»

Tapadoo – App Creation from Beginning to End