Skip to content
View srukshan98's full-sized avatar

Block or report srukshan98

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
srukshan98/README.md

Hi there, 👋

You Have discovered my Hidden Treasure.

Welcome To My World

GitHub Twitter LinkedIn Sponsors

A little about me

export class SRukshan98 {

  public static Name: string = 'Sachith Rukshan ( prefers Rukshan )';

  public static Story: string[] = [
    'Always Loved Computers as a Boy',
    'Fall in love with coding at the first sight',
    'Married Coding after 5 years of Loving and Living together',
  ]; // To Be Continued

  public static Skills: string[] = [
    'Honesty',
    'Planning Ahead',
    'Coding',
    'Creative',
  ]; // etc

  public static Admires: string[] = [
    'Life',
    'Brain',
    'Technology',
    'Science'
  ]; // etc

  public static InspiredBy: string[] = [
    'Dad',
    'Elon Musk',
    'Steve Jobs',
  ]; // etc

  public static Work: string[] = [
    'Website Administrator (Alphabetical IT)', // 6 months
    'Web Developer (Alphabetical IT)', // 1 1/2 years
    'Associate Software Engineer (DCE)', // 6 months
    'Software Engineer (DCE)' // 1 year
    'Senior Software Engineer (DCE)' // 1 year 8 months
    'Associate Technical Lead - Current (DCE)' // 1 months
  ]; // etc
  
  public static Projects: string[] = [
    'Angular Smart Workspace',
    'Smart Image Cropper - Python',
    'Smart Chip Container - Angular Library',
    'Qpress - Node JS Rest API Server Framework'
  ]; // etc
}

srukshan98's github stats

Pinned Loading

  1. SmartImageCropper SmartImageCropper Public

    Smart Image Cropper

    Python

  2. SmartChipContainer SmartChipContainer Public

    This Library introduces an Intelligent way to hold Material Chips to make it only take the space needed.

    TypeScript 1