Skip to content

Commit

Permalink
Merge pull request #229 from aronnebrivio:release/1.7.0
Browse files Browse the repository at this point in the history
Release/1.7.0
  • Loading branch information
aronnebrivio authored Aug 11, 2024
2 parents a782bab + 62a267f commit 914d5d9
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 38 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/cd-beta.yml

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Use Node.js 14
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 22

- name: Install and Build 🔧
run: |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 17
- 22
cache:
directories:
- "node_modules"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 Aronne Brivio
Copyright (c) 2020-2024 Aronne Brivio

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# aronnebrivio.github.io
Personal frontpage • 👉 [aronnebrivio.dev](https://aronnebrivio.dev)

![](https://github.com/aronnebrivio/aronnebrivio.github.io/workflows/Publish%20on%20Github%20Pages/badge.svg?branch=production)
![](https://github.com/aronnebrivio/aronnebrivio.github.io/workflows/Publish%20beta%20on%20Surge/badge.svg?branch=develop)
![](https://github.com/aronnebrivio/aronnebrivio.github.io/workflows/cd/badge.svg?branch=production)
[![Build Status](https://travis-ci.com/aronnebrivio/aronnebrivio.github.io.svg?branch=production)](https://travis-ci.com/aronnebrivio/aronnebrivio.github.io)
[![Dependency status](https://david-dm.org/aronnebrivio/aronnebrivio.github.io.svg)](https://david-dm.org/aronnebrivio/aronnebrivio.github.io)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io?ref=badge_shield)
[![LICENSE](https://img.shields.io/badge/license-MIT-gold.svg)](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/master/LICENSE)

Expand All @@ -22,7 +20,7 @@ npm run build

This will create a new `dist` folder.

To automate the GitHub Page deploy I'm using [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) in my [GitHub workflow](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/production/.github/workflows/prod.yml) for the *production* environment and [surge](https://surge.sh/) for the *develop* one (betas are published at [beta.aronnebrivio.surge.sh](http://beta.aronnebrivio.surge.sh)).
To automate the GitHub Page deploy I'm using [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) in my [GitHub workflow](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/production/.github/workflows/cd.yml) for the *production* environment.

## Run locally
```bash
Expand All @@ -40,7 +38,7 @@ This will serve the `src` folder at `localhost:XXXX` (default port is `3000`).
*Ref: [Gitpod.io](https://gitpod.io)*

## License
Copyright (c) 2020-2022 Aronne Brivio. Released under the MIT License. See [LICENSE](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/master/LICENSE) for details.
Copyright (c) 2020-2024 Aronne Brivio. Released under the MIT License. See [LICENSE](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/master/LICENSE) for details.


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io?ref=badge_large)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aronnebrivio.github.io",
"version": "1.6.0",
"version": "1.7.0",
"description": "Personal frontpage",
"main": "src/index.html",
"scripts": {
Expand Down
55 changes: 51 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,35 @@ <h3 style="margin-top: 3em">Stalk me on GitHub 👀</h3>
<h1>Experience</h1>

<span>
<div class="timeline-item" date-is='Nov 2021 – Present'>
<h3>Labs Software Engineer @ Cloud Academy</h3>
<p><a href="https://cloudacademy.com" target="_blank" rel="noopener">Cloud Academy</a> Labs Software Engineer.
</p>
<div class="timeline-item" date-is='Jul 2024 – Present'>
<h3>Senior Backend Engineer @ Cloud Academy Sagl</h3>
<p>Senior Backend Engineer at <a href="https://platform.qa.com" target="_blank" rel="noopener">Cloud Academy</a> Labs Team.</p>
<div class="tags-list">
<span class="tag">Python</span>
<span class="tag">Django</span>
<span class="tag">Django Rest Framework</span>
<span class="tag">FastAPI</span>
<span class="tag">PostgreSQL</span>
<span class="tag">Redis</span>
<span class="tag">Docker</span>
<span class="tag">Jenkins</span>
<span class="tag">AWS</span>
<span class="tag">GCP</span>
<span class="tag">Azure</span>
<span class="tag">Alibaba Cloud</span>
<span class="tag">Go</span>
<span class="tag">Kubernetes</span>
<span class="tag">Terraform</span>
<span class="tag">GraphQL</span>
<span class="tag">Pulsar</span>
<span class="tag">Guacamole</span>
</div>
</div>

<div class="timeline-item" date-is='Sep 2022 – Jul 2024'>
<h3>Backend Engineer II @ Cloud Academy Sagl</h3>
<p>Backend Engineer II at <a href="https://platform.qa.com" target="_blank" rel="noopener">Cloud Academy</a> Labs
Team.</p>
<div class="tags-list">
<span class="tag">Python</span>
<span class="tag">Django</span>
Expand All @@ -227,6 +252,28 @@ <h3>Labs Software Engineer @ Cloud Academy</h3>
</div>
</div>

<div class="timeline-item" date-is='Nov 2021 – Sep 2022'>
<h3>Backend Engineer I @ Cloud Academy Sagl</h3>
<p>Backend Engineer I at <a href="https://platform.qa.com" target="_blank" rel="noopener">Cloud Academy</a> Labs
Team.</p>
<div class="tags-list">
<span class="tag">Python</span>
<span class="tag">Django</span>
<span class="tag">Django Rest Framework</span>
<span class="tag">FastAPI</span>
<span class="tag">PostgreSQL</span>
<span class="tag">Redis</span>
<span class="tag">Docker</span>
<span class="tag">Jenkins</span>
<span class="tag">AWS</span>
<span class="tag">GCP</span>
<span class="tag">Azure</span>
<span class="tag">Alibaba Cloud</span>
<span class="tag">Go</span>
<span class="tag">Kubernetes</span>
</div>
</div>

<div class="timeline-item" date-is='Sep 2019 – Nov 2021'>
<h3>Product Owner @ Dipendenti in Cloud</h3>
<p><a href="https://dipendentincloud.it" target="_blank" rel="noopener">Dipendenti in Cloud</a> Product Owner
Expand Down

0 comments on commit 914d5d9

Please sign in to comment.