Scientific Computing

FET Phase

Web Technologies

Month 1

Home

Month 1

Week 1

the web?
browsers and the basics concepts
VS Code

Week 2

the HTML doc
let's make sense of gibberish (tags)
semantics

Week 3

forms
where do they go?
1 JS function, just 1

Week 4

but this doesn’t look good? (CSS)
selectors
more selectors

Month 2

Week 1

the box model
up, down, left, right (flex)
grid

Week 2

custom fonts
let's put this here (positioning)
backgrounds and filters

Week 3

make it fit (media queries)
mobile sizing
tips and tricks

Week 4

make it move (animations)
transitions
more more selectors

Month 3

Week 1

but how? (javascript)
variables & conditionals
loops and functions

Week 2

again... how? (selecting elements)
1 2 skip a few (installing react)
squish it all together (JSX)

Week 3

state
effects
refs

Week 4

a classic “todo”
where do I put this? (network requests)
POST, GET