Skip to content

Commit

Permalink
Add more details, improve release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrp committed Oct 10, 2023
1 parent 3d5be36 commit d97d6eb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: cv
- name: Rename
run: mv cv.pdf cv-$GITHUB_REF_NAME.pdf
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
cv.pdf
cv-$GITHUB_REF_NAME.pdf
1 change: 1 addition & 0 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
%-------------------------------------------------------------------------------
% 3rd party packages
%-------------------------------------------------------------------------------
\RequirePackage{lastpage}
% Needed to make fixed length table
\RequirePackage{array}
% Needed to handle list environment
Expand Down
5 changes: 3 additions & 2 deletions cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
\usepackage{lastpage}

% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
Expand Down Expand Up @@ -84,8 +85,8 @@
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Ivan Greguric-Ortolan~~~·~~~Résumé}
{\thepage}
{Ivan Greguric-Ortolan~~~·~~~CV}
{\thepage/\pageref{LastPage}}

%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
Expand Down
15 changes: 8 additions & 7 deletions sections/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,38 @@

\cvskill
{General} % Category
{Architecture Design, High Availability, Resilience, Event Driven Design, Functional Programming, Data Streaming, ETL} % Skills
{Architecture Design, Design Patterns, High Availability, Resilience, Event Driven Design, Functional Programming,\newline
Data Streaming, ETL, Data Analytics, API Design, TDD, DDD, Unit Testing, E2E Testing} % Skills

%---------------------------------------------------------
\cvskill
{Programming} % Category
{Java, Rust, Javascript, Typescript, Kotlin, Scala, GoLang, Haskell, SQL, SH/BASH, Python, C/C++, LaTeX} % Skills
{Java, Rust, Javascript, Typescript, Python, Kotlin, Scala, GoLang, Haskell, SQL, SH/BASH, C/C++, LaTeX, UML} % Skills

%---------------------------------------------------------
\cvskill
{Front-end} % Category
{Angular, React, Vue, Astro, HTML5, CSS3, Redux, SASS/SCSS, Webpack, Next.js, Nuxt.js, RxJs} % Skills
{Angular, React, Vue.js, Astro, HTML5, CSS3, Redux, SASS/SCSS, Webpack, Next.js, Nuxt.js, RxJs, Nativescript} % Skills

%---------------------------------------------------------
\cvskill
{Back-end} % Category
{Spring, Webflux, Quarkus, Node, Nest.js, OAS3, GraphQL, Envoy, Traefik, OpenCV} % Skills
{Spring, Webflux, Quarkus, Node.js, Nest.js, OAS3, GraphQL, OpenCV} % Skills

%---------------------------------------------------------
\cvskill
{Platform} % Category
{Kafka, Elasticsearch, Redis, ClickHouse, Snowplow, MQTT, RabbitMQ, PostgreSQL, DynamoDB} % Skills
{Kafka, Elasticsearch, Redis, ClickHouse, Snowplow, MQTT, RabbitMQ, PostgreSQL, DynamoDB, MongoDB} % Skills

%---------------------------------------------------------
\cvskill
{DevOps} % Category
{AWS, Azure, Docker, Kubernetes, Istio, Terraform, Ansible, CI/CD, NewRelic, Splunk, Sentry} % Skills
{AWS, Azure, Docker, Kubernetes, Istio, Envoy, Traefik, Terraform, CI/CD, NewRelic, Splunk, Sentry} % Skills

%---------------------------------------------------------
\cvskill
{Language} % Category
{Italian (Native), Croatian (C2), English (C2), German (B1)} % Skills
{Italian (Native), Croatian (C2), English (C2), German (B1 Speaking, C1 Comprehension)} % Skills

%---------------------------------------------------------
\end{cvskills}

0 comments on commit d97d6eb

Please sign in to comment.