Skip to content

Instantly share code, notes, and snippets.

View jsnwesson's full-sized avatar

Jason Wesson jsnwesson

  • 2U
View GitHub Profile
@jsnwesson
jsnwesson / 003 - Book Squid - Engineering Journal.md
Last active August 20, 2021 01:10
003 - Book Squid - Engineering Journal

Overview

This gist details the decisions I made, the tests I conducted, the observations recorded, and the directions I took while building out a website for Book Squid.

Goals

Create a webpage that allows for a user to log into their personalized account, which includes adding books to their own reading lists and rating/reviewing books that they've read.

Achievements

Reflections

@jsnwesson
jsnwesson / 002 - CatwalkAPI.md
Last active February 12, 2023 19:43
02 - CatwalkAPI - Engineering Journal

SDC Engineering Journal

This gist details the decisions I made, the tests I conducted, the observations recorded, and the directions I took while building out a server and database for Project Snickers.

Goals

Create an API using an Express server and either a SQL or noSQL DBMS to retrieve and record data based on the pre-made front-end HTTP requests.

Achievements

  • Imported SQL-ized data in CSV format to a MongoDB and successfully accessed data with Mongoose library.
  • Used aggregation pipeline to properly transform and load new data into the desired schemas that matched the front-end requests.
@jsnwesson
jsnwesson / 001 - Journal Homepage.md
Last active July 13, 2022 18:18 — forked from trentgoing/001 - Journal Homepage.md
Catwalk Engineering Journal

FEC Engineering Journal

This gist details the decisions I made, the tests I conducted, the observations recorded, and the directions I took while building out an API for Project Catwalk.

Goals

Design the Product Overview (highest priority) for our team's project.

Achievements