User Experience

How to Implement Styling in Next.js

Reading Time: 5 minutes Styling is the most important aspect when you are developing any application. You might have the best functioning application but if your UI is not that great it is difficult to maintain active users. Styling is essential to build any web application. So, In this blog, we will be discussing how we can implement styling in Next.js and will see how we can implement global Continue Reading

Beyond Cost Reduction: How RPA helps retain your best talent by reducing process debt?

Reading Time: 4 minutes Introduction Organizations have come a long way using various application systems built on Information technologies and will continue to build more systems by exploiting every new technology. However, obsolescence and lack of systematic adoption to new processes create process debt or overhead to the organization. This is due to multiple dependencies on specific (older) technologies, specific individuals, and statutory compliance.  This burden increases over time Continue Reading

How to Get started with Next.Js

Reading Time: 5 minutes In this Blog, we will be discussing what and why of Next.Js along with the creation of a Next.Js app. We will also be learning the usage of different files and folders that create-next-app provides us at the time of app creation. So, stick to this blog to gain a conceptual understanding of Next.Js. What is Next js? According to the Documentation, Next Js is Continue Reading

Introduction To Browser Storage and how to persist data in browser.

Reading Time: 4 minutes Irrespective of what javascript framework or library you are working on the one thing that remains constant for all web developers is the browser, where the javascript runs. Learning about browser storage is a must for all web devs.  What is browser storage? The browser and server interact with each other. The server serves the web pages that run on the browser and the user Continue Reading

Adding Elements Dynamically in Angular

Reading Time: 3 minutes Adding Elements Dynamically in Angular is a very hot and interesting topic. Angular gives us two nice ways to handle form data Reactive Form & Template Driven Form. In this blog, I am going to share how can we dynamically add form field controls in Reactive form. Prerequesties: Knowledge of Angular Reactive form, JavaScript. What is an Angular FormArray? In Angular Reactive Forms, every form Continue Reading

All you need to know about iCloud

Reading Time: 4 minutes INTRODUCTION If you are using Mac or iPhone or Windows PC. Yes! Even windows machines can be connected to iCloud through Apple ID. What is iCloud? iCloud is the generic name for all of the cloud based or internet-based services Apple delivers to us whether that’s on a Mac, iPhone, or a PC running Windows. The service enables its users to store data such as Continue Reading

Micro Frontend – Ideation of Micro Services in UI

Reading Time: 2 minutes The frontend is becoming bigger and bigger by each day in web applications. The growing requirements in the frontend space make the scalability in frontend a bit difficult. The term Micro Frontend came in picture in late 2016 at ThoughtWorks Technology Radar. It extended the concept of micro-services to the frontend world. The current trend states to build a powerful and feature-rich browser-based application, in Continue Reading

Tracking Pixels with Google Tag Manager

Reading Time: 3 minutes Introduction Hi Everyone! This is my first blog and in this, I’ll try to explain how we can use Google Tag Manager to manage and deploy tracking pixels (eg. Google Analytics) on your website without having to modify the code Tracking Pixels A tracking pixel is an HTML code snippet that is loaded when a user visits a website. It is useful for tracking user Continue Reading

UI / UX Trends 2020

Reading Time: 7 minutes A successful application is the one that has a lasting impact on the user’s mind (UX) and creates an instant attraction to the user (UI) for getting glued. In the last article, we talked about what is UI / UX, how it got evolved and key differences between both. In this article, we are going to talk about UI / UX Trends in 2020. We Continue Reading

UI / UX : An in-depth understanding

Reading Time: 5 minutes What is UI / UX? User Interface (UI) in a layman definition refers to the visual elements, like, screens, pages, buttons, icons, typography, etc. which enables the user to interact with a product or service. User Experience (UX) on the other hand deals with the interaction process of how the user interacts with the product or service. At the basic level, we can say that Continue Reading