Skip to content

Commit

Permalink
change about me section, hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 committed Jan 2, 2024
1 parent 839e6e7 commit c7db678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="Charles Guertin"
RUN apk add --update --no-cache git && \
apk upgrade

ENV HUGO_VERSION=v0.111.3
ENV HUGO_VERSION=v0.121.1
RUN go install github.com/gohugoio/hugo@${HUGO_VERSION}

COPY src/ /src
Expand Down
12 changes: 6 additions & 6 deletions src/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ ShowToc: true
TocOpen: false
---

<img loading="lazy" src="/img/profile.png" alt="Profile pic" width="250">
<img loading="lazy" src="/img/profile.webp" alt="Profile pic" width="450">

## :ice_hockey_stick_and_puck: Charles Guertin
## Charles Guertin

Charles Guertin, from Montréal (Québec, Canada), graduate in Software Engineering @ ÉTS Montréal (B. Eng). I speak fluently in both French :fr: and English :uk:. **Huge** Montréal Canadiens fan. I try to travel whenever I can. I also enjoy reading books of all kinds and listening to all genres of music on my turntable.

## :hammer_and_wrench: Work
## Professional Experience

I currently work as a Site Reliability Expert (SRE) in the Lightspeed Commerce organization. I specialize in distributed systems (mostly Kubernetes), automation and programming involving Go -- my language of choice. In the past, I have worked for several companies, including big, medium and small ones, where I developed different sets of skills.
I currently work as a Site Reliability Expert (SRE) for the Lightspeed Commerce organization. I specialize in distributed systems (mostly Kubernetes), automation and programming involving Go -- my language of choice. In the past, I have worked for several companies, including big, medium and small ones, where I developed different sets of skills & tackled on challenging projects.

## :man-raising-hand: Volunteering
## Volunteering

When I arrived at ÉTS in September of 2018, I joined an open source student club called [CEDILLE](https://cedille.etsmtl.ca). I was later voted **Captain** of the club in October 2019, a position I held for two years. Since then, we as a club have accomplished a lot. From growing plants using Raspberry Pis, to deploying & managing a production infrastructure on Google Kubernetes Engine (GKE). As Captain, my role consisted of leading members through their projects, recruiting and training new members, negociating contracts with sponsors, organizing club activities, etc. It was definitely not easy, combined with a part-time job and full time studies, but I'm super grateful for the opportunity to have had this role. If it weren't for CEDILLE, I probably wouldn't have specialized in Site Reliability Engineering (SRE).

## :open_file_folder: Personal projects I'm working on
## Personal projects

* [infra](https://github.com/cguertin14/infra) which is my personal homelab infrastructure running on [k3s](https://k3s.io)
* [k3s-ansible-ha](https://github.com/cguertin14/k3s-ansible-ha) which is my homelab's Ansible playbook
Expand Down
Binary file added src/static/img/profile.webp
Binary file not shown.

0 comments on commit c7db678

Please sign in to comment.