Immortalize Me: How I built this website - looking forward to your feedback!

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  • Fiber for the HTTP framework; I've usually gone with either Echo or Gin, but I've decided to try this newcomer out because it is inspired by Express (a big fan in my Node.js days)

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • Typescript for compile-time type checking and offline documentation by using @types packages

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • qmgo

    Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.

  • qmgo as the driver because it provides a more friendly API than the official one

  • MongoDB

    The MongoDB Database

  • MongoDB for the simplicity and ease of deployment, and I can maintain the schema entirely in the codebase due to the nature of Go structs and their default values qmgo as the driver because it provides a more friendly API than the official one Atlas for hosting as it's the official way to run Mongo in the cloud

  • prettier

    Prettier is an opinionated code formatter.

  • Prettier to format everything consistently (only a team of one but it's nice to work with)

  • parcel

    The zero configuration build tool for the web. 📦🚀

  • Parcel to bundle assets for production and act as a development server to continuously rebuild while editing automatic image resizing and image conversion to more efficient file types support for TS and SASS compilation out of the box

  • Fiber

    ⚡️ Express inspired web framework written in Go

  • Fiber for the HTTP framework; I've usually gone with either Echo or Gin, but I've decided to try this newcomer out because it is inspired by Express (a big fan in my Node.js days)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Echo

    High performance, minimalist Go web framework

  • Fiber for the HTTP framework; I've usually gone with either Echo or Gin, but I've decided to try this newcomer out because it is inspired by Express (a big fan in my Node.js days)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts