├── .gitignore ├── Andelan ├── ASK- Feedback │ └── README.md ├── Distributed Teamwork │ └── Google Hangouts for Distributed Teamwork │ │ └── README.md ├── EPIC Values │ ├── Collaboration │ │ └── README.md │ ├── Excellence │ │ └── README.md │ ├── Integrity │ │ └── README.md │ ├── Passion │ │ └── README.md │ └── README.md ├── Making Good First Impressions │ ├── Communication Coaching and Giving Feedback.md │ └── Managing the Distributed Kickoff Call.md ├── README.md └── Writing Blog Posts │ └── Writing Technical Posts │ └── README.md ├── Bootcamp ├── Curriculum │ ├── 01 - Version Control │ │ └── README.md │ ├── 02 - Agile Methodology │ │ └── README.md │ ├── 03 - Programming Logic │ │ └── README.md │ ├── 04 - Object Oriented Programming │ │ └── README.md │ ├── 05 - Test Driven Development │ │ └── README.md │ ├── 06 - Databases │ │ └── README.md │ ├── 07 - HTTP and Web Services │ │ └── README.md │ ├── 08 - FrontEnd Development │ │ └── README.md │ ├── 09 - Growth Mindset │ │ └── README.md │ ├── 10 - Relationship Building │ │ └── README.md │ ├── 11 - Asks Questions │ │ └── README.md │ ├── 12 - Motivation and Commitment │ │ └── README.md │ ├── 13 - Adaptability │ │ └── README.md │ ├── 14 - Seeks Feedback │ │ └── README.md │ ├── 15 - Speaking to be Understood │ │ └── README.md │ ├── 16 - Writing Professionally │ │ └── README.md │ └── 17 - Git │ │ └── README.md └── README.md ├── D0 ├── README.md └── Technical Capabilities- Pre-Simulations │ ├── 1 - Adaptability │ └── README.md │ ├── 10 - TDD and Debugging │ └── README.md │ ├── 11 - UI:UX Design │ └── README.md │ ├── 12 - Version Control │ └── README.md │ ├── 13 - Web Development │ └── README.md │ ├── 14 - Web Fundamentals │ └── README.md │ ├── 15 - Writing Professionally │ └── README.md │ ├── 16- Open Source │ └── Open Source.md │ ├── 2 - Command Line Scripting │ └── README.md │ ├── 3 - Organizational Functional Awareness │ └── README.md │ ├── 4 - Programming Conventions │ └── README.md │ ├── 5 - Programming Fundamentals │ └── README.md │ ├── 6 - Relationship Building │ └── README.md │ ├── 7 - Self Learning │ └── README.md │ ├── 8 - Software Engineering Process │ └── README.md │ ├── 9 - Speaking to Be Understood │ └── README.md │ └── README.md ├── D1 ├── D1 Android │ ├── 01 - Android Programming Basics │ │ └── README.md │ ├── 02- Android Material Design Concepts │ │ └── README.md │ ├── 03- Developing an Android UI │ │ └── README.md │ ├── 04- Designing User Feedback │ │ └── README.md │ ├── 05- User Interaction through Activities and Intents │ │ └── README.md │ ├── 06- Navigation and Fragments │ │ └── README.md │ ├── 07- Writing Multithreaded Applications │ │ └── README.md │ ├── 08- Testing your Android Application │ │ └── README.md │ ├── 09- Working with Databases │ │ └── README.md │ ├── 10- Persistence and Data Storage │ │ └── README.md │ ├── 11- Services and Content Providers │ │ └── README.md │ ├── 12- Sensors and Location Services │ │ └── README.md │ ├── 13- Network Operations for Android │ │ └── README.md │ ├── 14- Publishing your Android Application │ │ └── README.md │ └── README.md ├── D1 Design │ ├── README.md │ └── Visual Design Fundamentals │ │ └── README.md ├── D1 DevOps Engineer │ ├── Assessment │ │ ├── .gitkeep │ │ ├── 01 - Linux-Unix Basics │ │ │ ├── README.md │ │ │ └── tests │ │ │ │ ├── assessment.bats │ │ │ │ └── test_helper.bash │ │ └── 02 - Networking │ │ │ └── README.md │ ├── Curriculum │ │ ├── 01 - Fundamentals of DevOps │ │ │ └── README.md │ │ ├── 02 - Command Line -UNIX │ │ │ └── README.md │ │ ├── 03- Networking │ │ │ └── README.md │ │ ├── 04 - Configuration- Change Management -amp- Tools │ │ │ └── README.md │ │ ├── 05 - Build Management │ │ │ └── README.md │ │ ├── 06 - Release Engineering and Build Management │ │ │ └── README.md │ │ ├── 07 - Continuous Integration and Continuous Deployment │ │ │ └── README.md │ │ ├── 08 - Virtualization │ │ │ └── README.md │ │ ├── 09 - SaaS- Paas- IaaS │ │ │ └── README.md │ │ ├── 10 - Monitoring - Logging Deployments │ │ │ └── README.md │ │ ├── 11 - Backup - Restore │ │ │ └── README.md │ │ ├── 12 - Securing Deployments │ │ │ └── README.md │ │ ├── 13- System Maintenance │ │ │ └── README.md │ │ └── Key DevOps Tools │ │ │ └── README.md │ └── README.md ├── D1 Developer │ ├── Curriculum │ │ ├── 01 - Active Listening │ │ │ └── README.md │ │ ├── 02 - Adaptability │ │ │ └── README.md │ │ ├── 03 - Asks Questions │ │ │ └── README.md │ │ ├── 04 - Attention to Detail │ │ │ └── README.md │ │ ├── 05 - Creativity │ │ │ └── README.md │ │ ├── 06 - Cultural Awareness │ │ │ └── README.md │ │ ├── 07 - Decision Making │ │ │ └── README.md │ │ ├── 08 - Focus & Concentration │ │ │ └── README.md │ │ ├── 09 - Seeks Feedback │ │ │ └── README.md │ │ ├── 10 - Holistic & Big Picture Thinking │ │ │ └── README.md │ │ ├── 11 - Managing Expectations │ │ │ └── README.md │ │ ├── 12 - Motivation & Commitment │ │ │ └── README.md │ │ ├── 13 - Organizational Functional Awareness │ │ │ └── README.md │ │ ├── 14 - Problem Solving & Critical Thinking │ │ │ └── README.md │ │ ├── 15 - Reading to Understand │ │ │ └── README.md │ │ ├── 16 - Relationship Building │ │ │ └── README.md │ │ ├── 17 - Speaking to Be Understood │ │ │ └── README.md │ │ ├── 18 - Stakeholder Management │ │ │ └── README.md │ │ ├── 19 - Team Dynamics │ │ │ └── README.md │ │ ├── 20 - Writing Professionally │ │ │ └── README.md │ │ ├── 21 - Agile Process │ │ │ └── README.md │ │ ├── 22 - Algorithms │ │ │ └── README.md │ │ ├── 23 - Patterns (MVC) │ │ │ └── README.md │ │ ├── 24 - Data Structures │ │ │ └── README.md │ │ ├── 25 - Test-Driven Development │ │ │ └── README.md │ │ ├── 26 - Discrete Math & Algebra │ │ │ └── README.md │ │ ├── 27 - Order of Operations │ │ │ └── README.md │ │ ├── 28 - Object-Oriented Programming │ │ │ └── README.md │ │ ├── 29 - HTML & CSS │ │ │ └── README.md │ │ ├── 30 - Version Control │ │ │ └── README.md │ │ ├── 31 - 2 & 3 Tier Architecture │ │ │ └── README.md │ │ ├── 32 - Security │ │ │ └── README.md │ │ ├── 33 - Databases │ │ │ └── README.md │ │ ├── 34 - API │ │ │ └── README.md │ │ ├── 35 - Software Development Environments │ │ │ └── README.md │ │ ├── 36 - UI-UX │ │ │ └── README.md │ │ ├── 37 - End-to-End Testing │ │ │ └── README.md │ │ ├── 38 - Debugging │ │ │ └── README.md │ │ ├── 39 - Mobile Development │ │ │ └── README.md │ │ ├── 40 - Estimating │ │ │ └── README.md │ │ ├── 41 - Text Editors │ │ │ └── README.md │ │ ├── 42 - Command Line (Unix) │ │ │ └── README.md │ │ ├── 43 - Git │ │ │ └── README.md │ │ ├── 44 - Spreadsheets │ │ │ └── README.md │ │ ├── 45 - Calendar │ │ │ └── README.md │ │ ├── 46 - Docs │ │ │ └── README.md │ │ ├── 47 - Pivotal Tracker │ │ │ └── README.md │ │ ├── 48 - Slack │ │ │ └── README.md │ │ ├── 49 - Skype (Hangouts) │ │ │ └── README.md │ │ ├── 50 - Client Vision Alignment │ │ │ └── README.md │ │ ├── 51- Running Product Demos │ │ │ └── Running Product Demos.md │ │ ├── 52- Identifying and Admitting Mistakes │ │ │ └── README.md │ │ └── General Resources │ │ │ └── README.md │ └── README.md ├── D1 Java │ ├── Curriculum │ │ ├── 01- Java Environment Basics │ │ │ └── README.md │ │ ├── 02- Java Programming Basics │ │ │ └── README.md │ │ ├── 03- Java as an Object Oriented Language │ │ │ └── README.md │ │ ├── 04- Java Classes and Objects │ │ │ └── README.md │ │ ├── 05- Exceptions in Java │ │ │ └── README.md │ │ ├── 06- Data structures in Java │ │ │ └── README.md │ │ └── 07- Java - Files │ │ │ └── README.md │ └── README.md ├── D1 JavaScript │ ├── Curriculum │ │ ├── 01- Introduction to JavaScript │ │ │ └── README.md │ │ ├── 02- Getting Started with JavaScript │ │ │ └── README.md │ │ ├── 03- Variables - Operators │ │ │ └── README.md │ │ ├── 04- JavaScript Data Types │ │ │ └── README.md │ │ ├── 05- Functions │ │ │ └── README.md │ │ ├── 06- Control Flow │ │ │ └── README.md │ │ ├── 07- Arrays │ │ │ └── README.md │ │ ├── 08- Regular Expressions in JavaScript │ │ │ └── README.md │ │ ├── 09- JavaScript Objects │ │ │ └── README.md │ │ ├── 10- Prototypes │ │ │ └── README.md │ │ ├── 11- Writing Clean JavaScript Code │ │ │ └── README.md │ │ ├── 12- Essential JavaScript Design Patterns │ │ │ └── README.md │ │ ├── 13- The JavaScript DOM │ │ │ └── README.md │ │ ├── 14- Security- Debugging- and Exception Handling │ │ │ └── README.md │ │ ├── 15- Test Driven Development in JavaScript │ │ │ └── README.md │ │ ├── 16- Working with Events and Event Listeners │ │ │ └── README.md │ │ ├── 17- jQuery │ │ │ └── README.md │ │ ├── 18- Introduction to Node JS- Working with Node Modules │ │ │ └── README.md │ │ ├── 19- Working with HTTP Concepts in Node.js │ │ │ └── README.md │ │ ├── 20- Working with Databases │ │ │ └── README.md │ │ ├── 21 - Functional Programming in JavaScript │ │ │ └── README.md │ │ └── README.md │ └── README.md ├── D1 PHP │ ├── D1 Laravel │ │ ├── Curriculum │ │ │ ├── 1 - MVC │ │ │ │ └── README.md │ │ │ ├── 10 - Forms and Helpers │ │ │ │ └── README.md │ │ │ ├── 11 - Views │ │ │ │ └── README.md │ │ │ ├── 12 - Asset Pipeline │ │ │ │ └── README.md │ │ │ ├── 13 - Events │ │ │ │ └── README.md │ │ │ ├── 14 - Errors & Logging │ │ │ │ └── README.md │ │ │ ├── 15- Patterns - Repository Pattern │ │ │ │ └── README.md │ │ │ ├── 16- Mail │ │ │ │ └── README.md │ │ │ ├── 17- Queues │ │ │ │ └── README.md │ │ │ ├── 2 - Generators │ │ │ │ └── README.md │ │ │ ├── 3 - Authentication │ │ │ │ └── README.md │ │ │ ├── 4 - Routing & Middleware │ │ │ │ └── README.md │ │ │ ├── 5 - Artisan Commands │ │ │ │ └── README.md │ │ │ ├── 6 - Controllers │ │ │ │ └── README.md │ │ │ ├── 7 - Sessions and Cookies │ │ │ │ └── README.md │ │ │ ├── 8 - Migrations │ │ │ │ └── README.md │ │ │ └── 9 - Eloquent and Query Builder │ │ │ │ └── README.md │ │ └── README.md │ ├── D1 PHP │ │ ├── Curriculum │ │ │ ├── Module 1 - Language Basics │ │ │ │ └── README.md │ │ │ ├── Module 10 - Security, Debugging and Exception Handling │ │ │ │ └── README.md │ │ │ ├── Module 11 - File Handling │ │ │ │ └── README.md │ │ │ ├── Module 2 - Data Structures │ │ │ │ └── README.md │ │ │ ├── Module 3 - Test Driven Development Using PHPUnit and PHPSpec │ │ │ │ └── README.md │ │ │ ├── Module 4 - Callbacks and Closures │ │ │ │ └── README.md │ │ │ ├── Module 5 - Object Oriented Programming │ │ │ │ └── README.md │ │ │ ├── Module 6 - Namespaces,Code Organisation and Dependency Injection │ │ │ │ └── README.md │ │ │ ├── Module 7 - Working with Databases │ │ │ │ └── README.md │ │ │ ├── Module 8 - Introduction to HTTP Concepts, Forms, Sessions and Web Services │ │ │ │ └── README.md │ │ │ └── Module 9 - Introduction to MVC Frameworks in PHP │ │ │ │ └── README.md │ │ └── README.md │ ├── Output Oriented D1 PHP:Laravel │ │ ├── Output 01- Set up your Environment and Run your first PHP code │ │ │ └── README.md │ │ ├── Output 02- Build a To Do List App │ │ │ └── README.md │ │ ├── Output 03- Build an Andela Dictionary app (with Tests) │ │ │ └── README.md │ │ ├── Output 04- Build an ORM with CRUD database operations │ │ │ └── README.md │ │ ├── Output 05- Build a RestFul API using Slim │ │ │ └── README.md │ │ ├── Output 06- Refactor an Application to add Security and Error Handling │ │ │ └── README.md │ │ ├── Output 07- Debug an Appication │ │ │ └── README.md │ │ ├── Output 08- Add Laravel Framework and Configure Authentication │ │ │ └── README.md │ │ ├── Output 09- Build an API for your Laravel App using Middleware and Routing │ │ │ └── README.md │ │ ├── Output 10- Build a Laravel Petsitting application with Migrations and Queries │ │ │ └── README.md │ │ ├── Output 11- Refactor your Application with Asset Pipeline │ │ │ └── README.md │ │ ├── Output 12- Add Email Notifications to your Application │ │ │ └── README.md │ │ └── Output 13- Add Errors and Logging to your Application │ │ │ └── README.md │ └── README.md ├── D1 Python │ ├── Curriculum │ │ ├── 01 - HTTP and Web Services │ │ │ └── README.md │ │ ├── 02 - Token-Based Authentication │ │ │ └── README.md │ │ ├── 03 - API Design using Flask │ │ │ └── README.md │ │ ├── 04 - Django MVT Basics │ │ │ └── README.md │ │ ├── 05 - Django Models │ │ │ └── README.md │ │ ├── 06 - Django Views │ │ │ └── README.md │ │ ├── 07 - Django Templates │ │ │ └── README.md │ │ ├── 08 - Testing in Django │ │ │ └── README.md │ │ └── 09 - Django REST Framework │ │ │ └── README.md │ └── README.md ├── D1 Ruby │ ├── D1 Rails │ │ ├── Curriculum │ │ │ ├── 01 - Rails MVC │ │ │ │ └── README.md │ │ │ ├── 02 - Generators │ │ │ │ └── README.md │ │ │ ├── 03 - Rails Environment and Environment Variables │ │ │ │ └── README.md │ │ │ ├── 04 - Controllers │ │ │ │ └── README.md │ │ │ ├── 05- Views │ │ │ │ └── README.md │ │ │ ├── 06 - Routing │ │ │ │ └── README.md │ │ │ ├── 07 - APIs │ │ │ │ └── README.md │ │ │ ├── 08- Asset Pipeline │ │ │ │ └── README.md │ │ │ ├── 09 - Forms and Helpers │ │ │ │ └── README.md │ │ │ ├── 10 - Rake Tasks │ │ │ │ └── README.md │ │ │ ├── 11 - Migrations │ │ │ │ └── README.md │ │ │ ├── 12 - ActiveRecord │ │ │ │ └── README.md │ │ │ ├── 13 - Sessions - Cookies │ │ │ │ └── README.md │ │ │ ├── 14 - Callbacks - Events │ │ │ │ └── README.md │ │ │ ├── 15- Authentication and Authorization │ │ │ │ └── README.md │ │ │ ├── 16- Testing Rails App │ │ │ │ └── README.md │ │ │ ├── 17- Optimizing for Performance │ │ │ │ └── README.md │ │ │ └── 18- Security │ │ │ │ └── README.md │ │ └── README.md │ ├── D1 Ruby │ │ ├── Curriculum │ │ │ ├── 01- The Ruby Way │ │ │ │ └── README.md │ │ │ ├── 02- Setting Up - Diving In │ │ │ │ └── README.md │ │ │ ├── 03- Using Documentation │ │ │ │ └── README.md │ │ │ ├── 04- Ruby as Object Oriented Programming │ │ │ │ └── README.md │ │ │ ├── 05- Ruby Data Structures - Enumerable Method │ │ │ │ └── README.md │ │ │ ├── 06- Testing in Ruby │ │ │ │ └── README.md │ │ │ ├── 07- Ruby Code Organization- Modules- and Namespacing │ │ │ │ └── README.md │ │ │ ├── 08- Using a Library -Gems │ │ │ │ └── README.md │ │ │ ├── 09- Creating your own Ruby Gem │ │ │ │ └── README.md │ │ │ └── 10- Making Web Applications Using Sinatra │ │ │ │ └── README.md │ │ └── README.md │ └── README.md ├── D1 Skill Glossary │ └── README.md ├── D1 Swift-iOS │ ├── Curriculum │ │ ├── 01 - Language Basics │ │ │ └── README.md │ │ ├── 02 - Functions │ │ │ └── README.md │ │ ├── 03 - Data Types │ │ │ └── README.md │ │ ├── 04 - Object Oriented Programming │ │ │ └── README.md │ │ ├── 05 - Error Handling │ │ │ └── README.md │ │ ├── 06 - Testing │ │ │ └── README.md │ │ ├── 07 - Multithreading │ │ │ └── README.md │ │ ├── 08 - Persisting Data │ │ │ └── README.md │ │ ├── 09 - MVC Pattern in iOS │ │ │ └── README.md │ │ ├── 10 - Storyboards Scenes and Segues │ │ │ └── README.md │ │ ├── 11 - View Controllers │ │ │ └── README.md │ │ ├── 12 - Views and Contraints │ │ │ └── README.md │ │ ├── 13 - View Controller Lifecycle │ │ │ └── README.md │ │ ├── 14 - Frameworks and Package Managers │ │ │ └── README.md │ │ ├── 15 - Application Distribution │ │ │ └── README.md │ │ └── README.md │ └── README.md ├── D1 Test Engineer │ ├── Curriculum │ │ ├── MidPiont More Practice │ │ │ └── README.md │ │ ├── Part 1- Test Firefox Products │ │ │ ├── Output 01- Test the Firefox Nightly Product │ │ │ │ └── README.md │ │ │ ├── Output 02- Run your Tests │ │ │ │ └── README.md │ │ │ ├── Output 03- Automate your Tests │ │ │ │ └── README.md │ │ │ ├── Output 04- File your Bugs │ │ │ │ └── README.md │ │ │ ├── Output 05- Debug │ │ │ │ └── README.md │ │ │ └── Output 06- Reflect on your Testing │ │ │ │ └── README.md │ │ ├── Part 2- Test an Andela Product │ │ │ ├── Output 01- Write a Test Plan and Test Scenarios │ │ │ │ └── README.md │ │ │ ├── Output 02- Use your Test Plan to Test a Feature │ │ │ │ └── README.md │ │ │ ├── Output 02b-- Reflect │ │ │ │ └── README.md │ │ │ ├── Output 03- Write an Integrations Test │ │ │ │ └── README.md │ │ │ ├── Output 03b- Refactor │ │ │ │ └── README.md │ │ │ ├── Output 04- Run a Performance Test │ │ │ │ └── README.md │ │ │ ├── Output 05- Debug your Code │ │ │ │ └── README.md │ │ │ ├── Output 05b- Refactor │ │ │ │ └── README.md │ │ │ └── Output 06- Conduct a UI-UX Test with Users │ │ │ │ └── README.md │ │ └── README.md │ ├── README.md │ └── Skill Glossary │ │ ├── 1 - Product Research │ │ └── README.MD │ │ ├── 2 - Test Scenarios │ │ └── README.md │ │ ├── 3 - Product Testing │ │ └── README.md │ │ ├── 4 - Documenting Test Results │ │ └── README.md │ │ ├── 5 - Prioritizing Defects │ │ └── README.md │ │ ├── 6- Debugging │ │ └── README.md │ │ ├── 7- Performance Optimization │ │ └── README.md │ │ ├── API │ │ └── README.md │ │ ├── Active Listening │ │ └── README.md │ │ ├── Adaptability │ │ └── README.md │ │ ├── Agile Process │ │ └── README.md │ │ ├── Agile Testing Quadrants │ │ └── README.md │ │ ├── Algorithms │ │ └── README.md │ │ ├── Attention to Detail │ │ └── README.md │ │ ├── Black Box Testing │ │ └── README.md │ │ ├── Bug Tracking Tools │ │ └── README.md │ │ ├── Calendar │ │ └── README.md │ │ ├── Client Vision Alignment │ │ └── README.md │ │ ├── Command Line -Unix │ │ └── README.md │ │ ├── Creativity │ │ └── README.md │ │ ├── Cultural Awareness │ │ └── README.md │ │ ├── Data Structures │ │ └── README.md │ │ ├── Databases │ │ └── README.md │ │ ├── Debugging │ │ └── README.md │ │ ├── Decision Making │ │ └── README.md │ │ ├── DevOps │ │ └── README.md │ │ ├── Discrete Math and Algebra │ │ └── README.md │ │ ├── Docs │ │ └── README.md │ │ ├── Estimating │ │ └── README.md │ │ ├── Expectations Management │ │ └── README.md │ │ ├── Focus and Concentration │ │ └── README.md │ │ ├── Functional Testing Tools │ │ └── README.md │ │ ├── Functional Testing │ │ └── README.md │ │ ├── Git │ │ └── README.md │ │ ├── HTML and CSS │ │ └── README.md │ │ ├── Holistic and Big Picture Thinking │ │ └── README.md │ │ ├── Load Testing Tools │ │ └── README.md │ │ ├── Mobile Development │ │ └── README.md │ │ ├── Motivation and Commitment │ │ └── README.md │ │ ├── Non-Functional Testing │ │ └── README.md │ │ ├── Object Oriented Programming │ │ └── README.md │ │ ├── Order of Operations │ │ └── README.md │ │ ├── Patterns and MVC │ │ └── README.md │ │ ├── Performance Optimization │ │ └── README.md │ │ ├── Problem Solving and Critical Thinking │ │ └── README.md │ │ ├── Project Management Tool │ │ └── README.md │ │ ├── Proper use of Environments │ │ └── README.md │ │ ├── README.MD │ │ ├── Reading to Understand │ │ └── README.md │ │ ├── Regression Testing and Re-Testing │ │ └── README.md │ │ ├── Relationship Building │ │ └── README.md │ │ ├── Requirements Analysis │ │ └── README.md │ │ ├── Scalability Design │ │ └── README.md │ │ ├── Security │ │ └── README.md │ │ ├── Seeks and Requests Feedback │ │ └── README.md │ │ ├── Skype and Hangouts │ │ └── README.md │ │ ├── Slack │ │ └── README.md │ │ ├── Speaking to be Understood │ │ └── README.md │ │ ├── Spreadsheets │ │ └── README.md │ │ ├── Stakeholder Management │ │ └── README.md │ │ ├── Team Dynamics │ │ └── README.md │ │ ├── Test Automation │ │ └── README.md │ │ ├── Test Driven Development │ │ └── README.md │ │ ├── Test Management Tools │ │ └── README.md │ │ ├── Test Planning │ │ └── README.md │ │ ├── Test Scenarios- Test Cases- and Test Scripts │ │ └── README.md │ │ ├── Testing End-to-End │ │ └── README.md │ │ ├── Text Editors │ │ └── README.md │ │ ├── Tier 2 and 3 Architecture │ │ └── README.md │ │ ├── UI UX Awareness and Design │ │ └── README.md │ │ ├── Unit Testing │ │ └── README.md │ │ ├── Version Control │ │ └── README.md │ │ ├── White Box Testing │ │ └── README.md │ │ ├── Willingness to Ask Questions │ │ └── README.md │ │ └── Writing Professionally │ │ └── README.md └── README.md ├── D2 ├── D2 DevOps │ ├── 0. D2 DevOps Role Description │ │ └── README.md │ ├── 00. Case Studies and Real World Practice │ │ └── README.md │ ├── 01. Proper Use of Environments │ │ └── README.md │ ├── 01a. Work - Learning Check │ │ └── README.md │ ├── 02. Continuous Integration and Deployment │ │ └── README.md │ ├── 03. Testing │ │ └── README.md │ ├── 03a. Work - Learning Check │ │ └── README.md │ ├── 04. Release Engineering │ │ └── README.md │ ├── 05. Documentation │ │ └── README.md │ ├── 05a. Work - Learning Check │ │ └── README.md │ ├── 06. Configuration and Change Management │ │ └── README.md │ ├── 07. Version Control -Git │ │ └── README.md │ ├── 07a. Work - Learning Check │ │ └── README.md │ ├── 08. Command Line -Unix │ │ └── README.md │ ├── 09. Object Oriented Programming │ │ └── README.md │ ├── 10. Data Structures and Algorithms │ │ └── README.md │ ├── 11. Patterns- MVC │ │ └── README.md │ ├── 11a. Work - Learning Check │ │ └── README.md │ ├── 12. Networking │ │ └── README.md │ ├── 13. Securing Deployments │ │ └── README.md │ ├── 14. System Maintenance │ │ └── README.md │ ├── 15. Monitoring and Logging │ │ └── README.md │ ├── 16. Backup and Restore │ │ └── README.md │ ├── 16a. Work - Learning Check │ │ └── README.md │ ├── 17. Databases │ │ └── README.md │ ├── 18. APIs │ │ └── README.md │ ├── 18a. Work - Learning Check │ │ └── README.md │ ├── 19. Scalability Design │ │ └── README.md │ ├── 19a. Work - Learning Check │ │ └── README.md │ ├── 20. Performance Optimization │ │ └── README.md │ ├── 21. Automation │ │ └── README.md │ ├── 21a. Work - Learning Check │ │ └── README.md │ ├── 22. Self-Motivation and Proactivity │ │ └── README.md │ ├── 23. Adaptability │ │ └── README.md │ ├── 23a. Work - Learning Check │ │ └── README.md │ ├── 24. Leadership │ │ └── README.md │ ├── 25. Organizational Functional Awareness │ │ └── README.md │ ├── 26. Stakeholder Management │ │ └── README.md │ ├── 26a. Work - Learning Check │ │ └── README.md │ ├── 27. Requirements Analysis │ │ └── README.md │ ├── 28. Expectations Management │ │ └── README.md │ ├── 28a. Work - Learning Check │ │ └── README.md │ ├── 29. Mentorship │ │ └── README.md │ └── README.md ├── D2 Developer │ ├── Assessment │ │ └── README.md │ ├── Curriculum │ │ ├── 01 - Stakeholder Management │ │ │ └── README.md │ │ ├── 02 - Expectations Management │ │ │ └── README.md │ │ ├── 03 - Adaptability │ │ │ └── README.md │ │ ├── 04 - Seeks & Requests Feedback │ │ │ └── README.md │ │ ├── 05 - Leadership │ │ │ └── README.md │ │ ├── 06 - Mentorship │ │ │ └── README.md │ │ ├── 07 - Organizational Function Awareness │ │ │ └── README.md │ │ ├── 08 - Requirements Analysis │ │ │ └── README.md │ │ ├── 09 - Algorithms │ │ │ └── README.md │ │ ├── 10 - Data Structures │ │ │ └── README.md │ │ ├── 11 - Discrete Math & Algebra │ │ │ └── README.md │ │ ├── 12 - Object Oriented Programming │ │ │ └── README.md │ │ ├── 13 - Version Control │ │ │ └── README.md │ │ ├── 14 - Scalability Design │ │ │ └── README.md │ │ ├── 15 - Security │ │ │ └── README.md │ │ ├── 16 - Databases │ │ │ └── README.md │ │ ├── 17 - API │ │ │ └── README.md │ │ ├── 18 - Proper Use of Environments │ │ │ └── README.md │ │ ├── 19 - Systems Design │ │ │ └── README.md │ │ ├── 20 - Performance Optimization │ │ │ └── README.md │ │ ├── 21 - DevOps │ │ │ └── README.md │ │ ├── 22 - Text Editors │ │ │ └── README.md │ │ ├── 23 - Command Line (Unix) │ │ │ └── README.md │ │ ├── 24 - GIT │ │ │ └── README.md │ │ └── 25 - Functional Programming │ │ │ └── README.md │ └── README.md ├── D2 JavaScript │ └── Curriculum │ │ ├── 01- ES6 │ │ └── README.md │ │ ├── 02a- AngularJS 1 -Optional Resource │ │ └── README.md │ │ ├── 02b- Intro to AngularJS 2.0 │ │ └── README.md │ │ ├── 03- Components- Pipes- and Directives │ │ └── README.md │ │ ├── 04- Code Organization through Services and Dependency Injection │ │ └── README.md │ │ ├── 05- Routing and API Consumption │ │ └── README.md │ │ ├── 06- Callbacks- Promises- and Async │ │ └── README.md │ │ ├── 07- Event Loop │ │ └── README.md │ │ ├── 08- Deeper into Functions │ │ └── README.md │ │ ├── 09- Event Handling and -this- Keyword │ │ └── README.md │ │ ├── 10- Flux and Immutability │ │ └── README.md │ │ ├── 11- Intro to React │ │ └── README.md │ │ ├── 12- Redux │ │ └── README.md │ │ ├── 13- Automation and Workflow using Task Runners │ │ └── README.md │ │ ├── 14- Transpiling │ │ └── README.md │ │ ├── 15- Performance Optimization │ │ └── README.md │ │ ├── 16- Architecting an Application- From Functional to OOP │ │ └── README.md │ │ └── README.md ├── D2 PHP │ ├── Curriculum │ │ └── 01. PHP - Advanced MySQL │ │ │ └── README.md │ └── README.md ├── D2 Python │ ├── Curriculum │ │ ├── 01. GUI Programming (with Tkinter) │ │ │ └── README.md │ │ ├── 02. Event Driven Programming │ │ │ └── README.md │ │ ├── 03. Asynchronous Programming │ │ │ └── README.md │ │ ├── 04. Metaclasses │ │ │ └── README.md │ │ ├── 05. Multithreading │ │ │ └── README.md │ │ ├── 06. Regular Expressions │ │ │ └── README.md │ │ ├── 07. Networking │ │ │ └── README.md │ │ ├── 08. Performance and Optimization │ │ │ └── README.md │ │ └── 09. Secure Web Development │ │ │ └── README.md │ └── README.md ├── D2 Ruby │ ├── Curriculum │ │ ├── 01. Idiomatic Ruby & Refactorings │ │ │ └── README.md │ │ ├── 02. ORM Frameworks │ │ │ └── README.md │ │ ├── 03. GUI Programming (Tk Guide) │ │ │ └── README.md │ │ ├── 04. Metaprogramming │ │ │ └── README.md │ │ ├── 05. Multithreading │ │ │ └── README.md │ │ ├── 06. Regular Expressions │ │ │ └── README.md │ │ ├── 07. Socket Programming │ │ │ └── README.md │ │ ├── 08. Performance Optimization │ │ │ └── README.md │ │ ├── 09. Web Application Security │ │ │ └── README.md │ │ └── 10. Ruby Associated Tools │ │ │ └── README.md │ └── README.md ├── D2 Test Engineer │ └── README.md ├── D2 iOS │ ├── 01- iOS Application Design Patterns │ │ └── README.md │ ├── 02- Networking - Working with APIs │ │ └── README.md │ ├── 03- Multithreading and Asynchronous Programming in iOS │ │ └── README.md │ ├── 04- iOS Memory Management │ │ └── README.md │ ├── 05- iOS Persistence and Core Data │ │ └── README.md │ ├── 06- Protocol-Oriented Programming │ │ └── README.md │ ├── 07- Reactive Programming in iOS │ │ └── README.md │ ├── 08- Animation │ │ └── README.md │ ├── 09- Testing - Debugging │ │ └── README.md │ ├── 10- Refactoring your Code │ │ └── README.md │ ├── 11- Security │ │ └── README.md │ ├── 12- UI Design- Intermediate │ │ └── README.md │ ├── 13- REVIEW- D2 Developer Team - Professional Skills │ │ └── README.md │ └── README.md ├── Python - Data Analysis │ └── Curriculum │ │ └── README.md └── README.md ├── D3 ├── D3 Developer │ ├── Output 01- Advanced Data Structures │ │ └── README.md │ ├── Output 02 - Algorithms │ │ └── README.md │ ├── Output 03- Systems │ │ └── README.md │ ├── Output 04- Architecture │ │ └── README.md │ ├── Output 05- Build Automation and Version Control │ │ └── README.md │ ├── Output 06- Code Organization- Structure and Design │ │ └── README.md │ ├── Output 07- Testing - Defensive Coding │ │ └── README.md │ ├── Output 08- Advanced APIs │ │ └── README.md │ ├── Output 09- Advanced Databases │ │ └── README.md │ ├── Output 10- Agile Process │ │ └── README.md │ ├── Output 11- Relationship Building │ │ └── README.md │ ├── Output 12- Stakeholder Management │ │ └── README.md │ ├── Output 13- Expectations Management │ │ └── README.md │ ├── Output 14- Team Dynamics │ │ └── README.md │ ├── Output 15- Attention to Detail │ │ └── README.md │ ├── Output 16- Adaptability │ │ └── README.md │ ├── Output 17- Decision Making │ │ └── README.md │ ├── Output 18- Problem Solving- Critical Thinking │ │ └── README.md │ ├── Output 19- Writing Professionaly │ │ └── README.md │ ├── Output 20- Holistic-Big Picture Thinking │ │ └── README.md │ ├── Output 21- Leadership │ │ └── README.md │ ├── Output 22- Mentorship │ │ └── README.md │ ├── Output 23- Maintaining and Sharing Knowledge │ │ └── README.md │ ├── Output 24- UI-UX Awareness - Design │ │ └── README.md │ └── README.md ├── JavaScript D3 │ ├── Curriculum │ │ ├── Output 01- Build an Application with Angular and Node │ │ │ └── README.md │ │ ├── Output 02- Refactor │ │ │ └── README.md │ │ ├── Output 03- Build an Application with React │ │ │ └── README.md │ │ ├── Output 04- Add a Chat Functionality to an App │ │ │ └── README.md │ │ ├── Output 05- Reflect on your Applications with a Blog │ │ │ └── README.md │ │ ├── Output 06- Build an App of your Choice │ │ │ └── README.md │ │ └── README.md │ └── README.md ├── README.md └── Technical Team Lead │ ├── Curriculum │ ├── 01 - Relationship Building │ │ └── README.md │ ├── 02 - Stakeholder Management │ │ └── README.md │ ├── 03 - Expectations Management │ │ └── README.md │ ├── 04 - Team Dynamics │ │ └── README.md │ ├── 05 - Attention to Detail │ │ └── README.md │ ├── 06 - Focus & Concentration │ │ └── README.md │ ├── 07 - Motivation & Commitment │ │ └── README.md │ ├── 08 - Adaptability │ │ └── README.md │ ├── 09 - Decision Making │ │ └── README.md │ ├── 10 - Problem Solving & Critical Thinking │ │ └── README.md │ ├── 11 - Writing Professionally │ │ └── README.md │ ├── 12 - Holistic & Big Picture Thinking │ │ └── README.md │ ├── 13 - Leadership │ │ └── README.md │ ├── 14 - Mentorship │ │ └── README.md │ ├── 15 - Management │ │ └── README.md │ ├── 16 - Agile Process │ │ └── README.md │ ├── 17 - Debugging │ │ └── README.md │ ├── 18 - Estimating │ │ └── README.md │ ├── 19 - Spreadsheets │ │ └── README.md │ └── 20 - Pivotal Tracker │ │ └── README.md │ └── README.md ├── D4+ ├── D4 Andelan Advancement Process │ ├── Other D4 Requirements │ │ └── README.md │ ├── Passion │ │ ├── Passion Output Optional- Showcase your Growth Path Work │ │ │ └── README.md │ │ ├── Passion Output- Showcase your Growth Path Selection │ │ │ └── README.md │ │ └── README.md │ ├── Potential │ │ ├── Case Study Examples- Product Manager │ │ │ └── README.md │ │ ├── Case Study Examples- Project Manager │ │ │ └── README.md │ │ ├── Case Study Examples- Software Architect │ │ │ └── README.md │ │ └── README.md │ ├── Product │ │ ├── Optional Output- Additional Non-Tech Product │ │ │ └── README.md │ │ ├── Optional Output- Additional Tech Product │ │ │ └── README.md │ │ ├── Output 1- Tech Product 1 │ │ │ └── README.md │ │ ├── Output 2- Tech Product 2 │ │ │ └── README.md │ │ ├── Output 3- Tech Product 3 │ │ │ └── README.md │ │ └── README.md │ └── README.md ├── Data Science │ ├── Optional Questions and Project Ideas │ │ └── README.md │ ├── Output 01- Define your Question │ │ └── README.md │ ├── Output 02- Gather your Data │ │ └── README.md │ ├── Output 03- Clean your Data │ │ └── README.md │ ├── Output 04- Investigate your Data Set │ │ └── README.md │ ├── Output 05- Model and Summarize your Data │ │ └── README.md │ ├── Output 06- Create a Data Visualization │ │ └── README.md │ ├── Output 07- Write a Model │ │ └── README.md │ ├── Output 08- Write a Forecast │ │ └── README.md │ ├── Output 09- Tell your Story │ │ └── README.md │ ├── Output 10- Showcase your Work │ │ └── README.md │ └── README.md ├── Entrepreneurship │ ├── README.md │ └── Self - Mindset │ │ ├── 01- Create your Self-Assessment │ │ └── README.md │ │ ├── 02- Build your Domain Expertise │ │ └── README.md │ │ ├── 03- Build your Confidence │ │ └── README.md │ │ ├── 04- Increase your Focus │ │ └── README.md │ │ ├── 05- Care for Yourself │ │ └── README.md │ │ ├── Qualities of Great Entrepreneurs │ │ └── README.md │ │ └── README.md ├── Fellow Project Showcase │ └── README.md ├── Product Manager │ ├── Product Manager Learning Outcomes │ │ ├── 0A. What is a Product Manager │ │ │ └── README.md │ │ ├── 1A. Business Goals and Metrics │ │ │ └── README.md │ │ ├── 1B. Getting to Know the Products at your Business │ │ │ └── README.md │ │ ├── 1C. Getting to know your Business Stakeholders │ │ │ └── README.md │ │ ├── 1D. Getting to Know your Technical Stakeholders │ │ │ └── README.md │ │ ├── 2A. Conducting and Analyzing Market Research │ │ │ └── README.md │ │ ├── 3A. Running a Competitive Analysis │ │ │ └── README.md │ │ ├── 3B. Developing End User Empathy │ │ │ └── README.md │ │ ├── 3C. Running a Product Design Sprint │ │ │ └── README.md │ │ ├── 3D. Creating User Personas │ │ │ └── README.md │ │ ├── 4A. Developing a Product Roadmap │ │ │ └── README.md │ │ ├── 5A. Running Daily Standups │ │ │ └── README.md │ │ ├── 5B. Running Product Demos │ │ │ └── README.md │ │ ├── 5C. Running Retros │ │ │ └── README.md │ │ ├── 5D. Intelligently Escalating Information │ │ │ └── README.md │ │ └── README.md │ ├── README.md │ └── TWO's- Work Output Library │ │ ├── More Practice │ │ └── README.md │ │ ├── Output 01- Get Set Up with your Team │ │ └── README.md │ │ ├── Output 02- Conduct Market Research │ │ └── README.md │ │ ├── Output 03- Create your User Personas │ │ └── README.md │ │ ├── Output 04- Write your Product Requirement Document │ │ └── README.md │ │ ├── Output 05- Build your Product Roadmap │ │ └── README.md │ │ ├── Output 06- Run a Sprint Planning Session │ │ └── README.md │ │ ├── Output 07- Run a Standup │ │ └── README.md │ │ ├── Output 08- Run a Product Demo │ │ └── README.md │ │ ├── Output 09- Run a Retro │ │ └── README.md │ │ ├── Output 10- Test with Users and Refactor │ │ └── README.md │ │ ├── Output 11- Write your Technical Requirements Document │ │ └── README.md │ │ ├── Output 12- Run a Product Analysis Meeting - Design Sprint │ │ └── README.md │ │ ├── Output 13- Use your Product │ │ └── README.md │ │ └── Output 14- Map your Business Goals and Ecosystem │ │ └── README.md ├── Project Manager │ ├── Case Study Questions │ │ └── README.md │ ├── Communicating your Past Work │ │ └── README.md │ ├── Prepare for your Project Manager Interview │ │ └── README.md │ ├── README.md │ └── Required Skills │ │ └── README.md ├── README.md └── Software Architect │ ├── More Resources │ ├── More Practice Outputs │ │ ├── Output 01- Get to Know your Business │ │ │ └── README.md │ │ ├── Output 02- Write a Status Assessment │ │ │ └── README.md │ │ ├── Output 03- Re-Architect a Product │ │ │ └── README.md │ │ ├── Output 04- Attend an Andela Architecture Review │ │ │ └── README.md │ │ ├── Output 05- Architect a New Solution from Requirement Documents -UML │ │ │ └── README.md │ │ ├── Output 06- Create an Analysis Model -using Statecharts │ │ │ └── README.md │ │ ├── Output 07- Document your Solution │ │ │ └── README.md │ │ ├── Output 08- Pitch your Solution │ │ │ └── README.md │ │ ├── Output 09- Lead a Project with your Dev Team │ │ │ └── README.md │ │ └── README.md │ ├── Required Skills │ │ ├── Business Domain Knowledge │ │ │ └── README.md │ │ ├── Leadership and Communication Skills │ │ │ └── README.md │ │ ├── Methodology and Strategy │ │ │ └── README.md │ │ ├── README.md │ │ ├── Technical Knowledge │ │ │ └── README.md │ │ └── You May Encounter... │ │ │ └── README.md │ ├── Resources- Continued Learning │ │ └── README.md │ ├── Resources- Getting Started │ │ └── README.md │ └── What is a Software Architect │ │ └── README.md │ └── README.md ├── D5 ├── Enterprise Architect │ ├── README.md │ └── Required Skills │ │ └── README.md ├── Program Manager │ └── Required Skills │ │ └── README.md └── README.md ├── Facilitator-Guide ├── Applying Learning Architecture │ └── README.md ├── Coaching Fellows │ └── README.md ├── Confirming Learning Outcomes │ └── README.md ├── Defining Behaviors │ └── README.md ├── Defining Beliefs │ └── README.md ├── Defining Knowledge Units │ └── README.md ├── Defining Skills and Outputs │ └── README.md ├── Facilitating Soft Skills │ └── README.md ├── Managing Apprenticeships │ └── README.md ├── Program Design │ ├── Building Learning Tools │ │ └── README.md │ ├── Conducting Valid Surveys │ │ └── Conducting Valid Surveys.md │ ├── Eliciting and Processing Program Feedback │ │ └── README.md │ ├── Extracting OKBBs from Experts │ │ └── README.md │ ├── README.md │ ├── Running Program Tests │ │ └── README.md │ └── Setting and Reporting on Program Goals │ │ └── README.md ├── README.md └── Tracking Fellow Progress │ └── README.md ├── Homestudy ├── Curriculum │ ├── 01 - Familiarity and Comfort with Computer Science │ │ └── README.md │ ├── 02 - Programming Fundamentals │ │ └── README.md │ ├── 03 - Python Programming │ │ └── README.md │ ├── 04 - Object Oriented Programming │ │ └── README.md │ ├── 05 - Data Structures │ │ └── README.md │ ├── 06 - Algorithms │ │ └── README.md │ ├── 07 - Recursion │ │ └── README.md │ ├── 08 - Sorting and Searching │ │ └── README.md │ ├── 09 - Software Engineering │ │ └── README.md │ ├── 10 - The Internet │ │ └── README.md │ └── 11 - Web Programming │ │ └── README.md └── README.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | .idea 4 | -------------------------------------------------------------------------------- /Andelan/ASK- Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/ASK- Feedback/README.md -------------------------------------------------------------------------------- /Andelan/Distributed Teamwork/Google Hangouts for Distributed Teamwork/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/Distributed Teamwork/Google Hangouts for Distributed Teamwork/README.md -------------------------------------------------------------------------------- /Andelan/EPIC Values/Collaboration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/EPIC Values/Collaboration/README.md -------------------------------------------------------------------------------- /Andelan/EPIC Values/Excellence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/EPIC Values/Excellence/README.md -------------------------------------------------------------------------------- /Andelan/EPIC Values/Integrity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/EPIC Values/Integrity/README.md -------------------------------------------------------------------------------- /Andelan/EPIC Values/Passion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/EPIC Values/Passion/README.md -------------------------------------------------------------------------------- /Andelan/EPIC Values/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/EPIC Values/README.md -------------------------------------------------------------------------------- /Andelan/Making Good First Impressions/Communication Coaching and Giving Feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/Making Good First Impressions/Communication Coaching and Giving Feedback.md -------------------------------------------------------------------------------- /Andelan/Making Good First Impressions/Managing the Distributed Kickoff Call.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/Making Good First Impressions/Managing the Distributed Kickoff Call.md -------------------------------------------------------------------------------- /Andelan/README.md: -------------------------------------------------------------------------------- 1 | # Andelan 2 | -------------------------------------------------------------------------------- /Andelan/Writing Blog Posts/Writing Technical Posts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Andelan/Writing Blog Posts/Writing Technical Posts/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/01 - Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/01 - Version Control/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/02 - Agile Methodology/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/02 - Agile Methodology/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/03 - Programming Logic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/03 - Programming Logic/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/04 - Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/04 - Object Oriented Programming/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/05 - Test Driven Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/05 - Test Driven Development/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/06 - Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/06 - Databases/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/07 - HTTP and Web Services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/07 - HTTP and Web Services/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/08 - FrontEnd Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/08 - FrontEnd Development/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/09 - Growth Mindset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/09 - Growth Mindset/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/10 - Relationship Building/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/10 - Relationship Building/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/11 - Asks Questions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/11 - Asks Questions/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/12 - Motivation and Commitment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/12 - Motivation and Commitment/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/13 - Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/13 - Adaptability/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/14 - Seeks Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/14 - Seeks Feedback/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/15 - Speaking to be Understood/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/15 - Speaking to be Understood/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/16 - Writing Professionally/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/16 - Writing Professionally/README.md -------------------------------------------------------------------------------- /Bootcamp/Curriculum/17 - Git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Bootcamp/Curriculum/17 - Git/README.md -------------------------------------------------------------------------------- /Bootcamp/README.md: -------------------------------------------------------------------------------- 1 | Bootcamp -------------------------------------------------------------------------------- /D0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/1 - Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/1 - Adaptability/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/10 - TDD and Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/10 - TDD and Debugging/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/11 - UI:UX Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/11 - UI:UX Design/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/12 - Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/12 - Version Control/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/13 - Web Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/13 - Web Development/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/14 - Web Fundamentals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/14 - Web Fundamentals/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/15 - Writing Professionally/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/15 - Writing Professionally/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/16- Open Source/Open Source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/16- Open Source/Open Source.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/2 - Command Line Scripting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/2 - Command Line Scripting/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/3 - Organizational Functional Awareness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/3 - Organizational Functional Awareness/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/4 - Programming Conventions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/4 - Programming Conventions/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/5 - Programming Fundamentals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/5 - Programming Fundamentals/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/6 - Relationship Building/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/6 - Relationship Building/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/7 - Self Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/7 - Self Learning/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/8 - Software Engineering Process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/8 - Software Engineering Process/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/9 - Speaking to Be Understood/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/9 - Speaking to Be Understood/README.md -------------------------------------------------------------------------------- /D0/Technical Capabilities- Pre-Simulations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D0/Technical Capabilities- Pre-Simulations/README.md -------------------------------------------------------------------------------- /D1/D1 Android/01 - Android Programming Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/01 - Android Programming Basics/README.md -------------------------------------------------------------------------------- /D1/D1 Android/02- Android Material Design Concepts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/02- Android Material Design Concepts/README.md -------------------------------------------------------------------------------- /D1/D1 Android/03- Developing an Android UI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/03- Developing an Android UI/README.md -------------------------------------------------------------------------------- /D1/D1 Android/04- Designing User Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/04- Designing User Feedback/README.md -------------------------------------------------------------------------------- /D1/D1 Android/05- User Interaction through Activities and Intents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/05- User Interaction through Activities and Intents/README.md -------------------------------------------------------------------------------- /D1/D1 Android/06- Navigation and Fragments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/06- Navigation and Fragments/README.md -------------------------------------------------------------------------------- /D1/D1 Android/07- Writing Multithreaded Applications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/07- Writing Multithreaded Applications/README.md -------------------------------------------------------------------------------- /D1/D1 Android/08- Testing your Android Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/08- Testing your Android Application/README.md -------------------------------------------------------------------------------- /D1/D1 Android/09- Working with Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/09- Working with Databases/README.md -------------------------------------------------------------------------------- /D1/D1 Android/10- Persistence and Data Storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/10- Persistence and Data Storage/README.md -------------------------------------------------------------------------------- /D1/D1 Android/11- Services and Content Providers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/11- Services and Content Providers/README.md -------------------------------------------------------------------------------- /D1/D1 Android/12- Sensors and Location Services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/12- Sensors and Location Services/README.md -------------------------------------------------------------------------------- /D1/D1 Android/13- Network Operations for Android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/13- Network Operations for Android/README.md -------------------------------------------------------------------------------- /D1/D1 Android/14- Publishing your Android Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/14- Publishing your Android Application/README.md -------------------------------------------------------------------------------- /D1/D1 Android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Android/README.md -------------------------------------------------------------------------------- /D1/D1 Design/README.md: -------------------------------------------------------------------------------- 1 | Design -------------------------------------------------------------------------------- /D1/D1 Design/Visual Design Fundamentals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Design/Visual Design Fundamentals/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Assessment/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Assessment/01 - Linux-Unix Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Assessment/01 - Linux-Unix Basics/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Assessment/01 - Linux-Unix Basics/tests/assessment.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Assessment/01 - Linux-Unix Basics/tests/assessment.bats -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Assessment/01 - Linux-Unix Basics/tests/test_helper.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Assessment/01 - Linux-Unix Basics/tests/test_helper.bash -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Assessment/02 - Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Assessment/02 - Networking/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/01 - Fundamentals of DevOps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/01 - Fundamentals of DevOps/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/02 - Command Line -UNIX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/02 - Command Line -UNIX/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/03- Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/03- Networking/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/04 - Configuration- Change Management -amp- Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/04 - Configuration- Change Management -amp- Tools/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/05 - Build Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/05 - Build Management/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/06 - Release Engineering and Build Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/06 - Release Engineering and Build Management/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/07 - Continuous Integration and Continuous Deployment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/07 - Continuous Integration and Continuous Deployment/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/08 - Virtualization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/08 - Virtualization/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/09 - SaaS- Paas- IaaS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/09 - SaaS- Paas- IaaS/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/10 - Monitoring - Logging Deployments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/10 - Monitoring - Logging Deployments/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/11 - Backup - Restore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/11 - Backup - Restore/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/12 - Securing Deployments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/12 - Securing Deployments/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/13- System Maintenance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/13- System Maintenance/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/Curriculum/Key DevOps Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/Curriculum/Key DevOps Tools/README.md -------------------------------------------------------------------------------- /D1/D1 DevOps Engineer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 DevOps Engineer/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/01 - Active Listening/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/01 - Active Listening/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/02 - Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/02 - Adaptability/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/03 - Asks Questions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/03 - Asks Questions/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/04 - Attention to Detail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/04 - Attention to Detail/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/05 - Creativity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/05 - Creativity/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/06 - Cultural Awareness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/06 - Cultural Awareness/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/07 - Decision Making/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/07 - Decision Making/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/08 - Focus & Concentration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/08 - Focus & Concentration/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/09 - Seeks Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/09 - Seeks Feedback/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/10 - Holistic & Big Picture Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/10 - Holistic & Big Picture Thinking/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/11 - Managing Expectations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/11 - Managing Expectations/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/12 - Motivation & Commitment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/12 - Motivation & Commitment/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/13 - Organizational Functional Awareness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/13 - Organizational Functional Awareness/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/14 - Problem Solving & Critical Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/14 - Problem Solving & Critical Thinking/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/15 - Reading to Understand/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/15 - Reading to Understand/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/16 - Relationship Building/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/16 - Relationship Building/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/17 - Speaking to Be Understood/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/17 - Speaking to Be Understood/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/18 - Stakeholder Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/18 - Stakeholder Management/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/19 - Team Dynamics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/19 - Team Dynamics/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/20 - Writing Professionally/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/20 - Writing Professionally/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/21 - Agile Process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/21 - Agile Process/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/22 - Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/22 - Algorithms/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/23 - Patterns (MVC)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/23 - Patterns (MVC)/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/24 - Data Structures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/24 - Data Structures/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/25 - Test-Driven Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/25 - Test-Driven Development/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/26 - Discrete Math & Algebra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/26 - Discrete Math & Algebra/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/27 - Order of Operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/27 - Order of Operations/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/28 - Object-Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/28 - Object-Oriented Programming/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/29 - HTML & CSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/29 - HTML & CSS/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/30 - Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/30 - Version Control/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/31 - 2 & 3 Tier Architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/31 - 2 & 3 Tier Architecture/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/32 - Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/32 - Security/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/33 - Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/33 - Databases/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/34 - API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/34 - API/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/35 - Software Development Environments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/35 - Software Development Environments/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/36 - UI-UX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/36 - UI-UX/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/37 - End-to-End Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/37 - End-to-End Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/38 - Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/38 - Debugging/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/39 - Mobile Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/39 - Mobile Development/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/40 - Estimating/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/40 - Estimating/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/41 - Text Editors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/41 - Text Editors/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/42 - Command Line (Unix)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/42 - Command Line (Unix)/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/43 - Git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/43 - Git/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/44 - Spreadsheets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/44 - Spreadsheets/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/45 - Calendar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/45 - Calendar/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/46 - Docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/46 - Docs/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/47 - Pivotal Tracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/47 - Pivotal Tracker/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/48 - Slack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/48 - Slack/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/49 - Skype (Hangouts)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/49 - Skype (Hangouts)/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/50 - Client Vision Alignment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/50 - Client Vision Alignment/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/51- Running Product Demos/Running Product Demos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/51- Running Product Demos/Running Product Demos.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/52- Identifying and Admitting Mistakes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/52- Identifying and Admitting Mistakes/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/Curriculum/General Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/Curriculum/General Resources/README.md -------------------------------------------------------------------------------- /D1/D1 Developer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Developer/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/01- Java Environment Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/01- Java Environment Basics/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/02- Java Programming Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/02- Java Programming Basics/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/03- Java as an Object Oriented Language/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/03- Java as an Object Oriented Language/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/04- Java Classes and Objects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/04- Java Classes and Objects/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/05- Exceptions in Java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/05- Exceptions in Java/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/06- Data structures in Java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/06- Data structures in Java/README.md -------------------------------------------------------------------------------- /D1/D1 Java/Curriculum/07- Java - Files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/Curriculum/07- Java - Files/README.md -------------------------------------------------------------------------------- /D1/D1 Java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Java/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/01- Introduction to JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/01- Introduction to JavaScript/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/02- Getting Started with JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/02- Getting Started with JavaScript/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/03- Variables - Operators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/03- Variables - Operators/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/04- JavaScript Data Types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/04- JavaScript Data Types/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/05- Functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/05- Functions/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/06- Control Flow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/06- Control Flow/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/07- Arrays/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/07- Arrays/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/08- Regular Expressions in JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/08- Regular Expressions in JavaScript/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/09- JavaScript Objects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/09- JavaScript Objects/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/10- Prototypes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/10- Prototypes/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/11- Writing Clean JavaScript Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/11- Writing Clean JavaScript Code/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/12- Essential JavaScript Design Patterns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/12- Essential JavaScript Design Patterns/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/13- The JavaScript DOM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/13- The JavaScript DOM/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/14- Security- Debugging- and Exception Handling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/14- Security- Debugging- and Exception Handling/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/15- Test Driven Development in JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/15- Test Driven Development in JavaScript/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/16- Working with Events and Event Listeners/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/16- Working with Events and Event Listeners/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/17- jQuery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/17- jQuery/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/18- Introduction to Node JS- Working with Node Modules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/18- Introduction to Node JS- Working with Node Modules/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/19- Working with HTTP Concepts in Node.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/19- Working with HTTP Concepts in Node.js/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/20- Working with Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/20- Working with Databases/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/21 - Functional Programming in JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/21 - Functional Programming in JavaScript/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/Curriculum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/Curriculum/README.md -------------------------------------------------------------------------------- /D1/D1 JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 JavaScript/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/1 - MVC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/1 - MVC/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/10 - Forms and Helpers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/10 - Forms and Helpers/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/11 - Views/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/11 - Views/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/12 - Asset Pipeline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/12 - Asset Pipeline/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/13 - Events/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/13 - Events/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/14 - Errors & Logging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/14 - Errors & Logging/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/15- Patterns - Repository Pattern/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/15- Patterns - Repository Pattern/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/16- Mail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/16- Mail/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/17- Queues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/17- Queues/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/2 - Generators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/2 - Generators/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/3 - Authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/3 - Authentication/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/4 - Routing & Middleware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/4 - Routing & Middleware/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/5 - Artisan Commands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/5 - Artisan Commands/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/6 - Controllers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/6 - Controllers/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/7 - Sessions and Cookies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/7 - Sessions and Cookies/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/8 - Migrations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/8 - Migrations/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/Curriculum/9 - Eloquent and Query Builder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 Laravel/Curriculum/9 - Eloquent and Query Builder/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 Laravel/README.md: -------------------------------------------------------------------------------- 1 | Q1 2017 D1 Laravel Curriculum 2 | -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 1 - Language Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 1 - Language Basics/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 10 - Security, Debugging and Exception Handling /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 10 - Security, Debugging and Exception Handling /README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 11 - File Handling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 11 - File Handling/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 2 - Data Structures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 2 - Data Structures/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 3 - Test Driven Development Using PHPUnit and PHPSpec/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 3 - Test Driven Development Using PHPUnit and PHPSpec/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 4 - Callbacks and Closures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 4 - Callbacks and Closures/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 5 - Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 5 - Object Oriented Programming/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 6 - Namespaces,Code Organisation and Dependency Injection /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 6 - Namespaces,Code Organisation and Dependency Injection /README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 7 - Working with Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 7 - Working with Databases/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 8 - Introduction to HTTP Concepts, Forms, Sessions and Web Services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 8 - Introduction to HTTP Concepts, Forms, Sessions and Web Services/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/Curriculum/Module 9 - Introduction to MVC Frameworks in PHP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/D1 PHP/Curriculum/Module 9 - Introduction to MVC Frameworks in PHP/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/D1 PHP/README.md: -------------------------------------------------------------------------------- 1 | Q1 2017 D1 PHP Curriculum 2 | -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 01- Set up your Environment and Run your first PHP code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 01- Set up your Environment and Run your first PHP code/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 02- Build a To Do List App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 02- Build a To Do List App/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 03- Build an Andela Dictionary app (with Tests)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 03- Build an Andela Dictionary app (with Tests)/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 04- Build an ORM with CRUD database operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 04- Build an ORM with CRUD database operations/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 05- Build a RestFul API using Slim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 05- Build a RestFul API using Slim/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 06- Refactor an Application to add Security and Error Handling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 06- Refactor an Application to add Security and Error Handling/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 07- Debug an Appication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 07- Debug an Appication/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 08- Add Laravel Framework and Configure Authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 08- Add Laravel Framework and Configure Authentication/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 09- Build an API for your Laravel App using Middleware and Routing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 09- Build an API for your Laravel App using Middleware and Routing/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 10- Build a Laravel Petsitting application with Migrations and Queries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 10- Build a Laravel Petsitting application with Migrations and Queries/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 11- Refactor your Application with Asset Pipeline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 11- Refactor your Application with Asset Pipeline/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 12- Add Email Notifications to your Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 12- Add Email Notifications to your Application/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 13- Add Errors and Logging to your Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 PHP/Output Oriented D1 PHP:Laravel/Output 13- Add Errors and Logging to your Application/README.md -------------------------------------------------------------------------------- /D1/D1 PHP/README.md: -------------------------------------------------------------------------------- 1 | 2 | [Leave your Feedback Here.](https://goo.gl/forms/3L1LYIy2jMlhzrYn2) 3 | -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/01 - HTTP and Web Services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/01 - HTTP and Web Services/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/02 - Token-Based Authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/02 - Token-Based Authentication/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/03 - API Design using Flask/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/03 - API Design using Flask/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/04 - Django MVT Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/04 - Django MVT Basics/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/05 - Django Models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/05 - Django Models/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/06 - Django Views/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/06 - Django Views/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/07 - Django Templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/07 - Django Templates/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/08 - Testing in Django/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/08 - Testing in Django/README.md -------------------------------------------------------------------------------- /D1/D1 Python/Curriculum/09 - Django REST Framework/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/Curriculum/09 - Django REST Framework/README.md -------------------------------------------------------------------------------- /D1/D1 Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Python/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/01 - Rails MVC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/01 - Rails MVC/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/02 - Generators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/02 - Generators/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/03 - Rails Environment and Environment Variables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/03 - Rails Environment and Environment Variables/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/04 - Controllers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/04 - Controllers/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/05- Views/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/05- Views/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/06 - Routing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/06 - Routing/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/07 - APIs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/07 - APIs/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/08- Asset Pipeline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/08- Asset Pipeline/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/09 - Forms and Helpers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/09 - Forms and Helpers/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/10 - Rake Tasks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/10 - Rake Tasks/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/11 - Migrations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/11 - Migrations/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/12 - ActiveRecord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/12 - ActiveRecord/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/13 - Sessions - Cookies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/13 - Sessions - Cookies/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/14 - Callbacks - Events/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/14 - Callbacks - Events/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/15- Authentication and Authorization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/15- Authentication and Authorization/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/16- Testing Rails App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/16- Testing Rails App/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/17- Optimizing for Performance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/17- Optimizing for Performance/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/Curriculum/18- Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/Curriculum/18- Security/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Rails/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Rails/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/01- The Ruby Way/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/01- The Ruby Way/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/02- Setting Up - Diving In/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/02- Setting Up - Diving In/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/03- Using Documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/03- Using Documentation/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/04- Ruby as Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/04- Ruby as Object Oriented Programming/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/05- Ruby Data Structures - Enumerable Method/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/05- Ruby Data Structures - Enumerable Method/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/06- Testing in Ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/06- Testing in Ruby/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/07- Ruby Code Organization- Modules- and Namespacing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/07- Ruby Code Organization- Modules- and Namespacing/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/08- Using a Library -Gems/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/08- Using a Library -Gems/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/09- Creating your own Ruby Gem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/09- Creating your own Ruby Gem/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/Curriculum/10- Making Web Applications Using Sinatra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/Curriculum/10- Making Web Applications Using Sinatra/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/D1 Ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Ruby/D1 Ruby/README.md -------------------------------------------------------------------------------- /D1/D1 Ruby/README.md: -------------------------------------------------------------------------------- 1 | 2 | [Leave your Feedback Here.](https://goo.gl/forms/3L1LYIy2jMlhzrYn2) 3 | -------------------------------------------------------------------------------- /D1/D1 Skill Glossary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Skill Glossary/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/01 - Language Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/01 - Language Basics/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/02 - Functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/02 - Functions/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/03 - Data Types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/03 - Data Types/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/04 - Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/04 - Object Oriented Programming/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/05 - Error Handling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/05 - Error Handling/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/06 - Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/06 - Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/07 - Multithreading/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/07 - Multithreading/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/08 - Persisting Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/08 - Persisting Data/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/09 - MVC Pattern in iOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/09 - MVC Pattern in iOS/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/10 - Storyboards Scenes and Segues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/10 - Storyboards Scenes and Segues/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/11 - View Controllers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/11 - View Controllers/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/12 - Views and Contraints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/12 - Views and Contraints/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/13 - View Controller Lifecycle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/13 - View Controller Lifecycle/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/14 - Frameworks and Package Managers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/14 - Frameworks and Package Managers/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/15 - Application Distribution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/15 - Application Distribution/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/Curriculum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Swift-iOS/Curriculum/README.md -------------------------------------------------------------------------------- /D1/D1 Swift-iOS/README.md: -------------------------------------------------------------------------------- 1 | 2 | [Leave your Feedback Here.](https://goo.gl/forms/3L1LYIy2jMlhzrYn2) 3 | -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/MidPiont More Practice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/MidPiont More Practice/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 01- Test the Firefox Nightly Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 01- Test the Firefox Nightly Product/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 02- Run your Tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 02- Run your Tests/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 03- Automate your Tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 03- Automate your Tests/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 04- File your Bugs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 04- File your Bugs/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 05- Debug/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 05- Debug/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 06- Reflect on your Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 1- Test Firefox Products/Output 06- Reflect on your Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 01- Write a Test Plan and Test Scenarios/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 01- Write a Test Plan and Test Scenarios/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 02- Use your Test Plan to Test a Feature/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 02- Use your Test Plan to Test a Feature/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 02b-- Reflect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 02b-- Reflect/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 03- Write an Integrations Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 03- Write an Integrations Test/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 03b- Refactor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 03b- Refactor/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 04- Run a Performance Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 04- Run a Performance Test/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 05- Debug your Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 05- Debug your Code/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 05b- Refactor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 05b- Refactor/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 06- Conduct a UI-UX Test with Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/Part 2- Test an Andela Product/Output 06- Conduct a UI-UX Test with Users/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Curriculum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Curriculum/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/1 - Product Research/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/1 - Product Research/README.MD -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/2 - Test Scenarios/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/2 - Test Scenarios/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/3 - Product Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/3 - Product Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/4 - Documenting Test Results/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/4 - Documenting Test Results/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/5 - Prioritizing Defects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/5 - Prioritizing Defects/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/6- Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/6- Debugging/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/7- Performance Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/7- Performance Optimization/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/API/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Active Listening/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Active Listening/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Adaptability/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Agile Process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Agile Process/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Agile Testing Quadrants/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Agile Testing Quadrants/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Algorithms/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Attention to Detail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Attention to Detail/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Black Box Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Black Box Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Bug Tracking Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Bug Tracking Tools/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Calendar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Calendar/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Client Vision Alignment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Client Vision Alignment/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Command Line -Unix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Command Line -Unix/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Creativity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Creativity/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Cultural Awareness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Cultural Awareness/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Data Structures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Data Structures/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Databases/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Debugging/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Decision Making/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Decision Making/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/DevOps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/DevOps/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Discrete Math and Algebra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Discrete Math and Algebra/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Docs/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Estimating/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Estimating/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Expectations Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Expectations Management/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Focus and Concentration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Focus and Concentration/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Functional Testing Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Functional Testing Tools/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Functional Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Functional Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Git/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/HTML and CSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/HTML and CSS/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Holistic and Big Picture Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Holistic and Big Picture Thinking/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Load Testing Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Load Testing Tools/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Mobile Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Mobile Development/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Motivation and Commitment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Motivation and Commitment/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Non-Functional Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Non-Functional Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Object Oriented Programming/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Order of Operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Order of Operations/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Patterns and MVC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Patterns and MVC/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Performance Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Performance Optimization/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Problem Solving and Critical Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Problem Solving and Critical Thinking/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Project Management Tool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Project Management Tool/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Proper use of Environments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Proper use of Environments/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/README.MD -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Reading to Understand/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Reading to Understand/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Regression Testing and Re-Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Regression Testing and Re-Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Relationship Building/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Relationship Building/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Requirements Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Requirements Analysis/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Scalability Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Scalability Design/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Security/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Seeks and Requests Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Seeks and Requests Feedback/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Skype and Hangouts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Skype and Hangouts/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Slack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Slack/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Speaking to be Understood/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Speaking to be Understood/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Spreadsheets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Spreadsheets/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Stakeholder Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Stakeholder Management/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Team Dynamics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Team Dynamics/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Test Automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Test Automation/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Test Driven Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Test Driven Development/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Test Management Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Test Management Tools/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Test Planning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Test Planning/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Test Scenarios- Test Cases- and Test Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Test Scenarios- Test Cases- and Test Scripts/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Testing End-to-End/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Testing End-to-End/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Text Editors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Text Editors/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Tier 2 and 3 Architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Tier 2 and 3 Architecture/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/UI UX Awareness and Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/UI UX Awareness and Design/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Unit Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Unit Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Version Control/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/White Box Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/White Box Testing/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Willingness to Ask Questions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Willingness to Ask Questions/README.md -------------------------------------------------------------------------------- /D1/D1 Test Engineer/Skill Glossary/Writing Professionally/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/D1 Test Engineer/Skill Glossary/Writing Professionally/README.md -------------------------------------------------------------------------------- /D1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D1/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/0. D2 DevOps Role Description/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/0. D2 DevOps Role Description/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/00. Case Studies and Real World Practice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/00. Case Studies and Real World Practice/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/01. Proper Use of Environments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/01. Proper Use of Environments/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/01a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/01a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/02. Continuous Integration and Deployment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/02. Continuous Integration and Deployment/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/03. Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/03. Testing/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/03a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/03a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/04. Release Engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/04. Release Engineering/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/05. Documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/05. Documentation/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/05a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/05a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/06. Configuration and Change Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/06. Configuration and Change Management/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/07. Version Control -Git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/07. Version Control -Git/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/07a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/07a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/08. Command Line -Unix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/08. Command Line -Unix/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/09. Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/09. Object Oriented Programming/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/10. Data Structures and Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/10. Data Structures and Algorithms/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/11. Patterns- MVC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/11. Patterns- MVC/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/11a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/11a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/12. Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/12. Networking/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/13. Securing Deployments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/13. Securing Deployments/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/14. System Maintenance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/14. System Maintenance/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/15. Monitoring and Logging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/15. Monitoring and Logging/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/16. Backup and Restore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/16. Backup and Restore/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/16a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/16a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/17. Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/17. Databases/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/18. APIs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/18. APIs/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/18a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/18a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/19. Scalability Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/19. Scalability Design/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/19a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/19a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/20. Performance Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/20. Performance Optimization/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/21. Automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/21. Automation/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/21a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/21a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/22. Self-Motivation and Proactivity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/22. Self-Motivation and Proactivity/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/23. Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/23. Adaptability/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/23a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/23a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/24. Leadership/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/24. Leadership/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/25. Organizational Functional Awareness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/25. Organizational Functional Awareness/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/26. Stakeholder Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/26. Stakeholder Management/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/26a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/26a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/27. Requirements Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/27. Requirements Analysis/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/28. Expectations Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/28. Expectations Management/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/28a. Work - Learning Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/28a. Work - Learning Check/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/29. Mentorship/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/29. Mentorship/README.md -------------------------------------------------------------------------------- /D2/D2 DevOps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 DevOps/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Assessment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Assessment/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/01 - Stakeholder Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/01 - Stakeholder Management/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/02 - Expectations Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/02 - Expectations Management/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/03 - Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/03 - Adaptability/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/04 - Seeks & Requests Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/04 - Seeks & Requests Feedback/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/05 - Leadership/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/05 - Leadership/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/06 - Mentorship/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/06 - Mentorship/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/07 - Organizational Function Awareness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/07 - Organizational Function Awareness/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/08 - Requirements Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/08 - Requirements Analysis/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/09 - Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/09 - Algorithms/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/10 - Data Structures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/10 - Data Structures/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/11 - Discrete Math & Algebra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/11 - Discrete Math & Algebra/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/12 - Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/12 - Object Oriented Programming/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/13 - Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/13 - Version Control/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/14 - Scalability Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/14 - Scalability Design/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/15 - Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/15 - Security/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/16 - Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/16 - Databases/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/17 - API/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/17 - API/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/18 - Proper Use of Environments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/18 - Proper Use of Environments/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/19 - Systems Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/19 - Systems Design/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/20 - Performance Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/20 - Performance Optimization/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/21 - DevOps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/21 - DevOps/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/22 - Text Editors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/22 - Text Editors/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/23 - Command Line (Unix)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/23 - Command Line (Unix)/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/24 - GIT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/24 - GIT/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/Curriculum/25 - Functional Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/Curriculum/25 - Functional Programming/README.md -------------------------------------------------------------------------------- /D2/D2 Developer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Developer/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/01- ES6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/01- ES6/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/02a- AngularJS 1 -Optional Resource/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/02a- AngularJS 1 -Optional Resource/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/02b- Intro to AngularJS 2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/02b- Intro to AngularJS 2.0/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/03- Components- Pipes- and Directives/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/03- Components- Pipes- and Directives/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/04- Code Organization through Services and Dependency Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/04- Code Organization through Services and Dependency Injection/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/05- Routing and API Consumption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/05- Routing and API Consumption/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/06- Callbacks- Promises- and Async/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/06- Callbacks- Promises- and Async/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/07- Event Loop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/07- Event Loop/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/08- Deeper into Functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/08- Deeper into Functions/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/09- Event Handling and -this- Keyword/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/09- Event Handling and -this- Keyword/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/10- Flux and Immutability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/10- Flux and Immutability/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/11- Intro to React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/11- Intro to React/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/12- Redux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/12- Redux/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/13- Automation and Workflow using Task Runners/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/13- Automation and Workflow using Task Runners/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/14- Transpiling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/14- Transpiling/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/15- Performance Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/15- Performance Optimization/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/16- Architecting an Application- From Functional to OOP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 JavaScript/Curriculum/16- Architecting an Application- From Functional to OOP/README.md -------------------------------------------------------------------------------- /D2/D2 JavaScript/Curriculum/README.md: -------------------------------------------------------------------------------- 1 | # JavaScript D2 2 | 3 | 4 | [Leave your Feedback Here.](https://goo.gl/forms/3L1LYIy2jMlhzrYn2) 5 | -------------------------------------------------------------------------------- /D2/D2 PHP/Curriculum/01. PHP - Advanced MySQL/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /D2/D2 PHP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 PHP/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/01. GUI Programming (with Tkinter)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/01. GUI Programming (with Tkinter)/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/02. Event Driven Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/02. Event Driven Programming/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/03. Asynchronous Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/03. Asynchronous Programming/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/04. Metaclasses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/04. Metaclasses/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/05. Multithreading/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/05. Multithreading/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/06. Regular Expressions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/06. Regular Expressions/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/07. Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/07. Networking/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/08. Performance and Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/08. Performance and Optimization/README.md -------------------------------------------------------------------------------- /D2/D2 Python/Curriculum/09. Secure Web Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/Curriculum/09. Secure Web Development/README.md -------------------------------------------------------------------------------- /D2/D2 Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Python/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/01. Idiomatic Ruby & Refactorings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/01. Idiomatic Ruby & Refactorings/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/02. ORM Frameworks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/02. ORM Frameworks/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/03. GUI Programming (Tk Guide)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/03. GUI Programming (Tk Guide)/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/04. Metaprogramming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/04. Metaprogramming/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/05. Multithreading/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/05. Multithreading/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/06. Regular Expressions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/06. Regular Expressions/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/07. Socket Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/07. Socket Programming/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/08. Performance Optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/08. Performance Optimization/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/09. Web Application Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/Curriculum/09. Web Application Security/README.md -------------------------------------------------------------------------------- /D2/D2 Ruby/Curriculum/10. Ruby Associated Tools/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /D2/D2 Ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 Ruby/README.md -------------------------------------------------------------------------------- /D2/D2 Test Engineer/README.md: -------------------------------------------------------------------------------- 1 | Test Engineer (midlevel) -------------------------------------------------------------------------------- /D2/D2 iOS/01- iOS Application Design Patterns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/01- iOS Application Design Patterns/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/02- Networking - Working with APIs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/02- Networking - Working with APIs/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/03- Multithreading and Asynchronous Programming in iOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/03- Multithreading and Asynchronous Programming in iOS/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/04- iOS Memory Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/04- iOS Memory Management/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/05- iOS Persistence and Core Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/05- iOS Persistence and Core Data/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/06- Protocol-Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/06- Protocol-Oriented Programming/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/07- Reactive Programming in iOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/07- Reactive Programming in iOS/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/08- Animation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/08- Animation/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/09- Testing - Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/09- Testing - Debugging/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/10- Refactoring your Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/10- Refactoring your Code/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/11- Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/11- Security/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/12- UI Design- Intermediate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/12- UI Design- Intermediate/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/13- REVIEW- D2 Developer Team - Professional Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/13- REVIEW- D2 Developer Team - Professional Skills/README.md -------------------------------------------------------------------------------- /D2/D2 iOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/D2 iOS/README.md -------------------------------------------------------------------------------- /D2/Python - Data Analysis/Curriculum/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /D2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D2/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 01- Advanced Data Structures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 01- Advanced Data Structures/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 02 - Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 02 - Algorithms/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 03- Systems/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 03- Systems/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 04- Architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 04- Architecture/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 05- Build Automation and Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 05- Build Automation and Version Control/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 06- Code Organization- Structure and Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 06- Code Organization- Structure and Design/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 07- Testing - Defensive Coding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 07- Testing - Defensive Coding/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 08- Advanced APIs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 08- Advanced APIs/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 09- Advanced Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 09- Advanced Databases/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 10- Agile Process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 10- Agile Process/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 11- Relationship Building/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 11- Relationship Building/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 12- Stakeholder Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 12- Stakeholder Management/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 13- Expectations Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 13- Expectations Management/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 14- Team Dynamics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 14- Team Dynamics/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 15- Attention to Detail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 15- Attention to Detail/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 16- Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 16- Adaptability/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 17- Decision Making/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 17- Decision Making/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 18- Problem Solving- Critical Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 18- Problem Solving- Critical Thinking/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 19- Writing Professionaly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 19- Writing Professionaly/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 20- Holistic-Big Picture Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 20- Holistic-Big Picture Thinking/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 21- Leadership/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 21- Leadership/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 22- Mentorship/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 22- Mentorship/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 23- Maintaining and Sharing Knowledge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 23- Maintaining and Sharing Knowledge/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/Output 24- UI-UX Awareness - Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/Output 24- UI-UX Awareness - Design/README.md -------------------------------------------------------------------------------- /D3/D3 Developer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/D3 Developer/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/Output 01- Build an Application with Angular and Node/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/Output 01- Build an Application with Angular and Node/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/Output 02- Refactor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/Output 02- Refactor/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/Output 03- Build an Application with React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/Output 03- Build an Application with React/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/Output 04- Add a Chat Functionality to an App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/Output 04- Add a Chat Functionality to an App/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/Output 05- Reflect on your Applications with a Blog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/Output 05- Reflect on your Applications with a Blog/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/Output 06- Build an App of your Choice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/Output 06- Build an App of your Choice/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/Curriculum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/Curriculum/README.md -------------------------------------------------------------------------------- /D3/JavaScript D3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/JavaScript D3/README.md -------------------------------------------------------------------------------- /D3/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/01 - Relationship Building/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/01 - Relationship Building/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/02 - Stakeholder Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/02 - Stakeholder Management/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/03 - Expectations Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/03 - Expectations Management/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/04 - Team Dynamics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/04 - Team Dynamics/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/05 - Attention to Detail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/05 - Attention to Detail/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/06 - Focus & Concentration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/06 - Focus & Concentration/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/07 - Motivation & Commitment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/07 - Motivation & Commitment/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/08 - Adaptability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/08 - Adaptability/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/09 - Decision Making/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/09 - Decision Making/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/10 - Problem Solving & Critical Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/10 - Problem Solving & Critical Thinking/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/11 - Writing Professionally/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/11 - Writing Professionally/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/12 - Holistic & Big Picture Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/12 - Holistic & Big Picture Thinking/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/13 - Leadership/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/13 - Leadership/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/14 - Mentorship/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/14 - Mentorship/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/15 - Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/15 - Management/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/16 - Agile Process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/16 - Agile Process/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/17 - Debugging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/17 - Debugging/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/18 - Estimating/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/18 - Estimating/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/19 - Spreadsheets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/19 - Spreadsheets/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/Curriculum/20 - Pivotal Tracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/Curriculum/20 - Pivotal Tracker/README.md -------------------------------------------------------------------------------- /D3/Technical Team Lead/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D3/Technical Team Lead/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Other D4 Requirements/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Other D4 Requirements/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Passion/Passion Output Optional- Showcase your Growth Path Work/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Passion/Passion Output Optional- Showcase your Growth Path Work/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Passion/Passion Output- Showcase your Growth Path Selection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Passion/Passion Output- Showcase your Growth Path Selection/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Passion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Passion/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Potential/Case Study Examples- Product Manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Potential/Case Study Examples- Product Manager/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Potential/Case Study Examples- Project Manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Potential/Case Study Examples- Project Manager/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Potential/Case Study Examples- Software Architect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Potential/Case Study Examples- Software Architect/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Potential/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Potential/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Product/Optional Output- Additional Non-Tech Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Product/Optional Output- Additional Non-Tech Product/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Product/Optional Output- Additional Tech Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Product/Optional Output- Additional Tech Product/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Product/Output 1- Tech Product 1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Product/Output 1- Tech Product 1/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Product/Output 2- Tech Product 2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Product/Output 2- Tech Product 2/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Product/Output 3- Tech Product 3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Product/Output 3- Tech Product 3/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/Product/README.md -------------------------------------------------------------------------------- /D4+/D4 Andelan Advancement Process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/D4 Andelan Advancement Process/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Optional Questions and Project Ideas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Optional Questions and Project Ideas/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 01- Define your Question/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 01- Define your Question/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 02- Gather your Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 02- Gather your Data/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 03- Clean your Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 03- Clean your Data/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 04- Investigate your Data Set/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 04- Investigate your Data Set/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 05- Model and Summarize your Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 05- Model and Summarize your Data/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 06- Create a Data Visualization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 06- Create a Data Visualization/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 07- Write a Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 07- Write a Model/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 08- Write a Forecast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 08- Write a Forecast/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 09- Tell your Story/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 09- Tell your Story/README.md -------------------------------------------------------------------------------- /D4+/Data Science/Output 10- Showcase your Work/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/Output 10- Showcase your Work/README.md -------------------------------------------------------------------------------- /D4+/Data Science/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Data Science/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/README.md: -------------------------------------------------------------------------------- 1 | README- link to website 2 | 3 | 4 | Image of Map 5 | -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/01- Create your Self-Assessment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/01- Create your Self-Assessment/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/02- Build your Domain Expertise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/02- Build your Domain Expertise/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/03- Build your Confidence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/03- Build your Confidence/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/04- Increase your Focus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/04- Increase your Focus/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/05- Care for Yourself/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/05- Care for Yourself/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/Qualities of Great Entrepreneurs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/Qualities of Great Entrepreneurs/README.md -------------------------------------------------------------------------------- /D4+/Entrepreneurship/Self - Mindset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Entrepreneurship/Self - Mindset/README.md -------------------------------------------------------------------------------- /D4+/Fellow Project Showcase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Fellow Project Showcase/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/0A. What is a Product Manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/0A. What is a Product Manager/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/1A. Business Goals and Metrics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/1A. Business Goals and Metrics/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/1B. Getting to Know the Products at your Business/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/1B. Getting to Know the Products at your Business/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/1C. Getting to know your Business Stakeholders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/1C. Getting to know your Business Stakeholders/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/1D. Getting to Know your Technical Stakeholders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/1D. Getting to Know your Technical Stakeholders/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/2A. Conducting and Analyzing Market Research/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/2A. Conducting and Analyzing Market Research/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/3A. Running a Competitive Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/3A. Running a Competitive Analysis/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/3B. Developing End User Empathy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/3B. Developing End User Empathy/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/3C. Running a Product Design Sprint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/3C. Running a Product Design Sprint/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/3D. Creating User Personas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/3D. Creating User Personas/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/4A. Developing a Product Roadmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/4A. Developing a Product Roadmap/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/5A. Running Daily Standups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/5A. Running Daily Standups/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/5B. Running Product Demos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/5B. Running Product Demos/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/5C. Running Retros/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/5C. Running Retros/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/5D. Intelligently Escalating Information/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/5D. Intelligently Escalating Information/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/Product Manager Learning Outcomes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/Product Manager Learning Outcomes/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/More Practice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/More Practice/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 01- Get Set Up with your Team/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 01- Get Set Up with your Team/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 02- Conduct Market Research/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 02- Conduct Market Research/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 03- Create your User Personas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 03- Create your User Personas/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 04- Write your Product Requirement Document/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 04- Write your Product Requirement Document/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 05- Build your Product Roadmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 05- Build your Product Roadmap/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 06- Run a Sprint Planning Session/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 06- Run a Sprint Planning Session/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 07- Run a Standup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 07- Run a Standup/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 08- Run a Product Demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 08- Run a Product Demo/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 09- Run a Retro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 09- Run a Retro/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 10- Test with Users and Refactor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 10- Test with Users and Refactor/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 11- Write your Technical Requirements Document/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 11- Write your Technical Requirements Document/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 12- Run a Product Analysis Meeting - Design Sprint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 12- Run a Product Analysis Meeting - Design Sprint/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 13- Use your Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 13- Use your Product/README.md -------------------------------------------------------------------------------- /D4+/Product Manager/TWO's- Work Output Library/Output 14- Map your Business Goals and Ecosystem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Product Manager/TWO's- Work Output Library/Output 14- Map your Business Goals and Ecosystem/README.md -------------------------------------------------------------------------------- /D4+/Project Manager/Case Study Questions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Project Manager/Case Study Questions/README.md -------------------------------------------------------------------------------- /D4+/Project Manager/Communicating your Past Work/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Project Manager/Communicating your Past Work/README.md -------------------------------------------------------------------------------- /D4+/Project Manager/Prepare for your Project Manager Interview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Project Manager/Prepare for your Project Manager Interview/README.md -------------------------------------------------------------------------------- /D4+/Project Manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Project Manager/README.md -------------------------------------------------------------------------------- /D4+/Project Manager/Required Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Project Manager/Required Skills/README.md -------------------------------------------------------------------------------- /D4+/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 01- Get to Know your Business/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 01- Get to Know your Business/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 02- Write a Status Assessment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 02- Write a Status Assessment/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 03- Re-Architect a Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 03- Re-Architect a Product/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 04- Attend an Andela Architecture Review/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 04- Attend an Andela Architecture Review/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 05- Architect a New Solution from Requirement Documents -UML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 05- Architect a New Solution from Requirement Documents -UML/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 06- Create an Analysis Model -using Statecharts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 06- Create an Analysis Model -using Statecharts/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 07- Document your Solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 07- Document your Solution/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 08- Pitch your Solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 08- Pitch your Solution/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/Output 09- Lead a Project with your Dev Team/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/More Practice Outputs/Output 09- Lead a Project with your Dev Team/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/More Practice Outputs/README.md: -------------------------------------------------------------------------------- 1 | This will be the outputs readme! 2 | -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Required Skills/Business Domain Knowledge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Required Skills/Business Domain Knowledge/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Required Skills/Leadership and Communication Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Required Skills/Leadership and Communication Skills/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Required Skills/Methodology and Strategy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Required Skills/Methodology and Strategy/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Required Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Required Skills/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Required Skills/Technical Knowledge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Required Skills/Technical Knowledge/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Required Skills/You May Encounter.../README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Required Skills/You May Encounter.../README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Resources- Continued Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Resources- Continued Learning/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/Resources- Getting Started/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/Resources- Getting Started/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/More Resources/What is a Software Architect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/More Resources/What is a Software Architect/README.md -------------------------------------------------------------------------------- /D4+/Software Architect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D4+/Software Architect/README.md -------------------------------------------------------------------------------- /D5/Enterprise Architect/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /D5/Enterprise Architect/Required Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D5/Enterprise Architect/Required Skills/README.md -------------------------------------------------------------------------------- /D5/Program Manager/Required Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/D5/Program Manager/Required Skills/README.md -------------------------------------------------------------------------------- /D5/README.md: -------------------------------------------------------------------------------- 1 | D5 Readme 2 | 3 | 2 Roles currently: 4 | D5 Program Manager 5 | D5 Enterprise Architect 6 | -------------------------------------------------------------------------------- /Facilitator-Guide/Applying Learning Architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Applying Learning Architecture/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Coaching Fellows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Coaching Fellows/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Confirming Learning Outcomes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Confirming Learning Outcomes/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Defining Behaviors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Defining Behaviors/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Defining Beliefs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Defining Beliefs/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Defining Knowledge Units/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Defining Knowledge Units/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Defining Skills and Outputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Defining Skills and Outputs/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Facilitating Soft Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Facilitating Soft Skills/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Managing Apprenticeships/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Managing Apprenticeships/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/Building Learning Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/Building Learning Tools/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/Conducting Valid Surveys/Conducting Valid Surveys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/Conducting Valid Surveys/Conducting Valid Surveys.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/Eliciting and Processing Program Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/Eliciting and Processing Program Feedback/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/Extracting OKBBs from Experts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/Extracting OKBBs from Experts/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/Running Program Tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/Running Program Tests/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Program Design/Setting and Reporting on Program Goals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Program Design/Setting and Reporting on Program Goals/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/README.md -------------------------------------------------------------------------------- /Facilitator-Guide/Tracking Fellow Progress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Facilitator-Guide/Tracking Fellow Progress/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/01 - Familiarity and Comfort with Computer Science/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/01 - Familiarity and Comfort with Computer Science/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/02 - Programming Fundamentals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/02 - Programming Fundamentals/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/03 - Python Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/03 - Python Programming/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/04 - Object Oriented Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/04 - Object Oriented Programming/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/05 - Data Structures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/05 - Data Structures/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/06 - Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/06 - Algorithms/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/07 - Recursion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/07 - Recursion/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/08 - Sorting and Searching/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/08 - Sorting and Searching/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/09 - Software Engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/09 - Software Engineering/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/10 - The Internet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/10 - The Internet/README.md -------------------------------------------------------------------------------- /Homestudy/Curriculum/11 - Web Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/Curriculum/11 - Web Programming/README.md -------------------------------------------------------------------------------- /Homestudy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/Homestudy/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sslgeorge/learning_map/HEAD/README.md --------------------------------------------------------------------------------