— There are various algorithms for finding the optimal path between two locations on a map. Jan Pánek has created an interactive tool for visualising how these algorithms work. Choose two locations and then see how the algorithm explores routing options. Source code is available here and the tool itself is deployed using GitHub Pages.
Development Containers
— A talk from Brigit Murtaugh at GitKon 2022. Dev containers can be used in GitHub Code Spaces and VS Code, and provide a consistent, fully featured development environment. I’ve been aware of this technology for a while. Just need to find the time and motivation to give it a try.