What’s popular in software architecture
Your source for what’s next
Popular in live online training
See allJanuary 13, 2025
Software architecture by example
Presented by Neal Ford, Mark Richards
December 17 & 18, 2024
System Design by Example
Presented by Rohit Bhardwaj
December 4, 2024
Architecture Decision Making by Example
Presented by Andrew Harmel-Law
January 7 & 8, 2025
System Design Interview Boot Camp
Presented by Rohit Bhardwaj
December 6, 2024
Comparing Software Architectures
Presented by Jacqui Read
December 4 & 5, 2024
From developer to software architect
Presented by Nathaniel Schutta
Popular in interactive learning
See allTest Python Locally to Prepare for CI/CD
By Noah Gift
Learn how to test your Python project locally ...
Hands-On Python Foundations: Types, Variables and Strings
By Arianne Dee
Build a strong foundation for your Python knowledge by understanding how variables and types work in Python. We will also cover working with strings, such as cleaning user input and formatting ...
Hands-On Python Foundations: Functions and Control Flow
By Arianne Dee
In this scenario, learn how to control the flow of program execution through functions, conditionals and loops. ...
Hands-On Python Foundations Scenarios - Getting started with Python
By Arianne Dee
A comprehensive course for aspiring Python developer to learn how to write their own scripts and programs. It includes a number of small, interactive examples that showcase how to use Python, ...
Graph Algorithms: Single-Source Shortest Path in Weighted Graphs
By George Heineman
Dijkstra's algorithm for computing shortest path by accumulated edge weights ...
Graph Algorithms: All-Pairs Shortest Path in Weighted Graphs
By George Heineman
All-pairs shortest path by total edge weights ...