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.
In this tutorial, we build a music player using jQuery and Kendo UI’s component for notifications. The player will pause and play songs, and deliver notifications based on the song playing.
Tests are vital when programming because they help detect issues within your codebase that otherwise would have been missed. Writing proper tests reduces the overhead of manually testing functionality in the view or otherwise. In this article, we see how to create a dynamic form and then create tests for the form to ensure it works as expected.
In this tutorial we have built a real-time paint application to demonstrate how to work with real-time data from various clients (browsers) using socket.io. We utilize jQuery on the client side to enhance our DOM manipulation.