Data-Oriented Programming
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore data-oriented programming in this GOTO Book Club interview with author Yehonathan Sharvit and James Lewis. Discover how to reduce software complexity by representing data through generic immutable structures, simplifying state management, and streamlining concurrency. Learn about treating data as data, the importance of immutability, and how to separate code from data. Gain insights into designing data models for business entities, implementing state management systems without mutating data, and writing data-oriented unit tests. Understand the language-agnostic nature of this paradigm, applicable to JavaScript, Ruby, Python, Clojure, Java, and C#.
Syllabus
Intro
The appeal of Clojure
Data-oriented programming goals
Treat data as data
Immutability in data-oriented programming
Outro
Taught by
GOTO Conferences
Related Courses
Getting Started with DOTS - Scripting Pong TutorialUnity via YouTube Data-Oriented Programming - On the Expressiveness of Non-Control Data Attacks
IEEE via YouTube Privilege Escalation Using DOP in MacOS
Hack In The Box Security Conference via YouTube Data-Oriented Programming in Java
Devoxx via YouTube Data-Oriented Programming in Java - Records, Sealed Classes, and Pattern Matching
Java via YouTube