Field-specialized track
Programmers
Code typing leans on a completely different muscle memory than prose: braces, brackets, arrows, and operators dominate over plain letters, and a single missed symbol can break a build. This track starts with the symbols and naming conventions common to almost every language, then moves into real, syntactically valid snippets in six languages so you're practicing the actual shape of code you'll write.
0 of 8 complete
- 1
Symbols Intensive
Not startedThe punctuation that shows up in nearly every language: braces, brackets, parens, comparison and logical operators, and arrows.
- 2
camelCase & snake_case
Not startedThe two dominant variable-naming conventions, practiced back to back so your fingers get comfortable with both capitalization and underscore styles.
- 3
Python
Not startedA real Python snippet, indentation preserved exactly, using the Code Typing surface.
- 4
JavaScript
Not startedA real JavaScript snippet, indentation preserved exactly, using the Code Typing surface.
- 5
SQL
Not startedA real SQL query, with the keyword-heavy, punctuation-light style typical of database work.
- 6
HTML & CSS
Not startedA real markup and stylesheet snippet, practicing the angle brackets and colon-property syntax of front-end code.
- 7
Java
Not startedA real Java snippet, practicing the verbose, brace-heavy style typical of statically typed object-oriented code.
- 8
C/C++
Not startedA real C snippet, practicing pointers, includes, and the terse syntax common to systems programming.