6 <!Doctype html> <html> <head> <title>TrustYou</title> </head> <body> <h1>TrustYou</h1> <img src="traveler-icon.jpg"> </body> </html> This was written in...behold… notepad...! ...but I leveled up with sublime text
programming is actually all about • Realization, that programming is not math, but following logic • HTML is nice to ease in, because you can see what you are doing • Training programs are good to build up theoretical knowledge • Befriend some developers :) 11
you learned • Connecting small learning chunks to the bigger picture • The “real life transfer” is a big issue • Not able yet, to translate a problem into code on my own 15
to put a coin in, select a soda, and take it from the tray... The programming languages are different, like say: a cat, a human and a alien... But if they want a soda, they all have to: put the coin in, select a soda, and take it from the tray. The machine doesn't care who uses it... it only responds to this specific instructions 23
explanations with visual examples (e.g. the soda machine) • Funny examples and little games • A learning framework, like Codecademy • Real life problems • Patient help from my friends and the community :) 26