Skip to content

Instantly share code, notes, and snippets.

@barhoring
Last active September 8, 2020 19:09
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 barhoring/5599a809e1ad968b0fbd2e0844143295 to your computer and use it in GitHub Desktop.
Save barhoring/5599a809e1ad968b0fbd2e0844143295 to your computer and use it in GitHub Desktop.
My resume
{
"basics": {
"name": "Bar Horing Amir",
"label": "Web entusiastic, Software developer, Full Stack Software Developer",
"picture": "https://avatars0.githubusercontent.com/u/16229686?s=460&u=97b15c7a0f353b6097b4df96bdc6fc59d64b9729&v=4",
"email": "N/A",
"phone": "(+972) 0545-407-404",
"website": "https://barhoringamir.com/",
"summary": "A summary of John Doe...",
"location": {
"address": "N/A",
"postalCode": "N/A",
"city": "Tel Aviv",
"countryCode": "ISR",
"region": "HaMerkaz"
},
"profiles": [
{
"network": "Github",
"username": "barhoring",
"url": "https://github.com/barhoring"
},
{
"network": "StackOverflow",
"username": "bar-horing",
"url": "https://stackoverflow.com/users/6683217/bar-horing?tab=profile"
},
{
"network": "Linkedin",
"username": " Bar Horing Amir",
"url": "https://www.linkedin.com/in/bar-horing-3370a3130/"
}
]
},
"about": {
"text": "Hi, my name’s Bar and I am a mid-level software engineer. Besides building software I also have experience in designing appealing user-experience-oriented web apps and being responsible for version control (git). I have worked at start-ups as well as corporations gaining skills in teamwork and interpersonal relationships. In the office, I am considered the go-to girl for questions and help. My Stack Overflow profile has impacted 1.3 million programmers so far and my Github profile contains over 100 public repositories and gists. I have a BSc in Computer Science and Psychology with emphasis on Neuroscience from Tel-Aviv University where I received 3 certificates of honor for my academic achievements. During my academic studies, I have teamed with professors, teaching assistants, and colleagues taking an important part in research and experiments; eventually resulted in 2 articles being published by leading journals in Psychology and Neurofeedback. I am most skilled in: React, Javascript."
},
"work": [
{
"company": "Microsoft",
"position": "Full-Stack Web Developer at Excel-Online",
"website": "https://www.microsoft.com/he-il",
"startDate": "May 2018",
"endDate": "April 2020",
"summary": "Writing and deisgning cross-end accessibility features. Writing new ribbon in React",
"highlights": ["Started the company"]
},
{
"company": "Smartgreen",
"position": "Full-Stack Web Developer",
"website": "",
"startDate": "Jul 2017",
"endDate": "Feb 2018",
"summary": "building the b2b dashboard. Responsible for version control (git)",
"highlights": ["Started the company"]
},
{
"company": "YOTPO",
"position": "Student position as Full-Stack Web Developer",
"website": "",
"startDate": "March 2016",
"endDate": "Oct 2016",
"summary": "fixing bugs in RoR and AngularJS",
"highlights": ["Started the company"]
}
],
"projects": [
{
"name": "Chrome Extension: boilerplate code for creating new chorme extensions to override default new tab behaviour",
"website": null,
"summary": "This repo is a simple ready-to-use boilerplate code for developing chrome extensions. specifically, a type of extensions that are referred to as New-Tab-Override. These. extensions allow the user to change the appearance of the new tab; examples of popular extensions include Speed Dial 2 and Momentum. The code is available on Github: https://github.com/barhoring/chrome-new-tab-override-boilerplate",
"github": "https://github.com/barhoring/chrome-new-tab-override-boilerplate"
},
{
"name": "sublet-tlv.com",
"website": "https://sublet-tlv.com/",
"summary": "Apartments available for rent in Tel Aviv pinned on a map. I used Puppettier to scrape posts from Facebook, parse them, convert the human address to coordinates and display on a react wrapper of around a map. Due to Facebook’s rules against scrapping this site displays a small number of old posts",
"media": { "type": "animated_gif", "source": "sublet-tlv.gif" }
},
{
"name": "Keren's Amazing Sandwich",
"summary": "Built with React-Native this little app fetches and displays a food menu, and let's you send the order immidiatly via WhatsApp",
"media": {
"type": "animated_gif",
"source": "keren-sandwich.gif"
}
}
],
"volunteer": [{}],
"education": [
{
"institution": "Tel Aviv University",
"area": "Software Development",
"studyType": "BSc in Computer Science and Psychology with emphasis on Neuroscience",
"startDate": "May 2014",
"endDate": "Aug 2017",
"gpa": "90"
}
],
"awards": [
{
"title": "Award",
"date": "2014-11-01",
"awarder": "Company",
"summary": "There is no spoon."
}
],
"publications": [
{
"name": "Design and Implementation of a Novel Subject-Specific Neurofeedback Evaluation and Treatment System",
"publisher": "Annals of Biomedical Engineering",
"releaseDate": "15 February 2019",
"website": "https://link.springer.com/article/10.1007/s10439-019-02228-x",
"authors": "Gil Issachar, Tami Bar-Shalita, Yair Baruch, Bar Horing & Sigal Portnoy"
},
{
"name": "The Decline in Task Performance After Witnessing Rudeness Is Moderated by Emotional Empathy—A Pilot Study",
"publisher": " Frontiers in Psychology",
"releaseDate": "07 July 2020",
"website": "https://www.frontiersin.org/articles/10.3389/fpsyg.2020.01584/full?&utm_source=Email_to_authors_&utm_medium=Email&utm_content=T1_11.5e1_author&utm_campaign=Email_publication&field=&journalName=Frontiers_in_Psychology&id=509763",
"authors": "Gadi Gilam, Bar Horing, Ronny Sivan, Noam Weinman and Sean C. Mackey"
}
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": ["HTML", "CSS", "Javascript"]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Wildlife",
"keywords": ["Ferrets", "Unicorns"]
}
],
"references": [
{
"name": "Jane Doe",
"reference": "Reference..."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment