System Design
Introduction to Clean Modern Architecture
Explore architecture through Point and workshop-session examples, SOLID, component cohesion, domain-centric patterns, and the future of code with generative AI.
Problem solving, algorithms, data structures, and system design.
System Design
Explore architecture through Point and workshop-session examples, SOLID, component cohesion, domain-centric patterns, and the future of code with generative AI.
Data Structures & Algorithms
Premium
Choose a sorting strategy around memory limits, stable ordering, and input size, then combine sorted runs with a streaming Python merge.
Data Structures & Algorithms
Updated
Learn reusable DSA patterns for swapping values, using binary search, and finding the first and last occurrence of a target.
Data Structures & Algorithms
Updated
Learn merge sort from first principles: merge sorted ranges, compare top-down and bottom-up arrays, implement linked-list sorting, and analyze stability, time, and space.
Data Structures & Algorithms
Updated
Learn how quick sort partitions arrays, follow a step-by-step example, compare recursive and iterative C# implementations, and explore versions in Python and Go.