I am Himadhar.

Started my career in 2010 and have gained immense experience in roles spanning from conceptualizing, designing and developing UI, having worked on major domains – Banking, Luxury and Hospitality, R&D, Infrastructure, Automation technology and Healthcare and have worked in various capacities from being an Individual Contributor to a Team Lead.

I am a Google certified UX designer, with exposure to front end development platforms. This allows me to be able to bridge well between the design and development ecosystems, create a design that can be seamlessly handed over to development and code for the project to deliver it too.


Skills



Projects


Plan100 - to make socially relevant donations and contributions more honest and transparent.

App to make socially relevant donations and contributions more honest and transparent. Plan100 is a social collaboration tool, primarily focusing on goal-based activities where outcomes are transparent and insightful. This project was a design activity to ideate and produce a solution that might address the problem at hand - social contribution as a collaboration mechanism.
link to view


Surpam - A test and grading system

Surpam (Surprise Assessments) was designed to cater for the idea of self-evaluation with a mentor to guide. Surpam is an online test curator dedicated to teachers and students. A typical teacher posts a questionnaire frequently and assigns them as tests to their students. A student gets to participate in these tests and grade themselves on the training they received. The goal is to make both teachers and students aware of the current state of learning and gain insights into them.
link to view


Makanabuk - Use case Study of a Personal UX Project

Makanabuk is an appointment calendar app for a fancy restaurant in Kuala Lumpur. The project aims at gaining insight on gaining insights while building a reservation app for a fancy restaurant. I performed research at various levels of the process and concluded them in this use case study presented as a PPT.
link to view


Harate - A private chat tool (WIP)

A Flutter framework based Chat App designed for a safe and easy chat tool to be private. It's still a work-in-progress app and needs feedback to mature it up.
link to view

Asmisu - Your Mental Health Wallet

A ReactJS based project was designed and developed by me to provide guidance towards a mature mental health outlook and protect it as a wallet.
link to view

Easived - Veda demystified for better study

A Flutter framework based Educational App designed for enabling easy understanding of Vedas.
link to view


H-Slider

H-Slider is a plugin to handle sliding effects in a web application. It's a jQuery based plugin designed to handle multiple scenarios where plugins change their look and feel.

For example, if the carousel is images based, then the same can be built. If the carousel/slider is supposed to provide thumbnails of listed actions (like a list of dates, or pagination controls), H-Slider comes in handy. There are a majority of items available in the plugin and can be viewed by download the plugin here along with complete information of all the params and ways to use it as per your needs.

On a side note, you can use this to improve your skills based on the earlier post on creating a jquery plugin and download this plugin to create the changes, while improving it.


H-Grid

H-Grid is a jquery based plugin designed to provide elementary table view solutions. This includes building a table dynamically, including pagination and its types (dropdown, etc), edit feature on each column of data on the entire grid and a couple of others.

The plugin has a lot of improvements lined up and I will work on it when time permits. Meanwhile, you can download it from the project space here at Github.


HOfflineJS

Many websites are focusing on getting their offline pages to work - If the internet goes off midway and they still want to complete the end-users transactions. But challenges lie where identifying whether the internet exists or not becomes a challenge. The browsers do give a way to find the connectivity type that can be achieved through the navigator object. But, this is limited to only the internet source - 3G/4G or WIFI. If the internet doesn't exist, even then the navigator.onLine returns true, since WiFi exists, for example.

HOffline is a jquery based plugin focused to provide a solution where internet connection is to be tested. I have hosted the code on Github with a sample project to play around with.