The web stack as of august 2020

18 August, 2020 - 2 min read

Just got a new macbook, so I figured I'd list out my current technology stack that I am using to build out my web applications.

My current philosophy when developing web applications revolves around the JAMSTACK. Below is a quote directly from their website:

"Fast and secure sites and apps delivered by pre-rendering files and serving them directly from a CDN, removing the requirement to manage or run web servers."

pic

It is a design philosophy that revolves around the use of pre-rendered web applications that are hosted as static files. The applications become dynamic by the use of API calls. This is made possible by the growing capabilities of web browsers and services available through APIs.

An example design flow is as follows:

  1. Build frontend with gatsbyjs.
  2. Connect to a headless content management system (HCMS) to hold my data; depending on the use case this will be either sanity, airtable or contentful.
  3. Host code on github and deploy through netlify.
  4. Configure a domain through Name Cheap and Netlify.

Programming

Frontend Technologies

API Technologies

Microservices

Package Manager

Softwares

Domain Names


linkedinhomeblogpoclanding

modified on: 2023-03-16T07:23:18+00:00
last commit: Update Blog Lifestyle “2022-07-07-burn-out-could-be-okay”


built withgatsby