[ notes ]
biggest obstacle to actually doing something and becoming what you
want to is getting started
**it’s easy —and tempting—to waste away countless hours debating
what you should do
you only need to summon all the courage and determination you can
muster and say to yourself; “I’ve debated enough, I’ve got a plan—and
it might not be the best one—but, I’m
just going to do it anyway”
books:
‘code complete’ steve mcConnell
‘clean code’ robert martin
‘cracking the code interview’
learn by doing—and repeat
basic construct of programming languages:
input/output
basic math
variables
functions, objects, modules
boolean logic
conditional statements (if/else)
looping statements
programming today is more about knowing how to use libraries and
frameworks than being absolute export in the language
[ node & express ]
res.render - render views
res.send - quick test
res.query - querystring values (?category=cars&color=red)
req.session - session values
req.cookies - cookies values
req.body - form data
pkg: multiparty (file upload)
[ notes ]
biggest obstacle to actually doing something and becoming what you
want to is getting started
**it’s easy —and tempting—to waste away countless hours debating
what you should do
you only need to summon all the courage and determination you can
muster and say to yourself; “I’ve debated enough, I’ve got a plan—and
it might not be the best one—but, I’m
just going to do it anyway”
books:
‘code complete’ steve mcConnell
‘clean code’ robert martin
‘cracking the code interview’
learn by doing—and repeat
basic construct of programming languages:
input/output
basic math
variables
functions, objects, modules
boolean logic
conditional statements (if/else)
looping statements
programming today is more about knowing how to use libraries and
frameworks than being absolute export in the language
[ node & express ]
res.render - render views
res.send - quick test
res.query - querystring values (?category=cars&color=red)
req.session - session values
req.cookies - cookies values
req.body - form data
pkg: multiparty (file upload)
[ notes ]
biggest obstacle to actually doing something and becoming what you
want to is getting started
**it’s easy —and tempting—to waste away countless hours debating
what you should do
you only need to summon all the courage and determination you can
muster and say to yourself; “I’ve debated enough, I’ve got a plan—and
it might not be the best one—but, I’m
just going to do it anyway”
books:
‘code complete’ steve mcConnell
‘clean code’ robert martin
‘cracking the code interview’
learn by doing—and repeat
basic construct of programming languages:
input/output
basic math
variables
functions, objects, modules
boolean logic
conditional statements (if/else)
looping statements
programming today is more about knowing how to use libraries and
frameworks than being absolute export in the language
[ node & express ]
res.render - render views
res.send - quick test
res.query - querystring values (?category=cars&color=red)
req.session - session values
req.cookies - cookies values
req.body - form data
pkg: multiparty (file upload)