Our Insights
Innovative Ways - Satisfied Clientele
Innovative Ways - Satisfied Clientele
Kapil Panchal - September 02, 2021
Table of Content 1. What is Unit Testing? 2. Why do we use unit testing in Angular? 3. Why is unit testing important? 4. How do you write an Angular test? 5. How to perform a unit test in Angular? 6. How to test an Angular service? 7. How to test an Angular component? 8. Conclusion In this Angular blog, we will learn how to build a simple Angular app and then learn about the unit testing process step by step with examples. What is Unit Testing? Unit...
Kapil Panchal - August 31, 2021
Table of Content 1. Customer's satisfaction 2. Measured by the honesty 3. Code based or process based metric can be gamed 4. Skills can be learned, Attitude is inherent 5. Ask feedback from customers 6. Multiple important factors 6.1. Production Effectiveness 6.2. Speed 6.3. Code quality 6.4. Communication 6.5. Code Review 6.6. Responsibility 6.7. Technical proposals 7. Do’s and Don’ts 8. Qualitative signs of a great developer 8.1....
Kapil Panchal - August 30, 2021
Table of Content 1. What is Add-in in Outlook? 2. Outlook Object Model 3. Creating Add-in 4. Testing 5. Conclusion What is Add-in in Outlook? In Outlook, Add-ins are programs that help us to automate certain tasks according to our ease like when we view or create messages. i.e., Trello, Skype, Zoom, Evernote, etc. Outlook Object Model When we are talking about Outlook add-in, we must know the basics of the following objects: Application:...
Kapil Panchal - August 26, 2021
Table of Content 1. What is REST Services? 2. Prerequisites 3. Create MVC Application 4. Conclusion Ang What is REST Services? REST services stand for Representational State Transfer. It is a lightweight, scalable and maintainable service that is built on REST architecture which is used to access and manipulate the resources identified through URL. Want to build impressive application for your business? Connect us right now to hire dedicated...
Kapil Panchal - August 23, 2021
Table of Content 1. Introduction 2. Understand CSS Grid Layout 3. Benefits of CSS Grid Layout in Angular 4. Create CSS Grid Structure with Rows and Columns 5. Build Angular Project 6. Generate Angular Components 7. Set up the Routes 8. Set up the Holy Grail Layout 9. Conclusion Introduction Holy Grail is a web page user interface layout pattern. The header, main content section, left side fixed-width nav block, middle content section, fixed sidebar,...