chrisba11 / seattle-301d42

Class lecture repo for seattle-301d42. Lead Instructor: Allie Grampa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF Code 301: Intermediate Software Development

Course Overview

This course guides students through the collaborative process of creating dynamic web applications, focusing on the front end and back end independently, then creating full-stack applications.

The lab assignments for the course are in five main parts:

  1. Building several client-side applications, including a personal portfolio.

  2. Building a back end to consume several third-party APIs and communicate with a static front end.

  3. A stand-alone mobile-only application during week 3. Students will work with the same partner throughout the week on a Heroku-deployed application. This one-week sprint will help prepare students for project week and serve as an additional personal portfolio piece.

  4. Fulfillment of lab requirements via pair programming. These assignments are also a foundation for tackling technical challenges, developing code-reading skills, and gaining knowledge of application architecture.

  5. Daily coding challenges which focus primarily on regular expressions, string methods, array methods, and working with objects. Students will pseudocode their solution on the whiteboard and add their final solution to a personal repository. This assignment will allow 301 students to gain practice solving coding puzzles and feel comfortable discussing code on a whiteboard.

Course Learning Objectives

At the end of this course, students will be able to:

  1. Collaboratively design and create single-page web applications from scratch using MVC architecture built with professional-grade HTML, CSS, and JavaScript.
  2. Design dynamic frontend and backend applications which can function together or independently and are deployed to cloud platforms.
  3. Explain the fundamentals of how the world-wide web works, over the internet.
  4. Utilize dependency management techniques to build with third-party libraries such as ExpressJS, jQuery, and Handlebars.
  5. Persist one-to-many relational data across two tables in a SQL database, sourced from third-party APIs, user-generated content, or loaded from the filesystem.
  6. Follow agile software development practices during week-long sprints, including pair-programming, stand-ups, daily retrospectives, project management with Kanban boards, regular refactoring, and working in a shared code base.
  7. Enroll in a Code 401 course or attain an entry-level website development job or internship by completing the course requirements.

About

Class lecture repo for seattle-301d42. Lead Instructor: Allie Grampa


Languages

Language:JavaScript 62.6%Language:CSS 23.0%Language:HTML 14.5%