I finally published my last post about the pre-course for Lambda School’s Full-Stack/Web Developer track. Its composed of 23 lessons from 9 units. To make it easy for readers to follow in the future, I’ve made an index of the posts here, divided into units. I’ll link this to each post’s page as well, for ease of use.

LAMBDA SCHOOL – FULL-STACK/WEB DEVELOPER PRE-COURSE
1. Introduction to Web Development Fundamentals
- 2019.07.08 Pre-course 1: Learn to Think Like a Software Engineer
- 2019.07.09 Pre-course 2: Learn how web development fits into the Greater Software Hierarchy
2. Introduction to HTML
- 2019.07.12 Pre-course 3: Learn what HTML is and what it is used for in Web Development
- 2019.07.13 Pre-course 4: Learn to utilize common HTML tags and attributes to mark up a basic page of content
3. Introduction to CSS
- 2019.07.15 Pre-course 5: Learn about the Box Model and be able to explain its properties
- 2019.07.16 Pre-course 6: Learn what CSS is and describe its place in Web Development
- 2019.07.17 Lambda School Full Stack Web Development Pre-course Quiz
4. Introduction to Javascript
- 2019.07.17 Pre-course 7: Learn what JavaScript is and be able to explain its uses in web development
- 2019.07.18 Pre-course 8: Learn to use Math, Properties, Methods and Global Objects in JavaScript
- 2019.07.23 Pre-course 9: Learn to use Basic Control Flow and If/Else Statements
5. JavaScript: Control Flow
- 2019.07.24 Pre-course 10: Learn to write control flow using if/else statements
- 2019.07.25 Pre-course 11: Learn to write a basic for loop
- 2019.07.26 Pre-course 12: Learn to use different operators
6. JavaScript: Functions
- 2019.07.26 Pre-course 13: Learn why we use JavaScript Functions and be able to write correct function syntax
- 2019.07.31 Pre-course 14: Learn to write and call functions using arguments and parameters
- 2019.07.31 Pre-course 15: Learn to explain function scope and the return statement
7. JavaScript: Data Structures
- 2019.08.01 Pre-course 16: Learn to use arrays to store and access data
- 2019.08.02 Pre-course 17: Learn to use array methods and properties
- 2019.08.02 Pre-course 18: Learn to use objects to store and access data
- 2019.08.02 Pre-course 19: Learn to create methods on Objects, and utilize the ‘this’ keyword
8. JavaScript: Classes
- 2019.08.03 Pre-course 20: Learn to use classes, demonstrate when to use them and write and use ES5 class syntax
- 2019.08.04 Pre-course 21: Learn to explain the prototype, how and why we use it
24 thoughts on “Lambda School: Full-Stack/Web Developer Pre-Course Index”