Learn to Code Series
Our programming curriculum picks up where the Web Technology left off escalating to more complex studies. It includes the strategy to developing great software and teaches the student how to think like a programmer. Students learn both theory and practical application with hands-on lessons and exercises.
Our Coding Curriculum navigates the learner through a series of courses where they learn how to solve real world problems . Upon successful completion of each course listed below, the student will have a new portfolio item to show prospective employers.
Our Core Coding Curriculum will give each student the confidence to competently interview and perform in the competitive job market. Alternatively, students completing this training may choose to build upon what they’ve learned by building a master project of their own.
Core Coding Curriculum:
- Intro To Programming: Think Like A Programmer
Prerequisites: none – This course teaches the foundations of programming that may be applied to any programming language. While it does not focus on a specific language, students will exit this course with a foundation for learning any programming language.
- Problem-Solving 101
Prerequisites: none – Students are presented with a business scenario of which they come up with the solution. They will learn how to do the necessary research and development to come up with the strategy to build application that solves a specific business problem.
- The Interactive Web: Basics of JavaScript
Prerequisites: HTML5 Foundations, Dw3 Principles, Intro to Programming, Problem-Solving 101 – Learn the basics of JavaScript and JQuery and the difference between the two. Students will build upon skills learned in the previous courses and produce an interactive project that incorporates JavaScript and JQuery.
- Pure JavaScript: Vanilla Flavored
Prerequisits: The Interactive Web – Students build upon concepts learned in the JavaScript Basics course and how to apply JavaScript to more complex scenarios. Students will build several small projects.
- Principles of PhP: Application Development
Prerequisite: Pure JavaScript – Learn the concepts of the PhP Programming Language used to power over 25% of the web and growing. This is the course needed in order to build custom WordPress websites and plugins. Students will build several small projects to add to their portfolio.
- MySQL: Advanced Application Development
Prerequisites: Principles of PhP – Take your coding skills to the next level by learning to create a back-end (database) to your project. We will connect our web project to a database, create user login and registration and more!