Difference between revisions of "Pathway W2000s"

From Coder Merlin
Line 69: Line 69:
* XML Files
* XML Files
* JSON Files
* JSON Files
== Web Technology Introduction ==
* [[W2702 HTML Basics]]
* [[W2707 CSS Basics]]

Revision as of 12:56, 3 January 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Common Types and Operations[edit]

  • Dates
  • Floating Point Representation

Structs[edit]

Classes[edit]

Object Equivalence[edit]

  • Comparing Objects
  • Copying Objects: Deep Copy vs Shallow Copy

Two Easy Sorts[edit]

Execution Stack[edit]

  • W2211 A Stack
  • W2212 The Execution Stack

Recursion[edit]

Big O[edit]

Higher Order Functions[edit]

Advanced Graphics[edit]

Collection Types[edit]

Emergence & Lindenmayer Systems[edit]

Data Modeling[edit]

Debugging[edit]

Error Handling[edit]

Defensive Programming[edit]

Text File Processing[edit]

Web Technology Introduction[edit]