Skip to content

Commit

Permalink
add jobentry
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 5, 2025
1 parent 51d5e9a commit 85182d1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@
devShells.default = pkgs.mkShellNoCC {
packages = (lib.attrValues scriptDrvs) ++ [
typst
pkgs.gnuplot
pkgs.pympress
];

shellHook = ''
Expand All @@ -165,6 +163,7 @@

env = {
TYPST_FONT_PATHS = fontsConf;
TYPST_PACKAGE_CACHE_PATH = "${config.packages.typst-packages}/typst/packages";
};
};
};
Expand Down
22 changes: 21 additions & 1 deletion src/cv/cv-theme.typ
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@
type: "Full time",
date: "07/2019 — 06/2024",
tags: (
link("https://en.wikipedia.org/wiki/Nix_(package_manager)")[Nix],
link("https://symfony.com/")[Symfony],
link("https://www.doctrine-project.org/")[Doctrine],
link("https://api-platform.com/")[API Platform],
link("https://en.wikipedia.org/wiki/Oracle_Database")[Oracle],
link("https://en.wikipedia.org/wiki/Nix_(package_manager)")[Nix],
link("https://en.wikipedia.org/wiki/Docker_(software)")[Docker],
link("https://en.wikipedia.org/wiki/Infrastructure_as_code")[IAC],
),
Expand All @@ -174,6 +174,26 @@
solutions and the necessary development infrastructure for multiple teams, with
a focus on creating reproducible and ephemeral development environments based on Nix.
]

#jobEntry(
title: "Software Engineer",
company: [#link("https://ec.europa.eu")[European Commission]],
location: "Bruxelles",
type: "Full time",
date: "06/2015 — 06/2019",
tags: (
link("https://en.wikipedia.org/wiki/PHP_(programming_language)")[PHP],
link("https://drupal.org")[Drupal],
link("https://en.wikipedia.org/wiki/Git")[Git],
link("https://en.wikipedia.org/wiki/Docker_(software)")[Docker],
),
)[
Hired under the behalf of a consultancy company, working at DIGIT D.1 on
the Next Europa platform and OpenEuropa running respectively Drupal 7
and Drupal 8. My role was to design and implement features for the
internal web publishing platform, ensuring the best practices in terms
of security, performance, and scalability.
]
]

grid(
Expand Down

0 comments on commit 85182d1

Please sign in to comment.