skip to content

Posts

  • a first look at aws cdk


    AWS Cloud Development Kit (CDK) is a framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation.

    a first look at aws cdk cover image
  • can I use mongoDB with prisma yet?


    MongoDB is a database. It does stuff with data and then puts it in a base. Prisma now lets you do that without writing Mongo stuff.

    can I use mongoDB with prisma yet? cover image
  • a first look at cloudflare pages


    Cloudflare Pages is a Jamstack platform for frontend developers to collaborate and deploy websites by syncing a GitHub repo and building a static frontend.

    a first look at cloudflare pages cover image
  • how to query the rick and morty graphQL API


    How to query the Rick and Morty GraphQL API with curl, the Fetch API, graphql-request, and Apollo Client.

    how to query the rick and morty graphQL API cover image
  • typescript generics


    A Socratic dialogue about the nature and purpose of TypeScript Generics. Generics are a way to prepare types for the unknown.

    typescript generics cover image
  • notes on es modules with chantastic


    A collection of examples demonstrating static and dynamic imports, export lists, and import aliases.

    notes on es modules with chantastic cover image
  • a first look at vite


    Vite is a frontend build tool and open source project created by Evan You. It increases development speed with ESBuild and serves native ES modules by default.

    a first look at vite cover image
  • semantic github


    A semantic pull request lets you tell others about changes you've pushed to a branch but in a way that actually means something.

    semantic github cover image
  • graphQL caching


    Since the GraphQL specification aims to be as general as possible, caching has been considered out-of-scope for the spec itself.

    graphQL caching cover image
  • a first look at svelteKit


    SvelteKit is a serverless first Svelte metaframework for building web applications with filesystem-based routing.

    a first look at svelteKit cover image
  • why do so many musicians become programmers?


    Before becoming a web developer I spent nearly a decade as an aspiring professional musician and music teacher.

    why do so many musicians become programmers? cover image
  • crypto constitutions


    Governance is not simply a technical challenge. It is a communicative, sociological, and distinctly human challenge.

    crypto constitutions cover image
  • the potential of web3


    An explanation of the goals and ambitions of web3 developers and the potential of web3 technology to create a sustainable structure for open source projects.

    the potential of web3 cover image