Skip to content

Instantly share code, notes, and snippets.

@harmolipi
Created July 5, 2023 06:56
Show Gist options
  • Save harmolipi/2d9b5ebda0600b22ba8f839495cd1354 to your computer and use it in GitHub Desktop.
Save harmolipi/2d9b5ebda0600b22ba8f839495cd1354 to your computer and use it in GitHub Desktop.
resume.json
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Nicholas Birbilis",
"label": "Junior Web Developer",
"picture": "https://en.gravatar.com/userimage/94523907/ed924669b5dd4d363f970b26a65b9abe.jpg?size=200",
"email": "nikob381@gmail.com",
"url": "https://harmolipi.github.io/niko-here/",
"summary": "Self-taught web developer and Vim enthusiast with 7 years of professional experience in basic web design, 2 years of experience in studying full-stack web development, and now working full-time as a junior web developer.",
"location": {
"city": "Jacksonville",
"countryCode": "US",
"region": "Florida"
},
"profiles": [
{
"network": "Github",
"username": "harmolipi",
"url": "https://github.com/harmolipi"
},
{
"network": "Linkedin",
"username": "Nicholas Birbilis",
"url": "https://www.linkedin.com/in/niko-birbilis/"
},
{
"network": "Twitter",
"username": "harmo_lipi",
"url": "https://twitter.com/harmo_lipi"
}
]
},
"work": [
{
"name": "GetUWired",
"location": "Dahlonega, GA",
"description": "A digital marketing agency that specializes in marketing automation and sales funnel creation.",
"position": "Junior Web Developer",
"url": "https://www.getuwired.com/",
"startDate": "2022-06-20",
"summary": "I am currently working as a junior web developer at GetUWired. I am primarily responsible for building and maintaining websites for clients using a variety of tech stacks.",
"highlights": [
"Built out Wordpress sites, plugins, and themes",
"Linked together different services via both Zapier and custom API integrations",
"Quickly learned many new technologies and their APIs, as needed, to craft custom solutions according to clients’ needs"
]
},
{
"name": "Orthodox Christian Mission Center",
"location": "St. Augustine, FL",
"description": "A non-profit organization that sends missionaries to spread the Orthodox Christian faith around the world.",
"position": "Marketing Coordinator",
"url": "https://www.ocmc.org/",
"startDate": "2018-07-16",
"endDate": "2022-07-17",
"summary": "I was responsible for managing the organization's social media accounts, creating and sending out email newsletters, and maintaining the organization's website.",
"highlights": [
"Increased email subscribers by 76% and social media followers by 38%",
"Helped revamp website and train staff on new Drupal and Blackbaud systems",
"Wrote, designed, assembled, and sent weekly email newsletters",
"Created a custom newsletter templating tool to help automate the newsletter creation process"
]
},
{
"name": "Greek Orthodox Archdiocese of America",
"location": "Brookline, MA",
"description": "The headquarters of the Greek Orthodox Church in the United States.",
"position": "Web Developer",
"url": "https://www.goarch.org/",
"startDate": "2015-01",
"endDate": "2017-09",
"summary": "I was responsible for supporting and creating parish websites for the Greek Orthodox Archdiocese of America.",
"highlights": [
"Launched and maintained 500+ parish websites",
"Helped revamp archdiocese website"
]
}
],
"education": [
{
"institution": "Hellenic College",
"url": "https://www.hchc.edu/",
"area": "Religious Studies",
"studyType": "Bachelor of Arts",
"startDate": "2011-09",
"endDate": "2015-05",
"score": "3.75 (Magna Cum Laude)"
},
{
"institution": "Holy Cross Greek Orthodox School of Theology",
"url": "https://www.hchc.edu/",
"area": "Theology",
"studyType": "Master of Divinity",
"startDate": "2015-09",
"endDate": "2018-05",
"score": "3.68"
}
],
"skills": [
{
"name": "Frontend",
"level": "Intermediate",
"keywords": [
"HTML/JSX",
"CSS/TailwindCSS",
"Javascript",
"React/NextJS",
"Ruby",
"Ruby on Rails",
"PHP",
"React",
"TailwindCSS"
]
},
{
"name": "Backend",
"level": "Intermediate",
"keywords": [
"Ruby on Rails",
"PHP",
"Node",
"WordPress"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Greek",
"fluency": "Fluent"
}
],
"interests": [
{
"name": "Architecture",
"keywords": [
"Pattern languages",
"Christopher Alexander"
]
},
{
"name": "Functional programming",
"keywords": [
"Elm",
"Hoon"
]
},
{
"name": "Music",
"keywords": [
"Jazz",
"Classical"
]
}
],
"projects": [
{
"name": "Odin Facebook",
"description": "Full stack social media site created in Rails",
"keywords": [
"Learning",
"Social media site",
"Rails"
],
"startDate": "2021-10-28",
"endDate": "2021-11-03",
"url": "https://github.com/harmolipi/odin-facebook",
"type": "website"
},
{
"name": "Chess",
"description": "Fully-functional chess game, made in Ruby and playable in the terminal",
"keywords": [
"Learning",
"OOP",
"Ruby"
],
"startDate": "2021-06-30",
"endDate": "2021-08-21",
"url": "https://github.com/harmolipi/chess",
"type": "game"
},
{
"name": "Parse Kindle Clippings",
"description": "Interface for parsing out and exploring Kindle ereader highlights",
"keywords": [
"Learning",
"OOP",
"NextJS"
],
"startDate": "2022-04-08",
"endDate": "2022-04-11",
"url": "https://github.com/harmolipi/parse-kindle-clippings",
"type": "webapp"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment