Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/hack-school/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"git-github": "Git/GitHub",
"week1": "Week 1: HTML, CSS, and JavaScript",
"react": "Week 2: React and Next.js",
"express": "Week 3: APIs with Express",
"mongodb": "Week 4: Databases with MongoDB",
"mongodb": "Week 3: Databases with MongoDB",
"express": "Week 4: APIs with Express",
"deployment": "Week 5: Debugging and Deployment"
}
2 changes: 1 addition & 1 deletion pages/hack-school/express.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Week 3: Building APIs with Express.js
# Week 4: Building APIs with Express.js

## What is Express?
[Express](https://expressjs.com) is a web application framework for Node.js that enables developers to start a local server and develop API routes. Express does
Expand Down
4 changes: 2 additions & 2 deletions pages/hack-school/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

## What is ACM's Hack School?
Hack School is a quarter-long, full-stack web development bootcamp. It's designed to help beginners and experienced developers alike build
a web application in just 6 workshops!
a web application in just 5 workshops!


## What will I learn?
Our Hack School project is built with the MERN stack (MongoDB, Express.js, React.js, Node.js), which is a modern set of technologies for web development.
We chose the MERN stack for its wide adoption in the development community, ease of use, and single-language knowledge (you only need to learn JavaScript)! Over the course of 6 workshops, we'll touch on concepts such as building user interfaces, server-side programming, and deploying your web application. There are absolutely no
We chose the MERN stack for its wide adoption in the development community, ease of use, and single-language knowledge (you only need to learn JavaScript)! Over the course of 1 pre-workshop and 4 workshops, we'll touch on concepts such as building user interfaces, server-side programming, and deploying your web application. There are absolutely no
prerequisites for this course -- we've designed it so that you learn as you go through it!

## How do I use this website?
Expand Down
14 changes: 7 additions & 7 deletions pages/hack-school/logistics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ This page is a collection of all the logistics for Hack School. Given the popula
the fall quarter. However, we record our workshops and maintain all of our material! If you aren't admitted, or you're viewing this after fall quarter, but you still want to follow
along, you can find all of our material on our [GitHub](https://acmurl.com/hackschool-fa24), our [YouTube](https://acmurl.com/youtube), and this textbook!

## Fall Quarter 2024
Our next iteration of Hack School will be running in Fall 2024. You can find all related logistics here, including the dates & locations of our workshops, Zoom links, and necessary material.
## Fall Quarter 2025
Our next iteration of Hack School will be running in Fall 2025. You can find all related logistics here, including the dates & locations of our workshops, Zoom links, and necessary material.
We'll make slides or other prerequisite material available before every workshop.



Workshop 1 (10/15): HTML, CSS, and JavaScript
Workshop 1 (10/6): HTML, CSS, and JavaScript

Workshop 2 (10/22): Building Front-End Interfaces with React and Next.js
Workshop 2 (10/15): Building Front-End Interfaces with React and Next.js

Workshop 3 (11/5): Building APIs with Express.js
Workshop 3 (10/22): All about Databases with MongoDB

Workshop 4 (11/12): All about Databases with MongoDB
Workshop 4 (10/29): Building APIs with Express.js

Workshop 5 (11/19): Debugging and Deployment with Vercel and Render
Workshop 5 (11/5): Debugging and Deployment with Vercel and Render
2 changes: 1 addition & 1 deletion pages/hack-school/mongodb.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Week 4: Databases and MongoDB
# Week 3: Databases and MongoDB

## What is a Database?
A database is an organized collection of data or information. It allows people to store information between sessions on a website.
Expand Down