@arpit thanks for sharing the app you’ve been building to help teach programming with a chat bot! What a creative way to reinforce learning by reading!
Walt Ribeiro telling us how a yes and attitude helped him join the tech community in Philadelphia and helped him find a champion for a scary career transition
Jason Hobbs with a talk about coding for understandability!
Understandability is readability. Code so people can understandwhat you’re telling the computer to do.
As programs get more complex and we nest looping operations, Big-O gives us the a way to understand the impact on the amount of time it takes to perform an operation