Skip to main content
Tag

user interface

All blogs tagged with user interface

9
Articles
40,683
Total Views

Showing 9 of 9 articles

25
Mar
2026
Mastering RxJS Observables in Angular: A Comprehensive Guide
79 views

Readers will gain an in-depth understanding of RxJS Observables, their importance in Angular applications, and how to effectively utilize them. Understanding Observables is crucial for managing asynchronous data streams, which are prevalent in modern web applications. Familiarity with Angular components and services, as well as basic JavaScript knowledge, is recommended before diving into this topic.

21
Mar
2026
Understanding CWE-1021: Clickjacking and Protecting Your Applications with X-Frame-Options
116 views

This blog post delves into CWE-1021, focusing on clickjacking vulnerabilities and how to mitigate them using the X-Frame-Options HTTP header. Understanding these concepts is crucial for developers and security professionals to protect user interfaces from UI redress attacks. Prior knowledge of web security principles and HTTP headers will enhance your comprehension of the material presented here.

16
Jan
2022
Tag or mention people like WhatsApp & Skype by using @ in Angular
10,470 views

Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.

Translate Page