diff --git a/pages/hack-school/_meta.json b/pages/hack-school/_meta.json index 41ee202..1d980a4 100644 --- a/pages/hack-school/_meta.json +++ b/pages/hack-school/_meta.json @@ -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" } \ No newline at end of file diff --git a/pages/hack-school/express.mdx b/pages/hack-school/express.mdx index 118ac16..d3462da 100644 --- a/pages/hack-school/express.mdx +++ b/pages/hack-school/express.mdx @@ -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 diff --git a/pages/hack-school/index.mdx b/pages/hack-school/index.mdx index 523c0f4..bd3201a 100644 --- a/pages/hack-school/index.mdx +++ b/pages/hack-school/index.mdx @@ -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? diff --git a/pages/hack-school/logistics.mdx b/pages/hack-school/logistics.mdx index 08bd4cf..6fc2f1b 100644 --- a/pages/hack-school/logistics.mdx +++ b/pages/hack-school/logistics.mdx @@ -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 \ No newline at end of file +Workshop 5 (11/5): Debugging and Deployment with Vercel and Render \ No newline at end of file diff --git a/pages/hack-school/mongodb.mdx b/pages/hack-school/mongodb.mdx index cf3986a..c26f708 100644 --- a/pages/hack-school/mongodb.mdx +++ b/pages/hack-school/mongodb.mdx @@ -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.