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.
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.
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.
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.
typescript generics
A Socratic dialogue about the nature and purpose of TypeScript Generics. Generics are a way to prepare types for the unknown.
notes on es modules with chantastic
A collection of examples demonstrating static and dynamic imports, export lists, and import aliases.
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.
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.
graphQL caching
Since the GraphQL specification aims to be as general as possible, caching has been considered out-of-scope for the spec itself.
a first look at svelteKit
SvelteKit is a serverless first Svelte metaframework for building web applications with filesystem-based routing.
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.
crypto constitutions
Governance is not simply a technical challenge. It is a communicative, sociological, and distinctly human challenge.
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.