Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.09 KB

File metadata and controls

35 lines (28 loc) · 2.09 KB

Ada Developers Academy Jump Start Curriculum

This repository contains the materials for the Jumpstart program as part of Ada Developers Academy. These materials are free and open to everyone. These materials and concepts will provide an introduction into programming tools, concepts and processes to assist in getting to the first step in your programming journey.

Introduction to Social Justice

Ada is as much a social justice organization as it is a school where people learn to program. Our core values at Ada are building and contributing to a supportive community, creating and advocating for inclusivity, and teaching and practicing lifelong learning, all within Tech. Having a basic understanding of social justice is crucial to upholding these core values.

Order Lesson
00 Social Justice

Preparing to Code

In these lessons you will identify your learning style, learn the art of problem solving, learn to navigate MaxOSX, get started in the terminal, and setup your environment.

Order Lesson
01 Learning Styles
02 Problem Solving
03 Effective Internet Searching
04 MacOSX Keyboard navigation
05 Ada programming languages
06 Terminal
07 Environment Setup

Learning to Code

These lessons will introduce you to the fundamentals of programming including writing your first program, learning programming vocabulary, and learning to store and interact with data.

Order Lesson
08 Hello World
09 Comments, Data types, Mathematical operators, Keyboard input, Strings
10 Relational operators, Logical operators, Conditionals
11 Iterators
12 Arrays
13 Hashes