Tags

Amplify

A colletion of cloud services useful for making a full stack developers job easier.

Auth0

Auth0 is an authentication and authorization provider as a service.

AWS

AWS or Amazon Web Services is the largest cloud provider and provide a large array of services.

Cloudfront

Cloudfront is a global content delivery network (CDN) useful for delivering content such as javascript, html, css or videos.

Docker

Docker allows you to run your applications in individual containers that you can build, share and run anywhere.

Gatsby

A static site generator for React that is blazingly fast. Useful for websites that are not dynamically changing- such as a blog. (Like this one!)

Github

A git repository for storing all your code.

GraphCMS

GraphCMS is Content Management Platform built from the ground up with GraphQL in mind.

GraphQL

A query language for your api.

Javascript

JavaScript is an object-oriented programming language used alongside HTML and CSS to give functionality to web pages.

Less

Less is a language extension for CSS. It can do everything CSS can an more like nesting, variables and mixins.

NextAuth.js

Authentication for Next.js

Next.js

A React.js framework for easily creating server side web applications.

Zeit Now

Zeit Now is a serverless deployment tool to put your website up in an AWS lambda function.

Prisma

Prisma is an ORM replacement which makes writing backend graphQL servers a breeze.

AWS RDS

RDS is a managed database service provided by AWS that handles backups, monitoring, and scaling.

React

React is an open source JavaScript library used for designing user interfaces.

Route 53

Route 53 is a scalable and available DNS service provided by AWS.

S3

AWS S3 is highly reliable file storage that is continuously backed up and cheap. Useful for storing assets for web pages.

styled-components

A positively delightful way to write your CSS with javascript template literals.

Typescript

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.