Skip to content

Latest commit

 

History

History
 
 

tasks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Documentation and Source Code for Tasks

Submitting your code

In this course I distinguish between your development machine (typically your laptop) and your production machine (the Google Cloud Virtual Machine (VM)). I am glossing over some nuances here but you should never, ever, develop code on you Google Cloud instance. You develop code on your laptop. I probably am repeated this point in about 5 different places in the material but some people somehow mess this up.

Anyway, tasks are to be done on your laptop. You clone the provided files, add your code, and test, debug, test. When you finished, you push your code to your github repository and notify me by filling our this form.

Again, you don't need to get any of these running on Google Cloud.

Task Lesson
1 Getting started with PostgreSQL
2 Getting started with JavaScript
3 Your first node server
4 NodeJS and PostgreSQL
5 NextJS
6 Cookies and Hashing
7 Getting serious with SQL
8 intro to Elasticsearch