Skip to content

Latest commit

 

History

History
executable file
·
48 lines (36 loc) · 2.44 KB

File metadata and controls

executable file
·
48 lines (36 loc) · 2.44 KB

🎯 Code Drills


Return to Ajax


Code Drills are divided into the following categories:

Code Drills Categories

Main Categories

Icon Name Description
‼️ Required Drills Drills Students Must Complete / Mandatory
💠 Optional Drills Drills Students are encouraged but Not Required to complete

Sub-Categories

Icon Name Description
⚙️ Core Drills Drills that Mirror Classroom Activities
🚀 Rocket Drills Drills that explore topics beyond the scope of classroom material
🤓 Algo Drills Drills that challenge Students to solve abstract Technical Chalenges
🌀 Word Puzzle Drills Drills that challenge Students to solve brain teasers
Flashback Drills Drills that review a technology or concept from an earlier module
🚩 Project Drills Drills that build incrementally with a deployable end product
🔥 Code Base Drills Drills that explore an existing code base to add a feature, or debug
🔘 Softer Skills Drills Drills with a invite students to excercise skills on the Softer Side

Required Code Drills ‼️

#️⃣ Type Title Topics
1. :core: Card API AJAX
2. :core: Dog API AJAX
3. :core: TV Show API AJAX
4. :core: News API AJAX
5. :core: EventBrite API AJAX
6. :core: Stock Photo API AJAX Appending JSON data
7. :core: Yelp API AJAX Bearer Tokens
8. :core: iTunes API AJAX Parsing/Using JSON
9. Reverse Bubble Sort Algorithms
10. Other Bubble Sort Algorithms