Skip to content

Commit

Permalink
update resume file and heroku version
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Edwar committed Feb 10, 2021
1 parent 921025f commit 3630db0
Showing 1 changed file with 123 additions and 27 deletions.
150 changes: 123 additions & 27 deletions resume.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,125 @@
{
"info": {
"_postman_id": "34d69ac2-2591-4f9d-a604-39aed40fcd88",
"name": "resume API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "my-first-api",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:3333/edeced",
"protocol": "http",
"host": [
"localhost"
],
"port": "3333",
"path": [
"edeced"
]
},
"description": "resume endpoint\n"
},
"response": []
}
]
"basic": {
"bio": {
"fName": "Edward",
"lName": "Cedano",
"label": "Programmer",
"email": "cedanoedward@gmail.com",
"phone": "(###) ###-###",
"summary": "I am a yogi that happens to love code. As a Fullstack Developer, the apps I've built demonstrate my understanding of frontend design and backend funtionality.",
"location": {
"city": "Chicago",
"countryCode": "US",
"region": "Midwest"
}
},
"profiles": [
{
"network": "Github",
"username": "edeced",
"profileURL": "https://github.com/edeced"
},
{
"network2": "Linkedin",
"username2": "edward-cedano-592922a7",
"profileURL2": "https://www.linkedin.com/in/edward-cedano-592922a7/"
},
{
"network3": "twitter",
"username3": "ededced",
"profileURL3": "https://twitter.com/ededced"
}
],
"work": [
{
"company": "ULEM",
"position": "Programmer",
"website": "https://www.ulem.org/",
"startDate": "2020-10-26",
"endDate": "2021-04-01",
"summary1": "Description...",
"highlights": [
{
"project": "Community Project",
"contribution": "Build section..."
}
]
},
{
"company2": "Brodney & Sons Flooring",
"position2": "Project Manager",
"website2": "https://www.brodneysons.com/",
"startDate2": "2018-07",
"endDate2": "2020-09",
"summary2": "Description...",
"highlights2": [
{
"project2": "MIT",
"contribution2": "Manage account..."
}
]
}
],
"skills": [
{
"skill": "Web Development",
"level": "Experienced",
"exampleURL": "https://potential-jobs.edeced.vercel.app/",
"tools": [
"HTML",
"CSS",
"Javascript"
]
},
{
"skill2": "Backend App Development",
"level": "Intermediate",
"exampleURL2": "https://arcane-woodland-74817.herokuapp.com/",
"tools2": [
"Javascript",
"Node.js",
"npm",
"API's"
]
}
],
"languages": [
{
"languageS": "Spanish",
"fluency": "Native"
},
{
"languageE": "English",
"fluency": "Native"
}
],
"references": [
{
"ref": "Joan Ortiz",
"reference": "https://twitter.com/ORTIZtheGREAT"
},
{
"ref2": "Christopher Cruz",
"reference2": "https://linkedin.com/in/chris-cruz-917a643b"
}
],
"interest": [
{
"title": "Yoga",
"keywords": "Yogi, breathing, stretch"
},
{
"title2": "Basketball",
"keywords2": "Recreational, Running, Ball, Dribble"
},
{
"title3": "Painting",
"keywords3": "Canvas, Paint, Art"
},
{
"title4": "Music",
"keywords4": "Listening, Playing, Instrument"
}
]
}
}

0 comments on commit 3630db0

Please sign in to comment.