Skip to content

Instantly share code, notes, and snippets.

@rajatbarman
Last active June 17, 2023 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajatbarman/29b862c86d26ec55172dc16cda73ee20 to your computer and use it in GitHub Desktop.
Save rajatbarman/29b862c86d26ec55172dc16cda73ee20 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Rajat Barman",
"label": "Frontend guy | Ex Pharmeasy, Toppr, Oyo Rooms",
"image": "",
"email": "rajatbarman@yahoo.com",
"phone": "",
"summary": "Coding philosophies - Write simple and explicit code -- Develop for users not for deadlines -- Express yourself through your work -- Be attentive to details.",
"location": {
"countryCode": "IN",
"address": "India"
},
"profiles": [
{
"network": "LinkedIn",
"username": "rajatbarman",
"url": "https://www.linkedin.com/in/rajatbarman/"
}
]
},
"work": [
{
"company": "Proximity Works",
"position": "Staff Engineer",
"startDate": "2022-06-30",
"highlights": [],
"url": "https://www.linkedin.com/company/proxwrks/",
"summary": "Developing with pace at Proximity Works",
"location": "Remote"
},
{
"company": "LIDO Learning",
"position": "Software Development Engineer - III",
"startDate": "2019-05-31",
"endDate": "2022-11-30",
"highlights": [],
"summary": "At Lido Learning, I had a lot of opportunities to build things from scratch, I was primarily responsible for the \"virtual classroom\" app and student experience app. I got introduced to GraphQL-based backend here and video streaming technologies like WebRTC.",
"url": "https://www.linkedin.com/company/lido-learning/",
"location": "Bengaluru, Karnataka, India"
},
{
"company": "PharmEasy",
"position": "Senior Frontend Developer",
"startDate": "2018-05-31",
"endDate": "2019-05-31",
"highlights": [],
"summary": "At Pharmeasy, I worked on page speed optimisations for consumer-facing web and mobile web applications, and worked closely with the design team to implement pixel-perfect UI for new features. Refactored a lot of code, introduced the existing system with new frontend technologies and better code conventions.",
"url": "https://www.linkedin.com/company/pharmeasy/",
"location": "India"
},
{
"company": "Toppr",
"position": "UI Developer",
"startDate": "2017-01-31",
"endDate": "2018-03-31",
"highlights": [],
"summary": "At Toppr, I got introduced to the react world and learnt great coding conventions that are timeless, learnt the art of delivering features within tight deadlines without compromising quality. Implementing pixel-perfect UI, paying attention to details, and knowing the subtleties of user experience are various things I acquired as skills for a lifetime here.",
"url": "https://www.linkedin.com/company/toppr-com/",
"location": "Mumbai Area, India"
},
{
"company": "OYO Rooms",
"position": "Frontend Developer",
"startDate": "2015-10-31",
"endDate": "2016-12-31",
"highlights": [],
"summary": "At Oyo Rooms, my learning has been exponential each month, I found great mentors here, and apart from learning new techs, I learnt tons of optimisation techniques for a webpage.",
"url": "https://www.linkedin.com/company/oyo-rooms/"
},
{
"name": "TargetingMantra (acquired by Snapdeal)",
"position": "UI Engineer",
"startDate": "2015-04-30",
"endDate": "2015-09-30",
"highlights": [],
"summary": "TargetingMantra was a great start to my career, it exposed me to the world of startups and many new technologies. The company was into personalising e-commerce experience through machine learning algorithms, I worked on creating dashboards, email builders, and plotting charts for our clients.",
"url": "https://www.linkedin.com/company/targetingmantra/"
}
],
"volunteer": [],
"education": [
{
"institution": "Jaipur National University",
"area": "Computer Science",
"studyType": "Bachelor of Computer Application",
"startDate": "2012-12-31",
"endDate": "2015-12-31",
"score": "",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Web Development",
"level": "",
"keywords": ["JavaScript", "CSS3", "HTML 5", "React", "Typescript", "Svelte 3", "SCSS"]
},
{
"name": "Backend Development",
"level": "",
"keywords": ["Node.js", "Express.js", "AWS Lambda Functions", "AWS Api Gateway", "DynamoDB", "MySQL", "Postgres"]
},
{
"name": "Mobile Development",
"level": "",
"keywords": ["React native"]
},
{
"name": "Tools",
"level": "",
"keywords": ["Git", "Webpack", "ES lint"]
}
],
"interests": [],
"references": [
{
"name": "Rohit Choudhary",
"reference": "The fastest 'frontend guy' I've ever worked with! The kind of improvement he has shown during the few years at Toppr is amazing. The best thing about him is that he gets the problem solved in whatever way possible. Having Rajat in your team will induce an immense amount of positive energy in your team. Wouldn't ever miss the opportunity to work with him again!"
}
],
"projects": [
{
"name": "Bakchod Company",
"startDate": "2021-10-31",
"summary": "Payment for no reason",
"url": "https://bakchod.company/"
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"theme": "short"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment