We’re going to learn about one of the most important concepts in JavaScript: Closures. Understand why this concept is so popular among developers and how we can benefit from using it in our code.
The Nuxt community has come up with a lot of handy modules for common features that we always have to implement in a web application. So, here are 20 of my favorite Nuxt modules you should know about if you want to increase your productivity.
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.