Posted on Jun 15th, 2020
Good morning and welcome to Phase 3! I’ll be making separate posts for each sub-team from here on out.
One note before we get started: you’ll notice some repositories, including your homework repos, using the branch main
instead of master
. This is an intentional change based off discussions around the historical meaning of “master,” and is in line with changes GitHub is planning on making in the future.
Some repos – like the one for this blog – will not yet change because of technical limitations. We cannot post to GitHub Pages without the traditional branch name yet.
If you want to do the same on older repositories you have, read Easily rename your Git default branch from master to main.
Posted on Jun 15th, 2020
Today we’re return
ing to JavaScript! We’re going to have a refresher before diving into React tomorrow.
Setup
By the end of today, you need to make sure you have the following set up on your machine:
- Node & npm
- create-react-app
- VS Code extension for JSX and Standard.js
- Exercism
You also should sign up for Open JS World.
Assignments
Resources
Posted on Jun 15th, 2020
This week, we’ll be focusing on going further with Django before we dive into REST APIs.
Today, we’ll be talking about deploying our Django apps to Heroku and using PostgreSQL.
Assignments
Your project for the week will be Question Box. Today, you’ll start by getting this deployed to Heroku first thing.
Resources
Posted on Jun 9th, 2020
Today we’re talking about querying models and putting those queries into
action in views.
Videos
Resources