Commit graph

20 commits

Author SHA1 Message Date
95cf8dbcd6
feat: update CV and project
Changes:

- Add Adarga employment section
- Refined Experian employment section
- Removed GitLab CI files
- Updated Dockerfile
- Updated Magefiles
2023-02-14 07:30:27 +00:00
4a2d557a52
feat: update employment section 2022-04-01 07:21:42 +01:00
ea35cd244b
fix(cv): add packer 2022-02-03 09:03:58 +00:00
8194e95852
feat: update CV with latest experiences
- build CV with the latest cv builder image.
- update main job title.
- update location.
- add link to linkedin profile.
- update summary.
- update the skills section.
- update experience with Experian.
2022-02-02 01:47:39 +00:00
feb5f35e18
feat: add experiences at Experian
Changes include:

- update current job title.
- update personal summary.
- add configuration management category for skills section.
- add Terraform and Vault to the skills section.
- add details on Experian experience.
- refactor details on other experiences.
- remove learning Japanese from hobbies.
- add some details regarding personal projects.
2020-09-13 13:47:40 +01:00
4cbf49bcf5 feat: add details of current employment 2020-08-03 23:28:18 +00:00
02d2f7a7db
updated summary and removed hyperlinks
This commit includes updates to the summary section to
highlight my desire to continue as a Software Engineer
in the Automation space.

This commit also removes the hyperlinks from the GitHub
and GitLab URLs.
2020-03-09 11:57:25 +00:00
705f670fbf
fix: JLPT this July not next 2020-02-09 09:18:49 +00:00
41abb52089
updated CV summary
- add more focus on using and learning Go.
- highlight desire to transition to a software engineering role.
2020-02-08 18:40:01 +00:00
95bd888c18
ci: add spell checking in CI pipeline
This commit adds a spell checking job to the testing
stage of the GitLab CI pipeline.
GNU Aspell is used to check the spelling of the JSON
CV.

The following changes are made in this commit:

- created a wrapper script that uses GNU Aspell to check
the word spellings in the CV. Errors are printed to the screen.
- created a make target to run the spellcheck script.
- created a new job in the test stage to run the new make target.
- create a custom word list for this project.
- corrections made in CV.
2020-02-08 13:56:21 +00:00
7ca819fa04
refactor: add structure for start and end dates
The start and end dates for employment and
education experiences were free-form strings.

This commit changes adds a Date struct with Year and Month
variables and declares the Duration field as a type Date.

The TEX template is updated to reflect the change. The resulting
PDF will not change.
2020-02-07 18:46:21 +00:00
c650820b1e
updated Ocado Technology employment section
changes include:

- update employment end date.
- refactor employment details.
- corrected spelling errors.
2020-02-07 17:57:13 +00:00
3b69a589fd
feat: added studying Japanese as a hobby 2019-08-25 02:34:00 +01:00
b44e522f38
refactor: updates after self review 2019-08-25 01:42:02 +01:00
45c239b5c0
change: print phone number when set via CV_CONTACT_PHONE 2019-08-24 05:03:08 +01:00
bdb0a0a032
feat: added experience at Ocado Technology 2019-08-22 08:59:42 +01:00
94e8be7f98
feat: added hobbies and interests 2019-08-18 07:47:23 +01:00
88981882c4
feat: Added CV Summary
JSON does not support splitting a string into multiple lines so I've
changed the Summary field from string to []string. I've created a func
called join that uses strings.Join() to concatenate all elements of
Summary into a single string.
2019-08-18 04:07:19 +01:00
d3eceb1db8
update jobTitle to the latest role title 2019-08-17 21:22:51 +01:00
a7b1d7d2cd
feat: created CV using ConTeXt, Go and JSON
- ConTeXt is used for the CV template.
- CV data is stored in a JSON document.
- A small Go script is used to parse the JSON data and render
  the final cv.tex file.
- ConTeXt is then used to render the CV in PDF (other formats to be
  supported soon).
2019-07-30 23:52:56 +01:00