Skip to content

Commit

Permalink
Update experience
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbimantico committed Sep 27, 2022
1 parent 136636d commit f6811e7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
24 changes: 18 additions & 6 deletions cv.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,22 @@ I am a team player and I deeply care about the products I work on. I like to get
color: '#b3002a',
work: [{

name: 'Nutmeg',
position: 'Senior Software Engineer',
startDate: 'Feb 2022', endDate: 'now',
tools: [ 'React 17', 'SASS', 'Node 16', 'RTL', 'Jenkins', 'Argo', 'Terraform', /* 'AWS', 'Enzime', 'Gitlab', 'Jira Cloud', */ ],
summary: `
As part of Nutmeg's product team I've developed UI elements with great detail on accessibility and simplicity.
Collaborated with colleagues while leading or being lead in initiatives, and also with BE, UX and infrastructure teams.
`

}, {

name: 'Ocado Technology',
position: 'Software Engineer Ⅱ',
startDate: 'Jan 2020', endDate: 'now',
tools: [ 'React 17', 'Redux', 'styled-components 5', 'Node 14', /* 'RTL', 'Enzime', 'Gitlab', 'Jira Cloud', */ ],
startDate: 'Jan 2020', endDate: 'Jan 2022',
tools: [ 'React 17', 'Redux', 'styled-components 5', 'Node 14', 'RTL', /* 'Enzime', 'Gitlab', 'Jira Cloud', */ ],
summary: `
Ocado's development culture relies on high autonomy.
Expand All @@ -58,7 +70,7 @@ I worked with my colleagues on cutting edge frontend responsibilities like acces
name: 'Loveholidays',
position: 'Frontend web developer',
startDate: 'May 2018', endDate: '2020',
tools: [ 'React 16', 'Redux', 'styled-components 5', /* 'Sass', 'redux-sagas', 'Enzime', 'Github', 'Jira Cloud', 'Karma', 'Optimizely', 'Google Analytics', 'Google Optimize', */ ],
tools: [ 'React 16', 'Redux', 'styled-components 5', 'Sass', /* 'redux-sagas', 'Enzime', 'Github', 'Jira Cloud', 'Karma', 'Optimizely', 'Google Analytics', 'Google Optimize', */ ],
summary: `
My time at Loveholidays was completely in sync with the needs of their business.
I joined to help scale the business internationally and migrating from Django into a React frontend.
Expand Down Expand Up @@ -87,21 +99,21 @@ I took the initiative on improving performance through rooting for reusable comp
name: 'Imatia innovation',
position: 'Full stack web developer',
startDate: 'Jun 2016 Jun', endDate: '2017',
tools: [ 'Angular 2', 'TypeScript 2', 'Sass', 'Node 6', /* 'Gulp 3', 'Gitlab', 'Docker', 'Scala', 'Java', 'Hadoop', */ ],
tools: [ 'Angular 2', 'TypeScript 2', 'Sass', 'Node 6', 'Docker', 'Scala', 'Java', 'Hadoop', /* 'Gulp 3', 'Gitlab', */ ],

}, {

name: 'ViewNext',
position: 'Full stack web developer',
startDate: 'Jun 2015', endDate: 'Jun 2016',
tools: [ 'Angular 1', 'jQuery 1', 'HTML 4', 'CSS 2', /* 'Backbone', 'Java 5', 'SVN', 'JSP', 'Jira', 'DB2', */ ],
tools: [ 'Angular 1', 'Java 5', 'DB2', /* 'jQuery 1', 'HTML 4', 'CSS 2', 'Backbone', 'SVN', 'JSP', 'Jira', */ ],

}, {

name: 'University of Vigo',
position: 'Full stack web developer',
startDate: 'Nov 2013', endDate: 'May 2015',
tools: [ 'D3js', 'jQuery 1', 'HTML 5', 'CSS 3', /* 'Ruby-on-Rails', 'Java', 'Weka', 'RapidMiner', 'Python', */ ],
tools: [ 'D3js', 'jQuery 1', 'Ruby-on-Rails', /* 'HTML 5', 'CSS 3', 'Java', 'Weka', 'RapidMiner', 'Python', */ ],

}],
education: [{
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ http.createServer(function (req, res) {
});
}).listen(3000, (error) => {
if (error) return console.log(error);
console.log('Now serving at https://localhost:3000');
console.log('Now serving at http://localhost:3000');
});
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Curriculum Vitae",
"author": "Cesar Costas Carrera",
"version": "3.0.kaa",
"version": "3.0.l9q",
"short_name": "CVjs",
"start_url": "/cv",
"display": "standalone",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cv",
"author": "Cesar Costas Carrera",
"version": "1.0.0",
"version": "3.0.l9q",
"private": false,
"homepage": "http://gatsbimantico.github.io/cv",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (app) {
'use strict';

const CACHE_NAME = 'CVjs-3.0.kaa',
const CACHE_NAME = 'CVjs-3.0.l9q',
externalUrlsToCache = [
'https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700|Work+Sans:300,600&display=swap',
],
Expand Down

0 comments on commit f6811e7

Please sign in to comment.