Covers the representation of mathematical models, functions, and data structures in information systems.
Explores the adaptation of wasm code generation for C, memory management, ADTs representation, and translation of expressions.
Explores constant time appends in Conc-Trees and counting in a binary number system.
Covers the concepts of Comparable and Comparator interfaces in Java, explaining how classes implement these interfaces to enable object comparison.
Covers generating code for a compiler, translating an Amy program to WebAssembly, including memory management and pattern matching compilation.
Introduces Python basics and NumPy for scientific computing, covering data types, functions, arrays, indexing, and common operations.
Covers the Decorator design pattern, focusing on extending the functionality of classes dynamically.
Explores the core features of object-oriented programming, including dynamic dispatch, encapsulation, inheritance, and subtyping, using Java examples and practical insights.
Introduces fundamental concepts of data management, including data models, databases, and key tasks.
Explores the structure of a C backend compiler and abstract data types.