-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
373 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# alcune informazioni su di te | ||
name: "John Doe" | ||
nickname: "John" | ||
# messaggio di saluto prima del tuo nome. Se non inserito, verrà visualizzato "Hi! I am" | ||
greeting: "Ciao, sono" | ||
image: "images/author/john.png" | ||
# inserisci le tue informazioni di contatto. Saranno utilizzate nel piè di pagina | ||
contactInfo: | ||
email: "[email protected]" | ||
phone: "+0123456789" | ||
|
||
# alcune informazioni di sintesi sulle tue competenze | ||
summary: | ||
- Sono uno sviluppatore | ||
- Sono un ingegnere del software | ||
- Sono esperto in server | ||
- Lavoro su progetti open-source | ||
- Mi piace lavorare su progetti di diverso tipo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# informazioni sulla sezione | ||
section: | ||
name: Informazioni personali | ||
id: about | ||
enable: true | ||
weight: 1 | ||
showOnNavbar: true | ||
template: sections/about.html | ||
|
||
# la tua qualifica | ||
designation: Ingegnere del software | ||
# informazioni sulla tua azienda | ||
company: | ||
name: Example Co. | ||
url: "https://www.example.com" | ||
|
||
# il tuo cv. il percorso di questo file deve essere formulato in termini relativi rispetto alla tua directory "static" | ||
resume: "files/resume.pdf" | ||
|
||
# una breve sintesi su di te | ||
summary: 'Sono un appassionato ingegnere del software con x anni di esperienzia lavorativa. Ho sviluppato strumenti OSS per [Kubernetes](https://kubernetes.io/) usando GO. I miei prodotti permettono di distribuire i carichi di lavoro in Kubernetes. A volte lavoro su progetti divertenti come svillupare un tema per Hugo, etc.' | ||
|
||
# i tuoi link social | ||
# inserisci tutti i link che ritieni utili. Usa i caratteri font-awesome per le icone. | ||
socialLinks: | ||
- name: Email | ||
icon: "fas fa-envelope" | ||
url: "[email protected]" | ||
|
||
- name: Github | ||
icon: "fab fa-github" | ||
url: "https://www.github.com/example" | ||
|
||
- name: Stackoverflow | ||
icon: "fab fa-stack-overflow" | ||
url: "#" | ||
|
||
- name: LinkedIn | ||
icon: "fab fa-linkedin" | ||
url: "#" | ||
|
||
- name: Twitter | ||
icon: "fab fa-twitter" | ||
url: "#" | ||
|
||
- name: Facebook | ||
icon: "fab fa-facebook" | ||
url: "#" | ||
|
||
# le tue soft skill | ||
# inserisci le percentuali tra 50 e 100. | ||
# colori attualmente supportati: blue, yellow, pink, green, sky, orange | ||
softSkills: | ||
- name: Leadership | ||
percentage: 85 | ||
color: blue | ||
- name: Team Work | ||
percentage: 90 | ||
color: yellow | ||
- name: Communication | ||
percentage: 85 | ||
color: pink | ||
- name: Hard Working | ||
percentage: 85 | ||
color: green | ||
- name: Fast Learner | ||
percentage: 85 | ||
color: sky | ||
- name: Problem Solving | ||
percentage: 85 | ||
color: orange | ||
# puoi anche specificare i colori usando i codici invece che i nomi pre-definiti | ||
# - name: Example 1 | ||
# percentage: 75 | ||
# color: "#00adb5" | ||
# - name: Example 2 | ||
# percentage: 65 | ||
# color: "#8b8383" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# informazioni sulla sezione | ||
section: | ||
name: Riconoscimenti | ||
id: achievements | ||
enable: true | ||
weight: 6 | ||
showOnNavbar: true | ||
# Se lo desideri, puoi nascondere i titoli nelle sezioni | ||
# hideTitle: true | ||
|
||
# I tuoi premi e riconoscimenti | ||
achievements: | ||
- title: Miglior relatore | ||
image: /images/sections/achievements/presenter.jpg | ||
summary: Migliore relatore alla conferenza XYZ del 2020. | ||
- title: Campione | ||
image: /images/sections/achievements/sport.jpg | ||
summary: Campione nella corsa ciclistica inter-city del 2020. | ||
- title: Titoli di studio | ||
image: /images/sections/achievements/graduation-cap.jpg | ||
summary: Laurea (B.Sc.) in Ingegneria informatica presso l'Università XYZ. | ||
- title: Premi vinti | ||
image: /images/sections/achievements/woman-winner.jpg | ||
summary: Premio per il miglior lavoro scientifico alla Conferenza IEE del 2020. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# informazioni sulla sezione | ||
section: | ||
name: Esperienze | ||
id: experiences | ||
enable: true | ||
weight: 3 | ||
showOnNavbar: true | ||
# Se lo desideri, puoi nascondere i titoli nelle sezioni | ||
# hideTitle: true | ||
|
||
# Le tue esperienze | ||
experiences: | ||
- company: | ||
name: Example Co. | ||
url: "https://www.example.com" | ||
location: Dhaka Branch | ||
# breve presentazione dell'azienda | ||
overview: Example Co. è un'azienda molto nota per prodotti orientati al cloud. Sviluppa strumenti per Kubernetes. | ||
positions: | ||
- designation: Ingegnere del software senior | ||
start: Nov 2019 | ||
# se stai ancora lavorando presso l'azienda, non inserire il parametro end. Sarà sostituito da "Present" | ||
# end: Dec 2020 | ||
# fornisci alcune informazioni sui tuoi compiti presso l'azienda | ||
responsibilities: | ||
- Progettazione e sviluppo dello strumento XYZ per il lavoro ABC | ||
- Progettazione, sviluppo e gestione di strumenti di recovery [Xtool](https://www.example.com) per il backup di volumi Kubernetes, database, e definizione di risorse dei cluster. | ||
- Guida del team di backend. | ||
|
||
- designation: Ingegnere del software junior | ||
start: Nov 2017 | ||
end: Ott 2019 | ||
responsibilities: | ||
- Implementazione e test della caratteristica xyz per lo strumento abc. | ||
- Supporto client per lo strumento abc. | ||
- Tecnologia di apprendimento k,d,w per xyz. | ||
|
||
- company: | ||
name: PreExample Co. | ||
url: "https://www.preexample.com" | ||
location: Non qui | ||
overview: PreExample Co. è un'azienda gateway per accedere a Example co. Niente di speciale qui. | ||
positions: | ||
- designation: Ingegnere del software | ||
start: Marzo 2016 | ||
end: Maggio 2017 | ||
responsibilities: | ||
- Scrittura di codici di esempio. | ||
- Studio di codici di esempio. | ||
- Visione di video di esempio. | ||
|
||
- company: | ||
name: Intern Counting Company (ICC). | ||
url: "https://www.intern.com" | ||
location: Terra degli Stagisti | ||
overview: Intern counting Company (ICC) è responsabile del conteggio internazionale degli ingegneri stagisti. | ||
positions: | ||
- designation: Stagista | ||
start: Giu 2015 | ||
end: Gen 2016 | ||
responsibilities: | ||
- Contare gli stagisti persi. | ||
- Contare gli stagisti. | ||
- Contarmi come stagista. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# informazioni sulla sezione | ||
section: | ||
name: Progetti | ||
id: projects | ||
enable: true | ||
weight: 4 | ||
showOnNavbar: true | ||
# Se lo desideri, puoi nascondere i titoli nelle sezioni | ||
# hideTitle: true | ||
|
||
# pulsanti usati per il filtro | ||
buttons: | ||
- name: Tutti | ||
filter: "tutti" | ||
- name: Professionali | ||
filter: "professionali" | ||
- name: Accademici | ||
filter: "accademici" | ||
- name: Hobby | ||
filter: "hobby" | ||
|
||
# i tuoi progetti | ||
projects: | ||
- name: Kubernetes | ||
logo: /images/sections/projects/kubernetes.png | ||
role: Contributore | ||
timeline: "Marzo 2018 - Presente" | ||
repo: https://github.com/kubernetes/kubernetes # Inserisci questo link se il tuo progetto è un repository pubblico su GitHub. Verrano visualizzate le stelle per il conteggio. | ||
#url: "" # Se il tuo progetto non ha un repository pubblico ma un sito web o un link esterno inseriscilo qui. Non inserire entrambi i campii "repo" che "url". | ||
summary: Production-Grade Container Scheduling and Management. | ||
tags: ["professionale", "kubernetes", "cloud"] | ||
|
||
- name: Tensorflow | ||
logo: /images/sections/projects/tensorflow.png | ||
role: Sviluppatore | ||
timeline: "Giugno 2018 - Presente" | ||
repo: https://github.com/tensorflow/tensorflow | ||
#url: "" | ||
summary: An Open Source Machine Learning Framework for Everyone. | ||
tags: ["professionale", "machine-learning","accademico"] | ||
|
||
- name: Un esempio di paper scientifico | ||
role: Leader del gruppo di ricerca | ||
timeline: "Gen 2017 - Nov 2017" | ||
url: "https://www.example.com" | ||
summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente eius reprehenderit animi suscipit autem eligendi esse amet aliquid error eum. Accusantium distinctio soluta aliquid quas placeat modi suscipit eligendi nisi. | ||
tags: ["accademico","iot"] | ||
|
||
- name: Nocode | ||
logo: /images/sections/projects/no-code.png | ||
role: Niente | ||
timeline: "Ott 2019 - Dic 2019" | ||
repo: https://github.com/kelseyhightower/nocode | ||
#url: "" | ||
summary: Il modo migliore di scrivere applicazioni sicure ed affidabile. Non scrivere nulla; non distribuire nulla. | ||
tags: ["hobby", "divertimento"] | ||
|
||
- name: Toha | ||
logo: /images/sections/projects/toha.png | ||
role: Proprietario | ||
timeline: "Giu 2019 - Presente" | ||
repo: https://github.com/hossainemruz/toha | ||
summary: Un tema Hugo per il blog personale. | ||
tags: ["hobby","hugo","tema","professionale"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# informazioni sulla sezione | ||
section: | ||
name: Post recenti | ||
id: recent-posts | ||
enable: true | ||
weight: 5 | ||
showOnNavbar: true | ||
# Se lo desideri, puoi nascondere i titoli nelle sezioni | ||
# hideTitle: true | ||
|
||
# non è richiesta alcuna configurazione aggiuntiva |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# informazioni sulla sezione | ||
section: | ||
name: Skills | ||
id: skills | ||
enable: true | ||
weight: 2 | ||
showOnNavbar: true | ||
# Se lo desideri, puoi nascondere i titoli nelle sezioni | ||
# hideTitle: true | ||
|
||
# Le tue competenze. | ||
# Fornisci una sintesi delle tue competenze per la sezione di sintesi. | ||
skills: | ||
- name: Kubernetes | ||
icon: "/images/sections/skills/kubernetes.png" | ||
summary: "Capacità di distribuzione e gestione di applicazioni su Kubernetes. Esperienza nello sviluppo di controller CRD per Kubernetes." | ||
url: "https://kubernetes.io/" | ||
|
||
- name: Sviluppo Go | ||
icon: "/images/sections/skills/go.png" | ||
summary: "Utilizzato come linguaggio principale per lo sviluppo professionale. Capacità di scrivere programmi scalabili, testabili e manutenibili." | ||
url: "https://golang.org/" | ||
|
||
- name: Cloud Computing | ||
icon: "/images/sections/skills/cloud.png" | ||
summary: "Ha lavorato con la maggior parte dei principali sistemi cloud: GCP, AWS, Azure etc." | ||
|
||
- name: Docker | ||
icon: "/images/sections/skills/docker.svg" | ||
summary: "Scittura di programmi come container dockerized. Esperienza con processi multi-stage e multi-arch." | ||
url: "https://www.docker.com/" | ||
|
||
- name: Prometheus | ||
icon: "/images/sections/skills/prometheus.png" | ||
summary: "Capacità di impostare e configurare metriche Prometheus. Esperienza con PromQL, AlertManager." | ||
url: "https://prometheus.io/" | ||
|
||
- name: Linux | ||
icon: "/images/sections/skills/linux.png" | ||
summary: "Utilizzato come principale sistema operativo. Capacità di scrivere script bash/shell." | ||
|
||
- name: Git | ||
icon: "/images/sections/skills/git.png" | ||
summary: "Esperienza con lo sviluppo git, ed in particolare usando Github. Esperienza anche con GitLab." | ||
url: "https://git-scm.com/" | ||
|
||
- name: C++ | ||
icon: "/images/sections/skills/c++.png" | ||
summary: "Conoscenza della programmazione di base C/C++, utilizzata per vari progetti di programmazione e problem solving." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright Notice | ||
copyright: © 2020 Copyright. | ||
|
||
# Meta descrizione del tuo sito. Sarà utile per far trovare il tuo sito dai motori di ricerca. | ||
description: Portfolio e blog di John Doe. | ||
|
||
# specifica la lista dei menu personalizzati che vuoi mostrare nella barra di navigazione in alto. | ||
# i menu personalizzati saranno separati da un divisore dai menu principali. | ||
customMenus: | ||
- name: Documenti | ||
url: https://toha-guides.netlify.app/posts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# More documentation here: https://github.com/nicksnyder/go-i18n | ||
[home] | ||
other = "Home" | ||
|
||
[posts] | ||
other = "Post" | ||
|
||
[toc_heading] | ||
other = "Contenuti" | ||
|
||
[at] | ||
other = "presso" | ||
|
||
[resume] | ||
other = "Il mio curriculum" | ||
|
||
[navigation] | ||
other = "Navigazione" | ||
|
||
[contact_me] | ||
other = "Contattami:" | ||
|
||
[email] | ||
other = "Email" | ||
|
||
[phone] | ||
other = "Telefono" | ||
|
||
[newsletter_text] | ||
other = "Resta aggiornato con la notifica di email" | ||
|
||
[newsletter_input_placeholder] | ||
other = "Inserisci l'email" | ||
|
||
[newsletter_warning] | ||
other = "Non condivideremo l'email con altri." | ||
|
||
[submit] | ||
other = "Invia" | ||
|
||
[hugoAttributionText] | ||
other = "Creato con" | ||
|
||
[prev] | ||
other = "Precedente" | ||
|
||
[next] | ||
other = "Successivo" | ||
|
||
[improve_this_page] | ||
other = "Migliora questa pagina" |