Under the Frontend hood.
Yes, I am using this time to talk about the amazing things Frontend has been doing behind the scenes.
Re-worked how the WHOLE application understands WHO the current user.
Re-worked how Websockets work for Chat by lifting the feature on to new foundations.
Split up our Routes to be more squad/ feature specific, to allow us to be able to feature flag a whole feature.
Current User
Websockets
Route Splitting
Back to my original point on debugging
A tool in web browsers that lets you peek behind the scenes of a webpage. With it you can do some initial debugging.
Each Browser has its own Inspect Element.