Chris Nwamba is a Senior Developer Advocate at AWS focusing on AWS Amplify. He is also a teacher with years of experience building products and communities.
When applications get complex, it can be difficult to manage their data. In this tutorial, learn how to use the state management library Redux to build a food store that displays items and lets users add them to a shopping cart.
The Angular framework utilizes some of the popular debugging techniques, and also has some tools and techniques unique to debugging its applications. We’ll look at some methods and tools that can be useful for debugging Angular applications.
When using Chrome DevTools, it can be helpful to have more control over how we log the console output. Learn how to use console.group to easily bundle related content together.