Code Challenge Curriculum
Anything related to code challenges is in this section!
Modules:
Outline
1. The Tech Interview
usually three buckets:
Behavioral Interviews
Technical Screening
the only asynchronous step
Technical Interviews
2. Tech Interview Prep Routine
Mastering a programming language
Some companies are rigid (can't just use your preference)
Honing up on the ff:
Problem Solving
Designing efficient solutions
Communicating solutions using technical technology
3. Code Challenge Curriculum
Daily and Intentional
on leetcode; codesignal (also generally referred to as GCF, or General Coding Framework)
60 min after Mindful Mornings!
sometimes thematic, MOSTLY random
catch-ups available for missed sessions
not graded but pay attention to scores!
389 Score AT LEAST three times throughout the program
4. Code Challenge Philosphies
"You can only cook what's in the fridge!"
Programming is like cooking:
fridge <<>> knowledge base (learned!)
tools/equipment would be the natural predisposition (so don't feel bad; it's not the largest piece in the pie!)
Fluency
"Go slow now to go far later."
probably Reuben (2019)
5. Q&A Takeaways
PEDAC stands for:
Problem
Example
Data Structure
Algorthm
Code
Last updated