Skip to content

Posts

  • a first look at tRPC


    tRPC is a TypeScript library for building end-to-end, type-safe APIs. It creates fully typed endpoints on the backend which are queried from a frontend client.

    a first look at tRPC cover image
  • a first look at solidstart


    SolidStart is a project starter and metaframework for SolidJS that provides a first-class way to build and deploy SolidJS applications.

    a first look at solidstart cover image
  • Next.js and TypeScript FAQs


    Next.js has embraced TypeScript in recent years. This article covers setting up a new Next project with TS, migrating existing Next apps to TS, and common pitfalls.

    Next.js and TypeScript FAQs cover image
  • a first look at create-t3-app


    A fullstack, typesafe React framework with Next.js, tRPC, Prisma, and Tailwind deployed on Vercel and Fly.

    a first look at create-t3-app cover image
  • does remix scale?


    Zach Leatherman recently put out a provocative benchmark to compare different web frameworks on the speed at which they can generate a static site.

    does remix scale? cover image
  • Understanding MACH Architecture


    MACH (microservices, API-first, cloud-native, and headless) represents a growing trend away from monolithic architectures towards more flexible, adaptable, and agile systems.

    Understanding MACH Architecture cover image
  • Web3 Data Querying with The Graph


    The Graph is an indexing protocol for blockchains that enables building GraphQL subgraphs to query on-chain data.

    Web3 Data Querying with The Graph cover image
  • a first look at ipfs


    IPFS is a protocol defining a cryptographic-hashed and content-addressed peer-to-peer filesystem for directories and files.

    a first look at ipfs cover image
  • Create an Avalanche dApp with QuickNode


    Avalanche is an open-source, proof-of-stake blockchain with smart contract functionality that uses the Snow family of consensus protocols.

    Create an Avalanche dApp with QuickNode cover image
  • Trying Vue as a React Developer


    Despite differences between the frameworks, React devs shouldn't have too much trouble picking up Vue since it still uses components with a mixture of JavaScript, CSS, and HTML.

    Trying Vue as a React Developer cover image
  • How to Choose the Best CSS Framework


    How to Choose the Best CSS Framework with Metrics and Context.

    How to Choose the Best CSS Framework cover image
  • query the redwood API with svelteKit


    Create a deploy a Redwood GraphQL API and query it from a SvelteKit frontend.

    query the redwood API with svelteKit cover image
  • Storing NFT Information with Fauna


    Create and deploy a Solidity smart contract, mint an NFT, and store NFT information in a Fauna database.

    Storing NFT Information with Fauna cover image
  • a first look at ethers and hardhat


    This example uses Hardhat and Ethers to compile a smart contract written in Solidity and deploy that contract to an Ethereum test network with Alchemy.

    a first look at ethers and hardhat cover image
  • querying mongoDB with prisma and railway


    In this example we deploy a MongoDB database with Railway and connect to the database with Prisma Client.

    querying mongoDB with prisma and railway cover image
  • containerize redwood sides with docker compose


    Docker Compose is a tool for multi-container Docker applications. This example containerizes and runs Redwood's Web and API sides with Docker Compose.

    containerize redwood sides with docker compose cover image
  • Remix vs. Next: Comparing React Meta-Frameworks


    Either is well-suited to a range of applications and your choice of Remix vs. Next will largely depend on which features your app requires.

    Remix vs. Next: Comparing React Meta-Frameworks cover image
  • query the redwood API with next.js


    This example contains two separate repositories, one for the Redwood API and another for the Next.js frontend that queries the API with GraphQL.

    query the redwood API with next.js cover image
  • a first look at astro


    Astro is a web framework that supports the Islands Architecture and includes integrations for React, Svelte, Vue, Solid, and many more.

    a first look at astro cover image
  • what is partial hydration and why is everyone talking about it?


    Hydration converts static HTML into dynamic pages with client-side JS. Partial hydration only hydrates the components of an app that need to be interactive.

    what is partial hydration and why is everyone talking about it? cover image