Skip to content
View vishnuroshan's full-sized avatar
🗺️
trying to make each day an adventure
🗺️
trying to make each day an adventure

Block or report vishnuroshan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
vishnuroshan/README.md

Welcome to My GitHub Profile!

Hi 👋👋

I'm Vishnu Roshan, a software engineer with over 7 years of experience in web technologies. I enjoy solving problems, writing clean code, and building impactful software.

Feel free to explore my repositories or connect with me if you'd like to collaborate.

Pinned Loading

  1. angular-jokes-pwa angular-jokes-pwa Public

    a simple jokes app in angular to demonstrate PWA

    TypeScript

  2. Typescript custom array methods with... Typescript custom array methods with generics. this is a exercise to understand how generics work and where to use them in real life
    1
    interface Array<T> {
    2
      customEvery(callback: (each: T, index?: number, array?: Array<T>) => boolean): boolean;
    3
    }
    4
    
                  
    5
    Array.prototype.customEvery = function(callback) {
  3. browser-tools browser-tools Public

    A browser toolkit extension for automating all my personal hacks

    JavaScript

  4. advent-of-code-2024 advent-of-code-2024 Public

    Vishnu's advent of code 2024 in Javascript

    JavaScript