Commit graph

7 commits

Author SHA1 Message Date
4a2d557a52
feat: update employment section 2022-04-01 07:21:42 +01: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
5fd72b045a
refactor: replace make with mage
This commit removes the Makefile and uses mage to build the CV files and Docker images.

Changes include:

- All make targets are re-written in go in magefile.go
- The spellcheck script is now written in go and is part of the magefile
- Created mage.go to remove dependency on a mage binary
- Updated CI pipelines to use mage
- Removed unused Makefile
- Removed unused spellcheck bash script
- Cleaned up .gitignore
- Updated .aspell/.aspell.en.pws

NOTE: The updated pipeline for generating the docker image is untested for this MR.
2020-08-09 05:08:30 +01:00
4cbf49bcf5 feat: add details of current employment 2020-08-03 23:28:18 +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