UW Coding Curriculum Overview
UW Coding Curriculum Overview
UW Coding Curriculum Overview
FULL STACK
FLEX PROGRAM
CURRICULUM OVERVIEW
The digital revolution has transformed virtually every area of human activity—and you can be part of
it as a web development professional. University of Washington Coding Boot Camp is a part-time,
24-week Full Stack Flex course that gives you the knowledge and skills to build dynamic end-to-end
web applications and become a full stack web developer.
Courses are scheduled to fit into your life, whether you’re employed or attending college full-time,
with convenient weekend and evening sessions.
The program is rigorous and fast-paced and covers both the theory and application of web
development. As you gain proficiency, you’ll use what you learn on real projects under the guidance of
area employers. Plus, you’ll have an impressive Professional Portfolio and the confidence to succeed
as a web development professional.
Are you creative, curious and looking to reinvent yourself professionally? If so—or
if any of the following describes your situation—enrolling in our coding boot camp
could be a smart career move:
You’re considering a career change but not sure how to take the first step.
You’re happy in your current field, but want to move to another company—or stay put
but shift from a non-technical into a technical position.
You want to engage more deeply with your current job—or boost your earnings and
broaden your experience with freelance work.
You have an entrepreneurial idea and need to acquire the skills to go “all in” on it and
launch your business.
You’re a full-time student but hungry to learn more and expand your skill set.
You will graduate with full stack web development skills*, including:
• HTML
• CSS
Node.js (Server Side Development)
• JavaScript
• jQuery
• Express
• Responsive Design
• Security and Session Storage
• Bootstrap
• User Authentication
• Handlebars
• MERN Stack
(MongoDB, Express.js, React.js, Node.js)
• Cookies, Local Storage
• React.js
Quality Assurance
Deployment
• Writing Tests
• Heroku
• Git
*The material covered in this course is subject to change due to market demand.
Apply “social coding” accepted and best Work independently or in a group on complex
practices (including source control, issue tracking, functional projects throughout the entire development
feedback, etc.) lifecycle
Build a front end website either from scratch or Understand the basics of troubleshooting and
by utilizing a front end framework (such as Bootstrap) enhancing legacy code
Implement complex logical conditions to meet Create RESTful APIs utilizing JSON as a data
an objective format
Write SQL commands to perform Create, Read, Consume RESTful APIs properly utilizing
Update and Delete commands REST verbs
Create a full stack Single Page Application with Create robust web applications and services
AJAX communication in Java
Develop your vision for a website—and then Create session-based applications utilizing user
build it! authentication schemes that are well-known and
widely used
Instructor-led discussions cover the You’ll put classroom teaching into Your portfolio signals to employers
background, history and use of a new practice individually and with a team that you are ready for primetime! You’ll
technology or concept. to work on timed in-class exercises build a substantial portfolio of projects
and projects. that demonstrate your abilities across
a wide variety of technologies.
Final Project
You will work independently or break out into groups to collaborate on a final project. You will come up with your own
project and actually build it. The skills you learn during this project will truly help you to prepare for your first interviews
and jobs!
When most people think of the “Internet,” their mind »» Creating a web page from scratch
Module 1: immediately conjures up their web browser. We dive »» Mastering terminal commands
Mastering The Browser into detail about how the browser works and what
exactly the source code comprising a web page does. »» JavaScript and it’s most beloved child,
(Weeks 1-5) jQuery
The advent of the API has rapidly propelled the pace of »» Consuming RESTful APIs
Module 2: innovation in technology. Being able to communicate »» Parsing JSON to extract meaningful data
API and JSON with other systems enables you to do even more with
yours. »» Using AJAX to update data on a website
(Weeks 6-9)
without having to hit that “refresh”
button in the browser
Have you ever wondered how websites originate? »» Writing Node.js server code to serve
Module 3: They typically come from computer programs called static web pages
Server Side “servers,” but did you know that servers do so much »» Querying large amounts of data and
(Weeks 10-19) more? Interacting with databases and even...other answering questions from a MySQL
servers! Learn how to write server-side JavaScript code Database
with Node.js.
»» Understanding and using Joins, Wheres,
and Counts strategically
Java is a mature programming language trusted across »» Create scalable web apps, APIs, and
Module 4: the software industry to build safe, scalable, and Services
Java robust applications »» Take a deep dive into core Java and
(Weeks 20-21) Object-Oriented Programming
»» Build a foundation in common build tools
for Java projects, such as Maven
Computer science fundamentals are essential to web »» Computer Science applied to JavaScript
Module 5: development so our curriculum includes a deep dive »» Design Patterns
Computer Science into the basics of coding and algorithms.
Fundamentals »» Algorithms
(Week 22-23)