Posts
-
deploy a docker container on aws lambda
This example uses the Serverless Framework to deploy and query a Node.js server running in a Docker container on AWS Lambda.
-
a first look at keystoneJS
KeystoneJS is a CMS for developers that provides a GraphQL API & Management UI for content and data based on your schema.
-
a first look at slinkity
Slinkity is a framework that uses Vite to bring dynamic, client side interactions to your static 11ty sites.
-
a first look at fly
Fly is a platform for full stack applications and databases build with Dockerfiles or Buildpacks that need to run globally.
-
a first look at github actions
GitHub Actions can be used to automate, customize, and execute software development workflows from within a GitHub repository.
-
a first look at postgraphile with railway
PostGraphile builds a GraphQL API from a PostgreSQL schema that automatically detects information such as tables, columns, indexes, and relationships.
-
a first look at docker
Docker is a set of tools that deliver software in isolated packages called containers that bundle their software, libraries and configuration.
-
a first look at azure functions
Azure Functions is an event-driven serverless compute platform that manages deploying and maintaining servers.
-
deploy node on digital ocean with pm2
In this tutorial we'll deploy a Node.js server on Digital Ocean with a Node process manager called PM2.
-
a first look at the serverless framework
The Serverless Framework consists of an open source CLI and a hosted dashboard. We will create a boilerplate Node.js project with a single Lambda handler, deploy the handler to AWS, and invoke it from our terminal.
-
a first look at react 18 with vite and netlify
How to create a boilerplate React app with Vite, upgrade the application to React 18, and deploy the app to Netlify.
-
run graphQL on the edge with cloudflare workers
How to run a GraphQL server on the edge with Apollo GraphQL, Cloudflare Workers, Webpack, and Wrangler.
-
a first look at architect
Architect is an Infrastructure as Code framework for provisioning build artifacts. It provides a compact syntax that compiles down to CloudFormation.
-
a first look at amplify with vite
AWS Amplify is a set of tools and services to help frontend web and mobile developers build scalable fullstack applications with AWS infrastructure.
-
a first look at remix
Remix is a React metaframework created by Ryan Florence and Michael Jackson that primarily uses standard web APIs.
-
a first look at cloudflare workers
A Cloudflare Worker runs JavaScript on Cloudflare's edge servers. A Cloudflare Service Worker specifically handles HTTP traffic.
-
a first look at aws sam
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications with a shorthand syntax for common cloud resources.
-
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.