Skip to content

Instantly share code, notes, and snippets.

View jw56578's full-sized avatar

Jon Woo jw56578

  • Austin, TX
View GitHub Profile
@jw56578
jw56578 / html-sandbox.markdown
Created October 25, 2021 23:25
HTML Sandbox
  • Sign up for heroku.com
  • create a repository in github.com for your web server application
  • Work directly in github.com to keep it simple
  • create the package.json file and put the necessary json
  • create the index.js to put your server code.
  • create the public folder and index.html to practice serving web pages
  • How do you create a folder in github.com?
@jw56578
jw56578 / readme.md
Last active August 14, 2019 23:24
ACA Class Notes Day 15
@jw56578
jw56578 / readme.md
Last active April 1, 2023 12:55
Http Practice

Let's practice our ability to construct http message. Use postman to build and send the correct message to the server in order to receive the desired response. Send the following messages to the below server and record what is in the response message body and status code. Make sure you do not recieve the status code 400

https://GlaringTreasuredForce--jw56578.repl.co

Message 1.

  • method should be GET and path should be /products
@jw56578
jw56578 / readme.md
Created January 16, 2019 02:35
final project idea

I'm going to make a twitter clone.

@jw56578
jw56578 / readme.md
Last active July 31, 2019 23:27
ACA 311 Day 11 Notes

Anouncements

Code Challenge

Review

Questions

Objective

  • Know what the concept of authentication means
  • Be able to code a sign up/ sign in on the server
  • Know what a hash is
  • Know what a token is and how to make one
@jw56578
jw56578 / readme.md
Last active June 15, 2019 01:32
ACA Class Day 1 Notes

Anouncements

Review

  • Any questions over the online material for intro?
  • Syllabus
  • Online Lecture
  • Setup?
  • Textbook
  • Point out tutoring
  • Point out resources
  • Point out rocket chat room
@jw56578
jw56578 / readme.md
Last active March 24, 2019 01:06
ACA 311 Class Final Thoughts
  • Get your final project done. (without redux if necessary)
  • Try to understand why you cannot build amazon.com (without redux)
  • Alumni channel
  • Sign up to tutor/TA
  • Keep in touch
  • Keep up with schools social media
  • you never lose access to anything
  • Recommendation
@jw56578
jw56578 / readme.md
Last active December 10, 2018 23:26
ACA Class Notes
  • I will be out next week.
  • Review Homework
  • Fetch and redux
    • what is a thunk?
    • what is middleware?
    • React components should not be aware of fetch or how data is retrieved
    • We are moving code for fetching to another location for organizational purposes
  • Go over ACA Flix
  • Go over checkpoint 2
  • Checkpoint is used for practice or as a starting point for your final project