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

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

Hi there 👋

I am glad you found me here!. Welcome to my Github profile.

I am Vishnu Roshan, a software engineer with 6+ years of experiance in web technology.

My profile in case you are interested.

📫 You can reach me through my email and I am also active in LinkedIn

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. bruno bruno Public

    Forked from usebruno/bruno

    Opensource IDE For Exploring and Testing Api's

    JavaScript