Devlogs

Check out my tech articles onMedium!

Selected Articles

Surveys — Non Response Bias

Understanding Non Response Bias while conducting UX research surveys. This is a part of my class Assignment at UW Madison.

Read more
Apartment Hunting — UX Study

Apartment Hunting — UX Study.A Qualitative and Quantitative UX Research. This is a part of my class Assignment at UW Madison.Role:UX researcher Members: Chris, Alex, Shelcia. Tools:FigJam, Figma, Google Docs, Qualtrics and Tableau. Project timeline: Overall: 10 weeks

Read more
Quick SASS tutorial with VS Code

Today, we’re diving into the exciting world of SASS with a quick and interactive tutorial using Visual Studio Code.If you’ve ever felt overwhelmed by writing hundreds of lines in CSS, SASS might just be the solution you’re looking for.

Read more
The Process of Developing Personas

Personas are fictional representations of user types that are created based on user research. It helps us capture users’ motivations, behaviors, goals, and pain points beyond demographies. How do we a develop a persona ?

Read more
Unlocking Responsive Design in ReactJS with JavaScript-Powered Media Queries

You’re on your mobile device, exploring a website. A CSS-hidden sidebar is making unnecessary network requests, wasting precious resources. Here’s where JavaScript shines! By conditionally rendering components based on browser size,

Read more
Conducting Interviews — UX

The concept of user interviews is a cornerstone in the field of User Experience design, and I was fascinated by the depth of understanding they can provide. During class, we delved into the art of asking open-ended questions, actively listening, and probing for insights. These techniques aim to uncover not only what users say they want but also what they truly need.

Read more
Journey Mapping

A Powerful Tool for Understanding UX — Journey mapping is a visual representation of the user’s experience as they interact with a product or service over time. It involves capturing the user’s actions, thoughts,

Read more
Modeling The Data: A Guide to Affinity Diagrams

This is a part of my class Assignment at UW Madison. Introduction Affinity diagrams offer a structured approach to organizing and comprehending complex information, making them one of the most

Read more
Cognitive Design — UX

This is a part of my class Assignment at UW Madison. During this week’s class, one concept that particularly stood out to me was the idea of affordances and how they influence user interactions with product

Read more
The business value of UX research

This is a part of my class Assignment at UW Madison. Time for a Kutty(Small) Story: In my professional experience, while working as a Frontend Developer in a startup, I found myself in a team with divers

Read more
How to Migrate from Create React App (CRA) to Vite Quickly

Have you been using Create React App (CRA) for your React projects, but now you’re curious about the blazing-fast Vite? Vite, known for its

Read more
What is good UX?

Google Search — Still can’t beat this ! — This is a part of my class Assignment at UW Madison. Recently, I attempted to purchase tickets for an Indian movie titled “Jawan” while in the United States. As a firs

Read more
Create a Video Call Web App in 10 minutes with Jitsi and React

This tutorial will be pretty exciting!. We will be integrating Jitsi with our react app and with that, we can create our video call room. With

Read more
Send Emails from your NodeJs App with Node mailer

We will look into using “Nodemailer” to send emails Prerequisites NodeJS REST API Code Editor (I will be using VS code) Postman installed or Postman web account with CORS extension for chrome

Read more
NodeJs Authentication With JWT

This is for people who are new to NodeJs and trying to figure out how to build basic authentication with JSON web tokens and integrate it with their frontend. You will either need postman installed on your PC

Read more
Build Your First Discord GIF BOT and Deploy

A Bot that send GIF replies and is deployed on Heroku for free — Pre-requisites : Some knowledge of Javascript Node installed on your PC or laptop Discord Account (plus you should have servers created by you)

Read more