Software Engineering Bootcamp Prework
Installfest Guides
None
Pacing Guide
None
Content
| Module name | Type | Duration | About |
|---|---|---|---|
| Welcome to the Software Engineering Bootcamp | Lesson | 20 min | Overview of the prework structure, learning goals, and tips for getting the most out of the bootcamp program. |
| Introduction to HTML | Lesson | 20 min | Beginner-friendly introduction to HTML and the role of markup languages in web development. |
| Adding Content to a Web Page | Lesson | 30 min | Learn how to add basic HTML elements such as headings, paragraphs, and lists to a webpage. |
| Formatting and Organizing Content with HTML | Lesson | 30 min | Structure and organize webpage content using semantic HTML elements. |
| Introduction to CSS | Lesson | 30 min | Introduction to CSS syntax and how styles are applied to web pages. |
| Styling Text with CSS | Lesson | 30 min | Learn CSS properties used to style text such as fonts, colors, and alignment. |
| Adjusting Layout with CSS | Lesson | 30 min | Use CSS layout properties such as margins, padding, and positioning to organize content. |
| Responsive Layouts with CSS | Lesson | 30 min | Learn how to create responsive layouts using media queries and flexible design techniques. |
| Introduction to JavaScript | Lesson | 30 min | Introduction to JavaScript and how it enables dynamic and interactive web pages. |
| Arrays and Objects | Lesson | 30 min | Learn key JavaScript data structures including arrays and objects. |
| Control Flow | Lesson | 60 min | Learn how conditionals and loops allow programs to make decisions and repeat actions. |
| Functions | Lesson | 60 min | Understand how to create reusable JavaScript functions and organize code. |
| Meet the DOM | Lesson | 60 min | Introduction to the Document Object Model and how JavaScript interacts with webpage elements. |
| Responding to Browser Events | Lesson | 60 min | Learn how JavaScript responds to browser events such as clicks and user interactions. |
| The Command Line Interface | Lesson | 30 min | Introduction to navigating and performing tasks using the command line. |
| Version Control with Git | Lesson | 30 min | Learn the basics of Git for version control and collaboration. |
| Total content | ~10 hours |
Projects
None