Reduce System Complexity with Data-Oriented Programming
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the principles of Data-Oriented Programming to reduce system complexity in this conference talk from GOTO Aarhus 2023. Learn how to separate code from data, represent data with generic structures, and embrace immutability to build more manageable information systems. Discover techniques for data validation without static types and understand how to apply these concepts in your preferred programming language. Gain insights into the history and practical implementation of Data-Oriented Programming, equipping yourself with tools to tackle complexity in back-end applications, web services, and front-end development.
Syllabus
Intro
What is complexity?
Information systems
Principles of data-oriented programming
What makes a software system complex?
Principle No 1: Separate code from data
Principle No 2: Represent data with generic data structures
Principle No 3: Do not mutate data
Immutability in practice
What about data validation?
History of data-oriented programming
Summary
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