About me!
If you're not from programming background, the below might look intimidating at the first sight. Trust me, it's not. You do not need to be a programmer to understand the below information. Just read through and you should be able to get the gist of it.
{
"firstName": "Sriram",
"lastName": "Thiagarajan",
"job": "Full Stack Web Developer",
"location": {
"city": "Chennai",
"state": "Tamil Nadu",
"country": "India"
},
"organizations": [
{
"name": "HROnboard",
"title": "Software Developer",
"startDate": "2017-02-23",
"current": true
},
{
"name": undefined,
"title": "Freelance Developer",
"startDate": "2017-02-23",
"current": true
},
{
"name": "Pramati Technologies Private Limited",
"title": "Principal Engineer",
"startDate": "2015-05-04"
},
{
"name": "Asian Paints Limited",
"title": "Systems Executive",
"startDate": "2009-05-04"
}
],
"tech": [
"JavaScript",
"TypeScript",
"Node.js",
"Express.js",
"React",
"Redux",
"AWS",
"AWS Lambda",
"HTML",
"CSS",
"SASS",
"Webpack"
],
"socialProfiles": [
{
"type": "github",
"url": "https://github.com/tsriram"
},
{
"type": "twitter",
"url": "https://twitter.com/tsriram/"
},
{
"type": "facebook",
"url": "https://www.facebook.com/sriram.thiagarajan"
},
{
"type": "linkedin",
"url": "https://www.linkedin.com/in/thiagarajansriram"
},
{
"type": "googleplus",
"url": "https://plus.google.com/u/0/+SriramThiagarajanS"
}
]
}
Again, if you're not from the programming background, completed reading this and able to digest the information, Congratulations! You have learnt something new today called JSON :)