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.
Angular comes with so many features, both popular and unknown, the easiest way to discover tricks to achieve difficult tasks using Angular is to use Angular a lot more and learn in the process. Here are my favorite Angular tips and tricks.
In this tutorial, we'll build a simple store where items can be added and removed from cart, and we’ll manage the application’s state using ngrx/store. As we’ll see, it is easier to manage data flow in the application when side effects and data flow are abstracted from components.
React is an awesome framework for frontend development. In this article, we'll learn how to profile the performance of React applications using React Profiler. We'll learn how to leverage the features offered by React Profiler to discover performance issues in our apps.
The need for better data visualization techniques in the console has grown the past few years. In this post, we’ll demonstrate how we can log arrays and objects to the console in a visually easy-to-read tabular format using the console.table() method.
WebSockets and Server-Sent Events are two different technologies that define how browsers and clients communicate with each other. In this post, we’ll look at the individual features of these technologies and showcase both their similarities and differences.