Monthly Archives: July 2025

XML Jetpack

XML to Compose Migration: Handling Fragment Dismiss Crash in Jetpack Compose

  Our team is migrating legacy XML-based screens to Jetpack Compose as part of a broader strategy to adopt a modern Android architecture. This transition offers clear advantages, including faster development, simpler UI maintenance, and more declarative code. However, moving to Compose requires a fresh approach to how UI, state, and lifecycle interact, particularly where Continue Reading »

UX research

Understanding User Research in UX Design: A Strategic Framework for Human-Centered Innovation

  In the dynamic landscape of digital product development, User Experience (UX) Design is no longer a secondary concern—it is a strategic differentiator. Central to UX design is user research, a discipline that informs, validates, and optimizes design decisions by embedding the voice of the user throughout the product lifecycle. In this article, we will Continue Reading »

Jenkins Pipeline AWS EC2 Instances

Jenkins Pipeline AWS EC2 Instances

Imagine managing your entire fleet of AWS EC2 instances with just a few clicks- no more manual hassle, no more guesswork. This document provides a detailed breakdown of a Jenkins pipeline designed for managing AWS EC2 instances. The pipeline automates common EC2 operations such as listing, starting, stopping, and rebooting instances. A critical aspect of Continue Reading »