What’s popular in software development
Your source for what’s next
Popular in live online training
See allDecember 15, 2025
Software Architecture Styles
Presented by Neal Ford, Raju Gandhi


December 5, 2025
Software Architecture Characteristics: Defining, Discovering, and Protecting Architecture
Presented by Neal Ford, Raju Gandhi


December 11, 2025
Communicating Software Architecture
Presented by Jacqui Read

December 9, 2025
Software Architecture Superstream: Enterprise Architecture in the Age of AI
Presented by Neal Ford, Philip O'Shaughnessy, Anjali Jain, Dom Sipowicz, Brian Rogers, Ron Abellera, Lewis Crawford
March 5, 2026
Software Architecture Superstream: Software Architecture and the Age of Agentic AI
Presented by Neal Ford
December 9, 2025
Designing AI Agent Architectures
Presented by Suhas Pai

Popular in interactive learning
See allCreating Count Vectors for an Email Spam Detection Algorithm
By Partha Majumdar
In this lab, we convert text contents to numbers so that we can use the data for modeling ...
Hashtable Structures: Visualizing Separate Chaining
By George Heineman
Using linked lists to store values as distributed by hashing ...
Divide-and-Conquer: Solve the Skyline Problem
By George Heineman
Design an algorithm to solve the skyline problem ...
Analyzing Algorithms: Sample Algorithm with O(N!) Classification
By George Heineman
Compute a 3x3 magic square using a brute-force algorithm ...
Making Predictions Using a Model for an Email Spam Detection Algorithm
By Partha Majumdar
In this lab, we make a prediction on the test data and the near-real-life data ...
Depth-First Search
By George Heineman
Understanding Depth-First Search ...