HomeAboutBlogProjectsContact

Posts tagged "react"

3 posts found

Flexible schema using Drizzle and Zod

How to combine SQL structure with document database flexibility using SQLite JSON capabilities, Drizzle ORM, and Zod validation for evolving data schemas.

October 2, 2024
databasedrizzlejavascriptormreactschema-designsqlitetypescriptzod

Why I Switched My Blog's Backend to Notion

A developer's journey from a traditional static site to using Notion as a headless CMS. This post explores the pros and cons of different CMS options like Payload CMS and WordPress before settling on the Notion API for a more flexible and mobile-friendly blogging workflow.

September 1, 2024
apibloggingcloudflare-workerscmscontent-managementheadless-cmsjamstackmigrationnotionpayload-cmsreactserverlessstatic-sitewordpress

Streaming Dynamic and Asynchronous HTML with Hono and JSX

Learn how to stream dynamic HTML content using Hono.js and JSX. This post provides a code example of how to use async generators and Suspense to stream non-append-only data to the browser, creating a dynamic and responsive user experience.

June 1, 2024
asynccloudflare-workersedge-computinghonojavascriptjsxreactserver-side-renderingssrstreamingsuspenseweb-framework