Skip to content

Instantly share code, notes, and snippets.

@nosyarlin
Created February 14, 2023 21:00
Show Gist options
  • Save nosyarlin/ce853f4e31e0a41a779836f8ef18f115 to your computer and use it in GitHub Desktop.
Save nosyarlin/ce853f4e31e0a41a779836f8ef18f115 to your computer and use it in GitHub Desktop.
Json Resume
{
"meta": {
"theme": "spartan"
},
"basics": {
"name": "Rayson Lim Jun Kai",
"label": "Full-stack Software Engineer",
"email": "rayson.ljk@gmail.com",
"phone": "+6596164293",
"website": "www.raysonlim.com",
"summary": "Software engineer with 3 years of professional full-stack experience in both fast-growing large companies and VC-funded early to mid-stage startups. Excels in fast-paced environments and can learn through ambiguity. Seeking next chapter in SF Bay Area, Seattle, or NYC.",
"location": {
"city": "Singapore",
"countryCode": "SG"
},
"profiles": [
{
"network": "Github",
"username": "nosyarlin",
"url": "https://github.com/nosyarlin"
},
{
"network": "LinkedIn",
"username": "Rayson Lim",
"url": "https://www.linkedin.com/in/rayson-lim/"
}
]
},
"work": [
{
"company": "Zeus Living",
"position": "Full-stack Software Engineer",
"website": "https://zeusliving.com/",
"startDate": "2022-03-15",
"endDate": "2022-09-16",
"summary": "Maintained and developed tenant facing features",
"highlights": [
"Built in-product issue reporting system in *Ruby on Rails* and *React* for users to ask for help. Increased self-service issue reporting rate from 13% to 30%",
"Initiated project to improve the process for creating E2E test data and implemented a system where *Cypress* tests call an API on the server to load cached test data into the database at run time",
"Collaborated on front-end design system by driving front-end design discussions with designers and adding UI components to *Storybook*",
"Improved the flexible lease product and doubled flexible lease conversion rate",
"Optimized *GraphQL* query to check for available dates on property listings and improved speed by 6x"
]
},
{
"company": "Meta Singapore (Facebook)",
"position": "Full-stack Software Engineer",
"website": "https://meta.com/",
"startDate": "2019-09-16",
"endDate": "2022-02-10",
"summary": "Developed and built systems to manage the risk of onboarding new Chinese advertisers and reduce impact of fraud",
"highlights": [
"Redesigned advertiser integrity enforcement system, resulting in improvements in scalability and configurability. Halved user negative feedback rate",
"Built ad account creation flow on Facebook Business Manager using *React*",
"Raised the team’s engineering bar by triaging and prioritizing quality issues. The team resolved 100% of high priority engineering issues"
]
},
{
"company": "Jublia",
"position": "Backend Developer Intern",
"website": "https://www.jublia.com/",
"startDate": "2018-05-01",
"endDate": "2018-08-01",
"summary": "Spent my summer helping engineering and customer service teams to be more efficient",
"highlights": [
"Revamped communications service and reduced customization time",
"Created email scheduling system using *Flask* and *Celery* to allow the customer success team to schedule emails"
]
}
],
"education": [
{
"institution": "Singapore University of Technology and Design",
"url": "https://www.sutd.edu.sg/",
"area": "Bachelor of Engineering with Honours with specialization in Business Analytics and Artificial Intelligence",
"studyType": "Bachelor",
"startDate": "2016-05-01",
"endDate": "2019-09-16",
"gpa": "4.85",
"courses": [
"Algorithms",
"Computer Vision",
"Artificial Intelligence",
"Operating Systems",
"Natual Language Processing"
]
}
],
"skills": [
{
"name": "Typescript",
"level": "",
"keywords": []
},
{
"name": "JavaScript",
"level": "",
"keywords": []
},
{
"name": "SQL",
"level": "",
"keywords": []
},
{
"name": "HTML/CSS",
"level": "",
"keywords": []
},
{
"name": "Python",
"level": "",
"keywords": []
},
{
"name": "Hack",
"level": "",
"keywords": []
},
{
"name": "PHP",
"level": "",
"keywords": []
},
{
"name": "Java",
"level": "",
"keywords": []
},
{
"name": "React",
"level": "",
"keywords": []
},
{
"name": "Flask",
"level": "",
"keywords": []
},
{
"name": "MySQL",
"level": "",
"keywords": []
},
{
"name": "PostgreSQL",
"level": "",
"keywords": []
},
{
"name": "DynamoDB",
"level": "",
"keywords": []
}
],
"languages": [
{
"language": "English",
"proficiency": "Native Speaker"
},
{
"language": "Mandarin",
"proficiency": "Native Speaker"
}
],
"interests": [],
"references": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment