Skip to content

Commit

Permalink
fixes #7: Sort elements by date
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancea committed Oct 24, 2023
1 parent 5c432e4 commit d8a95f9
Show file tree
Hide file tree
Showing 13 changed files with 255 additions and 155 deletions.
128 changes: 65 additions & 63 deletions CV/MAC.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,39 +42,6 @@
},
"experience": {
"jobs": [
{
"organization": {
"name": "Factorial HR",
"image": {
"alt": "channels4_profile.jpg",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/20/44265656-6995-4753-8f5e-947a6457fb19_channels4_profile.jpg"
}
},
"roles": [
{
"name": "Senior software engineer",
"startDate": "2022-05-01",
"competences": [
{
"name": "React",
"type": "technology"
},
{
"name": "Ruby",
"type": "technology"
},
{
"name": "Ruby on Rails",
"type": "technology"
},
{
"name": "TypeScript",
"type": "technology"
}
]
}
]
},
{
"organization": {
"name": "Manfred",
Expand Down Expand Up @@ -170,6 +137,39 @@
}
]
},
{
"organization": {
"name": "Factorial HR",
"image": {
"alt": "channels4_profile.jpg",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/05/20/44265656-6995-4753-8f5e-947a6457fb19_channels4_profile.jpg"
}
},
"roles": [
{
"name": "Senior software engineer",
"startDate": "2022-05-01",
"competences": [
{
"name": "React",
"type": "technology"
},
{
"name": "Ruby",
"type": "technology"
},
{
"name": "Ruby on Rails",
"type": "technology"
},
{
"name": "TypeScript",
"type": "technology"
}
]
}
]
},
{
"organization": {
"name": "Corunet"
Expand Down Expand Up @@ -401,18 +401,27 @@
"projects": [
{
"details": {
"name": "BOE parser",
"description": "Small scrapper library and service to load the Spanish BOE auctions into a database, as well as send notifications about new auctions.",
"URL": "https://github.com/ivancea/boe-auctions"
"name": "Auto-Stock list",
"description": "Stocks listing app to keep track of the stock of items, and predict when the items should be re-stocked.",
"URL": "https://github.com/ivancea/autostocklist"
},
"type": "sideProject",
"roles": [
{
"name": "Developer",
"startDate": "2022-06-01",
"finishDate": "2022-07-01",
"competences": [
{
"name": "C#",
"name": "React",
"type": "technology"
},
{
"name": "Rust",
"type": "technology"
},
{
"name": "TypeScript",
"type": "technology"
}
]
Expand All @@ -421,26 +430,19 @@
},
{
"details": {
"name": "Auto-Stock list",
"description": "Stocks listing app to keep track of the stock of items, and predict when the items should be re-stocked.",
"URL": "https://github.com/ivancea/autostocklist"
"name": "BOE parser",
"description": "Small scrapper library and service to load the Spanish BOE auctions into a database, as well as send notifications about new auctions.",
"URL": "https://github.com/ivancea/boe-auctions"
},
"type": "sideProject",
"roles": [
{
"name": "Developer",
"startDate": "2021-05-01",
"startDate": "2022-06-01",
"finishDate": "2022-08-01",
"competences": [
{
"name": "React",
"type": "technology"
},
{
"name": "Rust",
"type": "technology"
},
{
"name": "TypeScript",
"name": "C#",
"type": "technology"
}
]
Expand All @@ -461,7 +463,7 @@
"roles": [
{
"name": "Developer",
"startDate": "2020-06-01",
"startDate": "2022-06-01",
"competences": [
{
"name": "Android",
Expand Down Expand Up @@ -574,21 +576,13 @@
"publicArtifacts": [
{
"details": {
"name": "Tuenti Challenge 8: 2nd place",
"name": "Other highlight",
"description": "Programming and networking anual contest hosted by Tuenti.",
"URL": "https://medium.com/makingtuenti/we-made-the-impossible-possible-in-the-tuenti-challenge-8-edition-619df6d56381",
"image": {
"alt": "tuenti-300x300.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/04/22/6c6fed10-9b03-4a5f-9d6d-101639c2b170_tuenti-300x300.png"
}
"URL": "https://medium.com/makingtuenti/we-made-the-impossible-possible-in-the-tuenti-challenge-8-edition-619df6d56381"
},
"type": "achievement",
"publishingDate": "2018-05-01",
"relatedCompetences": [
{
"name": "C++",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
Expand All @@ -598,13 +592,21 @@
},
{
"details": {
"name": "Other highlight",
"name": "Tuenti Challenge 8: 2nd place",
"description": "Programming and networking anual contest hosted by Tuenti.",
"URL": "https://medium.com/makingtuenti/we-made-the-impossible-possible-in-the-tuenti-challenge-8-edition-619df6d56381"
"URL": "https://medium.com/makingtuenti/we-made-the-impossible-possible-in-the-tuenti-challenge-8-edition-619df6d56381",
"image": {
"alt": "tuenti-300x300.png",
"link": "https://media-asgard.s3.eu-west-1.amazonaws.com/22/04/22/6c6fed10-9b03-4a5f-9d6d-101639c2b170_tuenti-300x300.png"
}
},
"type": "achievement",
"publishingDate": "2018-05-01",
"relatedCompetences": [
{
"name": "C++",
"type": "technology"
},
{
"name": "Python",
"type": "technology"
Expand Down
Loading

0 comments on commit d8a95f9

Please sign in to comment.