user experience

Introduction to NGXS, state management pattern + library for Angular

Reading Time: 3 minutes Ngxs is a state management pattern for the Angular framework. It acts as a single source of truth for our application. Ngxs is very simple and easily implementable. It reduce  lots of boilerplate code . It is a replacement for Ngrx. In Ngrx we are creating state, action, reducer, and effects but in Ngxs, we are creating only state and actions instead of all of Continue Reading

A Comprehensive Guide to UI

Reading Time: 6 minutes UI (USER INTERFACE) UI or User Interface is the interface that is the access point where users interact with computers. It is also a way through which users can interact with a website or an application. UI design typically refers to graphical user interfaces but also includes others, such as voice-controlled ones, a keyboard, a mouse, and the appearance of a desktop. UI design considers 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