Skip to content
View muhdhasan's full-sized avatar
👋
Hello!
👋
Hello!

Highlights

  • Pro

Block or report muhdhasan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
muhdhasan/README.md

This is Hasan!

Welcome to my profile page! Feel free to look through my repositories.

I became passionate for programming when I started playing games at the age of 11.

Graduated in April 2022 with a Diploma in Information Technology at Nanyang Polytechnic.

I am currently studying Computing Science at Singapore Institute of Technology.

Let's Connect!

LinkedIn

Tech

What I know!

My Skills

What I'm learning now!

My Skills

My GitHub Stats!

Hasan's github stats

Top Languages

Pinned Loading

  1. Custom handlebar helper that checks ... Custom handlebar helper that checks 2 arguments for equality. Useful for displaying different states such as whether a user is an admin or shipment has been delivered.
    1
    <!-- Example usage of "eq" custom handlebar helper to display different states of progressbar. -->
    2
    <!-- CSS: Booststrap 5.3.0 -->
    3
    <!-- Template Engine: Handlebars 4.7.7 -->
    4
    <!-- Explanation: If deliveryStatus is equal to "delivered", then the following progressbar below will be rendered. -->
    5
    <!-- Otherwise, this handlebars partial file will not be rendered. -->