Angular is a framework for building client-side applications using HTML, CSS, and JavaScript. In this post, I will help you understand Angular components and modules, and how to use the CLI to generate Angular components.
Design patterns are documented solutions to commonly occurring problems in software engineering. Engineers don’t have to bang their heads on the problems that someone else has already solved.
In this tutorial, we have built a Chrome extension to download gists from GitHub Gist. We explored the different parts that make up a Chrome extension and also learned how to harness the power of Vue.js and JavaScript to build Chrome extensions.
Context API is a great feature offered by React, but it can be tricky to get it right. Learn how to efficiently create and consume Context API with the use of hooks without performance issues. Starting with a naive implementation, we will iterate over what can be improved and how to avoid unnecessary component re-renders.