You Have discovered my Hidden Treasure.
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
}