Decouple and Scale Applications with Queues
Presented by: Curtis Darst
Queues are not just for theme park rides. Understanding the process of decoupling your application to support massive scale. Session includes discussion and examples around queue type, security, delivery, DLQ, and integration with your existing applications. ...
Format: PreCompilerLevel: AdvancedThe definitive deep dive into the .git folder
Presented by: Rob Richardson
What's in the .git folder? How are commits stored? How do branches work? We'll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content. We'll also quickly look through Git hooks, Git config,...
Format: General SessionLevel: AdvancedUsing SVG to create responsive, interactive and animatable graphics
Presented by: Ben Hoffmann
A message is often best stated visually. Traditional methods of designing graphics, diagrams, and charts produce something that retains its aspect ratio, regardless of the size it is viewed. This may work fine for print and slide media, but fails to take advantage of viewing digital content on...
Format: General SessionLevel: AdvancedCrafting an interpreted programming language in 60 minutes
Presented by: Granville Schmidt
Are you curious how programming languages are designed and implemented? Do you have nightmares about the “magic” that happens when you run/compile your code? Have you ever wanted to create your own programming language from scratch? ...
Format: General SessionLevel: Advanced