Contributions

Article
The Angular framework is particularly popular for developing Enterprise applications. If you’re working on an Angular application, I am almost certain you’ll have to make some API calls. In this article, we’ll try to go through some of the common mistakes developers make while making API calls from an Angular application and how to improve the code to avoid some bugs, achieve more with fewer efforts, and making the maintenance easier.
Article
Compodoc is a documentation tool that helps you create documentation for your Angular, NestJS, and StencilJS applications with literally one click (of course, after you’ve installed it). It generates static documentation of your application which you can use yourself or share with your colleague or other stakeholders. The prime objective of Compodoc is to help developers by providing clear and helpful documentation of their applications.
Article
Google releases a set of best practices for JavaScript development as the JavaScript Style guide. Here are some key takeaways from the style guide.