skip to content
ajcwebdev

Blog Posts - Page 5

  • Cover Image for blog post

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

  • Cover Image for blog post

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

  • Cover Image for blog post

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

  • Cover Image for blog post

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

  • Cover Image for blog post

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

  • Cover Image for blog post

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

  • Cover Image for blog post

    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.

  • Cover Image for blog post

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

  • Cover Image for blog post

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

  • Cover Image for blog post

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