Skip to content
Snippets Groups Projects
Select Git revision
  • b0b5ccf5a8f38e6bb377dfc681ce58e88830620c
  • master default
  • dev
3 results

data

  • Clone with SSH
  • Clone with HTTPS
  • Intro to Programming

    Agenda

    • Computer architecture, memory, compile vs interpret, JIT

    • Programming 101

      • Variables
      • Conditionals ("if/else")
      • Iterations ("for loops")
      • Objects
    • Programming Languages

      • low level -> abstract
      • C Hello World
      • Python Hello World
      • Javascript Hello World
      • NodeJS Hello World
    • Programming Embedded Systems

      • Embedded C
      • Memory: EEPROM, Registers
      • Arduino Hello world