Sample Courses
We work with your school to customize our course offerings to seamlessly integrate with your schools curricula and schedule. Course pacing depends on the amount of time allocated to the program. Every concept taught is paired with hands on practice in order to maximize the students time learning and experimenting in an iterative process. We strive to make learning coding fun, interactive and sustainable.
1
Introduction to Coding with Scratch
Scratch is a visually based coding language that allows young people to create digital stories, games, and animations. Scratch has been a pivotal tool in the roll out of NYC’s CS4All program. Because Scratch uses animations and has a simple drag and drop system, it is easy and fun for children to learn. We have taught students as young as 2nd-grade courses in Scratch. Don’t be fooled by its simple interface though, we teach concepts such as variables, loops, and conditional statements using scratch! Harvard even uses Scratch in its world-renowned CS50 Introduction to Computer Science course.
2
Introduction to HTML/CSS - Making Webpages
HTML and CSS are the primary building blocks used to make a website. Every website you see uses HTML and CSS. HTML is used to add content to a page and CSS is used to format and style the content on the website. This step-by-step course gives students the fundamental tools they will need to create their own websites.
4
Introduction to Web Design - UI/UX
Web and Mobile app development goes far beyond just coding. Research needs to be done to create user stories and understand the needs of the applications users. There is a comprehensive design proces that involves assessing user needs to customize the experience the user has on each page and with each element (UX - user experience). Once the UX is done, using modern design software like Figma or Adobe, the designer will bring the visual aspect of the application to life. Students will learn each stage of this process and design their own apps and build prototypes.
5
Mobile App Development with Flutter
Flutter is a framework created by Google for developing mobile applications. It makes it easy to quickly build beautiful and dynamic apps. What makes it special is that applications that you make in flutter can be deployed on either IOS or Android phones. We like introducing students to mobile app development using flutter because it is easy to understand and allows students to build quickly. By the end of the course, students will be able to build their own mobile apps that they can use on their phones.
5
Advanced Programming with Python
Python is not only one of the most popular programming languages but also one of the easiest to learn. That’s one of the reasons why the interpreted, high-level, general-purpose programming language has been gaining popularity lately. This course covers topics such as: Data structures, Loops, Control Flows, Dictionaries and Sets, Object Oriented Programming and more.