From 51e9b1b79aa0eb0e931f4de0f49c58a5aa8e4266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 12 Aug 2021 16:45:28 +0200 Subject: about: scaffold more content --- src/a/index.md | 7 ++++- src/a/random-thoughts.md | 12 +++++++++ src/a/resume.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ src/b/2021-08-status.md | 23 ++++++++++++++++ 4 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 src/a/random-thoughts.md create mode 100644 src/a/resume.md create mode 100644 src/b/2021-08-status.md diff --git a/src/a/index.md b/src/a/index.md index 5c16da4..29f0aac 100644 --- a/src/a/index.md +++ b/src/a/index.md @@ -1 +1,6 @@ -Software developer, devops, hacker +title: about + +Software developer, devops, hacker. + +- me[at]rgoncalves+se +- @romaingoncalves:ungleich.ch diff --git a/src/a/random-thoughts.md b/src/a/random-thoughts.md new file mode 100644 index 0000000..346aabd --- /dev/null +++ b/src/a/random-thoughts.md @@ -0,0 +1,12 @@ +title: Random thoughts + +> Skills first + +
+ +> I am not the clothes I wear nor the job I work for. + +
+ +> Code is dead code the second you pushed it on the master branch. + diff --git a/src/a/resume.md b/src/a/resume.md new file mode 100644 index 0000000..7ae922d --- /dev/null +++ b/src/a/resume.md @@ -0,0 +1,69 @@ +header: false +footer: false + +## about + +- Romain Gonçalves +- Besançon, France +- me@rgoncalves.se +- [linkedin](linkedin.com/in/rgoncalvesse) + +> I am a software developer and I love suckless software! + +- [generic info](/a) + +## skills + +### systems + +- BSD +- GNU/Linux + *systemd* +- relayd, posrges, pf, wireguard, httpd + +### programming + +- Python + Django +- POSIX shell +- C programming language + +### languages + +- French (native) +- English + +## experiences + +- Backend developer + - at VIPERdev + - from 2020-07 + +- Intern (django/devops) + - at VIPERdev + - from 2020-04 to 2020-06 + - abstract: Fix and contribute to client projects. + +- Homelab and internal network + - for fun! + - from 2020 + - with OpenBSD and love! + +- Level Designer + - for Resistance And Liberation + - from 2018-07 to 2020-11 + - on Unreal Engine 4 + +## extra + +When I am not playing `factorio` or squashing my commits, +I enjoy riding my bicycle or going for a run! + +I have had a lot of fun being a `dungeon master` when playing +Dungeons and Dragons with my friends! + +I love using my *Thinkpad X220* with OpenBSD for daily life =) + + diff --git a/src/b/2021-08-status.md b/src/b/2021-08-status.md new file mode 100644 index 0000000..33fac8f --- /dev/null +++ b/src/b/2021-08-status.md @@ -0,0 +1,23 @@ +title: Status update, August 2021 +date: 2021-08-12 + +This is the first status update! +You can expect regular status updates each month. + +These last two months I have been busy moving and setting up my homelab to +my new place. The current place has its gateway connected directly to fiber, +an increased connectivity speed is expected for accessing services that I host +(factorio, miniflux, ...). + +I have started to write from scratch this website's generation +[script](https://git.rgoncalves.se/_infrastructure/website). I have +decided to ditch my fork of [ssg](https://www.romanzolotarev.com/ssg.html) and +introduce templating + pseudo-yaml options thanks to lowdown. While it is +still a bit 'rough', most of the templating functionnality are usable. + +Continuing in the development department, I refactored most of my ansible +roles. I have also welcomed the third generation of my infrastructure setup! +A major feature is about a secondary domain controller, mainly for the internal +network. Its goal is to centralize `ldap` and `databases` services. Currently, +it hosts a grafana instance with the list of hosts deployed directly from +ansible, and an internal git server with a locked-down cgit frontend. -- cgit v1.2.3