From f6811e71a124102317833d4642054ed58c9004b8 Mon Sep 17 00:00:00 2001 From: Cesar Costas Carrera Date: Tue, 27 Sep 2022 21:50:10 +0100 Subject: [PATCH] Update experience --- cv.js | 24 ++++++++++++++++++------ index.js | 2 +- manifest.json | 2 +- package.json | 2 +- service-worker.js | 2 +- 5 files changed, 22 insertions(+), 10 deletions(-) diff --git a/cv.js b/cv.js index 1d4b243..9bb5a8c 100644 --- a/cv.js +++ b/cv.js @@ -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. @@ -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. @@ -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: [{ diff --git a/index.js b/index.js index b57f885..d7bd50d 100644 --- a/index.js +++ b/index.js @@ -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'); }); \ No newline at end of file diff --git a/manifest.json b/manifest.json index 142d59a..73c8cb4 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index efd9a86..9e451c9 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/service-worker.js b/service-worker.js index 185d144..b828cd8 100755 --- a/service-worker.js +++ b/service-worker.js @@ -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', ],