Learn some web development in 2018.

Pete Huang
1 min readJan 19, 2018

--

After a self-taught curriculum over 6 months I became a web developer at Drover (we recently launched a completely new react app!).

I want to share an ordered list of items that I suggest you should look at if you want to learn some web development — it’s not as daunting as it seems.

An in-progress post, feedback welcome! Any questions, email me at petejayhuang@gmail.com

The first 4 hours

HTML

  • Learn HTML, build a simple web document.
  • Make a list, import a random image from google.

CSS

  • Add some color, borders, background using CSS.
  • Tweak the font. Make it larger, underlined, bold, spaced wider.

Javascript

  • Play with the alert() and prompt() functions.
  • Declare a variable in JS. Manipulate it, use some mathematical operators on it
  • What is an array?
  • Write a for loop.
  • Loop over an array of strings and print the values using console.log()

(to be continued…)

--

--

Pete Huang
Pete Huang

Written by Pete Huang

Economist, turned Product Marketer turned Product Manager turned Web Engineer. Cofounded twenty — twenty — We are Venture Catalysts for high growth companies.

No responses yet