About
Sessions at dev up 2025
Algorithm Design for Web Developers
When tackling your complex software projects how do you choose to manipulate your data? Do you understand the implications of calling .sort() on your array or how to choose between client-side and ...
Data Structures in TypeScript
When tackling your complex software projects how do you choose to represent your data? Do you simply pass around arrays of JavaScript objects of type any that you get from your API calls? Have you ...