
06
MarchImplementing The Chip-8 Instruction Set
In this lecture we implement the Chip-8 instruction set and end up with a fully working emulator

07
MarchSpeeding Up The Emulator
In this lecture we speed up the emulator making it run faster

12
MarchIntroduction

12
MarchLinked Lists Explained
In this lecture I explain what a linked list is and how to use them

12
MarchCreating Your Very First Linked List
In this lecture we create our very own linked list

12
MarchDouble Linked Lists Explained
This lecture explains double linked lists and how they work

12
MarchDouble Linked Lists In C
Now we take what we learned in the last lecture and implement our very own linked list in the C programming language

12
MarchWhere The List Becomes The List Element
This lecture shows you how to make the list element value become the list element/list its self

12
MarchImplementing Linked List With Value being the List Element
In this lecture we implement what we spoke about in the previous lecture, we implement our linked list with the value be...

12
MarchUnderstanding Arrays
In this lecture I teach you what arrays are

12
MarchProgramming Arrays And Array Lists In C
In this lecture you learn how to create an array list in C

12
MarchUnderstanding Stacks And Queues
In this lecture you learn all about stacks and queues and how they work

12
MarchCreating A Stack
In this lecture you learn how to create a stack

12
MarchCreating A Queue
In this lecture you will learn how to create a queue

12
MarchUnderstanding Binary Trees
In this lecture you will learn all about binary trees

12
MarchProgramming Binary Trees
In this lecture you learn how to program binary trees

20
AprilIntroduction

20
AprilCurrent Vs Voltage
In this lecture we learn all about current and voltage and the differences between them.

20
AprilWhat Is A Breadboard?
In this lecture you learn what a breadboard is and why it is useful for prototyping electronics

20
AprilYour First Circuit
This lecture covers your very first circuit with electronics

20
AprilBlinking An LED Programmatically With Arduino
In this lecture we blink an LED with an Arduino

20
AprilResistance And Ohm's law
Learn how to use Ohm's law to make safe circuits that work efficiently

20
AprilPush Button Programming With Arduino
In this lecture we create some push buttons and write an Arduino program that can detect when they are pressed. Learn al...

20
AprilDiode's explained
In this lecture you learn all about diodes and why they are important

20
AprilArduino Interrupts
This lecture discusses how you can interrupt the Arduino