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 / readme.md
Last active June 14, 2019 01:35
ACA 311 Day 20 Notes
@jw56578
jw56578 / readme.md
Last active March 7, 2018 21:49
ACA Checkpoint 2 Notes

As you may have noticed, most of what we have been doing is very repetitive and redundant. When you work for a company where you are building business software, this is a very common thing. Let’s make sure that we have the process down. I want to make sure we are comfortable with building the simplest of a CRUD app. You can consider checkpoint 2 a mini final project. This will help you ease into the final project. Be creative. If this seems easy to you then add your own ideas into checkpoint 2.

  • Use different input elements. Select, radio, slider
  • Practice styling it. Use css variables and css grid
  • Build this project multiple times until you can do it in your sleep.
  • Add any of the cool web features I’ve shown you
@jw56578
jw56578 / readme.md
Last active March 4, 2018 00:51
React Native Repl Notes
  • Building a react native app with an online ide
  • This is using the same technology that is used in the react native documentation
  • You can test simple apps on a real phone
  • Repl
  • This technology is new and is unstable but has great potential
  • Everything you type is saved on the fly

Refreshing

  • You are suppose to just hit run, but this doesnt seem to really work
@jw56578
jw56578 / readme.md
Last active July 12, 2019 22:05
ACA Notes Day 6

Anouncements

White board

Review Project

  • ACA Store
  • The purpose of this project is to give you real life applications to work on. Its fine if you don't feel comfortable with building it yet. You know where you need to get to.
  • You need to be practicing the concepts by breaking them down into smaller chunks that you can focus on. Create your own plunkrs (snippets of code) and handle each piece of functionality seperately.
@jw56578
jw56578 / readme.md
Last active March 2, 2018 19:57
ACA 311 Day 15 Notes
@jw56578
jw56578 / README.md
Last active August 26, 2019 22:30
ACA 311 Notes Day 18

Anouncements

Code Challenge

Review

Questions

Objective

  • Use react-redux for dispatching messages to redux
  • Know how to use mapDispatchToProps
  • Learn the professional way to organize action code in a redux app
@jw56578
jw56578 / README.md
Last active July 12, 2019 20:22
ACA 311 Notes Day 5
@jw56578
jw56578 / README.md
Last active July 1, 2019 14:41
ACA 311 Day 3 Notes

Review

Objective

  • Be able to use VSCode to debug node apps
  • Know how to use chrome dev tools to debug web pages

Lesson