Skip to content

Commit 7111922

Browse files
committed
Add ToC Markers
1 parent 34d252a commit 7111922

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

Lecture 1 - Intro.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
4+
- [Introducing Hunter](#introducing-hunter)
5+
- [Syllabus Overview](#syllabus-overview)
6+
- [Grading](#grading)
7+
- [Schedule](#schedule)
8+
- [Quick Poll](#quick-poll)
9+
- [Who has already picked out a tech stack? If you have, what are you using?](#who-has-already-picked-out-a-tech-stack-if-you-have-what-are-you-using)
10+
- [Who has already started working on their app?](#who-has-already-started-working-on-their-app)
11+
- [Who has built some kind of software outside of assignments before?](#who-has-built-some-kind-of-software-outside-of-assignments-before)
12+
- [Priorities of a Startup](#priorities-of-a-startup)
13+
- [Speed](#speed)
14+
- [Scale](#scale)
15+
- [Onboarding](#onboarding)
16+
- [Project Management](#project-management)
17+
- [Stories / Issues / Tickets](#stories--issues--tickets)
18+
- [Projects / Epics](#projects--epics)
19+
- [Tech Debt](#tech-debt)
20+
- [Ecosystem](#ecosystem)
21+
- [Next.js](#nextjs)
22+
- [Monorepo](#monorepo)
23+
- [Dependency Injection](#dependency-injection)
24+
- [Lucid Account](#lucid-account)
25+
- [Next Time](#next-time)
26+
27+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
28+
129
## Introducing Hunter
230

331
Howdy, I'm Hunter, I'm 24 and a Software Engineer and Team Lead at Lucid,

Lecture 2 - Project Setup.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
4+
- [Setting Up](#setting-up)
5+
- [Directory Structure](#directory-structure)
6+
- [Apps](#apps)
7+
- [Packages](#packages)
8+
- [Tooling](#tooling)
9+
- [Devops](#devops)
10+
- [Other files](#other-files)
11+
- [Initializing the Repo](#initializing-the-repo)
12+
- [Setting up a formatter](#setting-up-a-formatter)
13+
- [Adding a Database](#adding-a-database)
14+
- [Using Environment Variables for Configuration](#using-environment-variables-for-configuration)
15+
- [Exposing the Database to other packages](#exposing-the-database-to-other-packages)
16+
- [Using Docker to quickly setup local services](#using-docker-to-quickly-setup-local-services)
17+
- [Writing scripts to operate on the database](#writing-scripts-to-operate-on-the-database)
18+
- [Caching the generated database files](#caching-the-generated-database-files)
19+
- [Updating the formatter](#updating-the-formatter)
20+
- [Using the Database in our Next.js App](#using-the-database-in-our-nextjs-app)
21+
- [Communicating between Server and Client with tRPC](#communicating-between-server-and-client-with-trpc)
22+
23+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
24+
125
## Setting Up
226

327
As far as tools go for this project, I have opted to use the following:

Lecture 3 - Backend.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
4+
- [News and Housekeeping](#news-and-housekeeping)
5+
- [Revisiting Lecture 2 - High Level Project Overview](#revisiting-lecture-2---high-level-project-overview)
6+
- [Basic Architecture](#basic-architecture)
7+
- [Monorepo vs Multiple Repos](#monorepo-vs-multiple-repos)
8+
- [Packages vs Apps](#packages-vs-apps)
9+
- [Lecture 3 - Intro to Backend](#lecture-3---intro-to-backend)
10+
- [Tech Stack](#tech-stack)
11+
- [Communication Technologies](#communication-technologies)
12+
- [HTTP and REST](#http-and-rest)
13+
- [GraphQL](#graphql)
14+
- [RPC and tRPC](#rpc-and-trpc)
15+
- [Honorable Mentions - Sockets](#honorable-mentions---sockets)
16+
- [Summary](#summary)
17+
- [ORMs and Queries](#orms-and-queries)
18+
- [Demo: Adding a REST Route to my Next.js App](#demo-adding-a-rest-route-to-my-nextjs-app)
19+
20+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
21+
122
## News and Housekeeping
223

324
- I have added the first assignment to Learning Suite for meeting with me. I

0 commit comments

Comments
 (0)