feat(cv): update english version content of CV

update Tech Skills & Interests sections (with git log graph style)
master
TBS093A 2023-09-20 19:42:17 +02:00
parent 8081ede40b
commit b1f7c9f25a
1 changed files with 164 additions and 37 deletions

View File

@ -360,6 +360,7 @@ export const content_pl = [
mainBorderColor: null,
content: [
"Blender",
"Photoshop",
"Midjurney",
],
},
@ -386,49 +387,164 @@ export const content_en = [
{
type: "titleSegment",
title: "Tech Skills",
},
{
type: "subSegment",
},{
type: "workSubSegment",
tabs: 0,
title: "Programming",
title: "Programming - Python",
image: "", //SkillsPythonLogo,
branchBorderColor: "#ffd748",
mainBorderColor: null,
firstElement: true,
content: [
"Python - Django / Django REST Framework / Channels 3.0",
"Javascript - ReactJS / Redux Toolkit",
"Django",
"Django REST Framework",
"Channels 3.0",
"Celery (Task Manager)",
"Asyncio",
],
},
{
type: "subSegment",
type: "workSubSegment",
tabs: 0,
title: "Server Configuration",
title: "DevOps",
image: "", //SkillsDevOpsLogo,
mainBorderColor: null,
content: [],
},
{
type: "workSubSegment",
tabs: 1,
title: "Automatization",
image: "", //SkillsBashLogo,
branchBorderColor: "#4aa720",
mainBorderColor: "#2e8cb1",
content: [
"Apache / Nginx (Https-Portal)"
"Jenkins (CI/CD / Rutine Processes Automatization (Job's) / GitOps)",
"Ansible (Automatization of servers & dev environments configuration)",
"Bash / ZSH (Linux)",
"Powershell (Windows)",
],
},
{
type: "subSegment",
tabs: 0,
title: "DevOps Tools",
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#4aa720",
mainBorderColor: "#2e8cb1",
},
{
type: "workSubSegment",
tabs: 1,
title: "Containerization",
image: "", //SkillsContainersLogo,
branchBorderColor: "#00b7ff",
mainBorderColor: "#2e8cb1",
content: [
"Jenkins / Ansible / Docker / Docker-Compose / Automatyzacja w Bash",
"Docker",
"Docker-Compose (Microservices oriented on single servers or debug purposes)",
"MiniKube (Local debugging K8S manifests)",
"Kubernetes (Helm / Cert-Manager / Ingress / K9S)",
],
},
{
type: "subSegment",
tabs: 0,
title: "Configuration & Administration",
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#00b7ff",
mainBorderColor: "#2e8cb1",
},
{
type: "workSubSegment",
tabs: 1,
title: "Configuration",
image: "", //SkillsNginxLogo,
branchBorderColor: "#d90000",
mainBorderColor: "#2e8cb1",
content: [
"SQL - MariaDB / MySQL / PostgreSQL",
"NoSQL - MongoDb / ElasticSearch / Redis"
"Apache",
"Nginx (https-portal)",
],
},
{
type: "subSegment",
tabs: 0,
title: "English",
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#d90000",
mainBorderColor: "#2e8cb1",
},
{
type: "workSubSegment",
tabs: 1,
title: "Experience with Cloud Providers",
image: "", //SkillsCloudProvidersLogo,
branchBorderColor: "#f96900",
mainBorderColor: "#2e8cb1",
content: [
"B2 Level",
"Hetzner",
"OVH",
"AWS",
],
},
{
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#f96900",
mainBorderColor: "#2e8cb1",
},
{
type: "workSubSegment",
tabs: 0,
title: "Databases Configuration & Administration",
image: "", //SkillsDatabasesLogo,
mainBorderColor: null,
content: [],
},
{
type: "workSubSegment",
tabs: 1,
title: "Relational Databases (SQL)",
image: "", //SkillsRelationDbLogo,
branchBorderColor: "#7b00b3",
mainBorderColor: "#1038a7",
content: [
"MariaDB",
"MySQL",
"PostgreSQL",
],
},
{
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#7b00b3",
mainBorderColor: "#1038a7",
},
{
type: "workSubSegment",
tabs: 1,
title: "Document-Oriented Databases (NoSQL)",
image: "", //SkillsDocumentDbLogo,
branchBorderColor: "#047900",
mainBorderColor: "#1038a7",
content: [
"MongoDB (Sharded Cluster)",
"ElasticSearch (ElasticSearch / Kibana / Logstash)",
"Redis (Cache / Task Queue)",
"RabbitMQ (Task Queue)",
],
},
{
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#047900",
mainBorderColor: "#1038a7",
},
{
type: "workSubSegment",
tabs: 0,
title: "English - B2 Level",
image: "", //SkillsEnglishLogo,
mainBorderColor: null,
lastElement: true,
content: [],
},
{
type: "titleSegment",
title: "Experience",
@ -567,20 +683,31 @@ export const content_en = [
title: "Interests",
},
{
type: "subSegment",
type: "workSubSegment",
tabs: 0,
title: "Web3.0",
image: "",
image: "", //InterestsBlockchainLogo,
firstElement: true,
branchBorderColor: "black",
mainBorderColor: null,
content: [
"Blockchain / Cryptography / Smart Contracts",
"Blockchain",
"Cryptography",
"Smart Contracts",
],
},
{
type: "subSegment",
type: "workSubSegment",
tabs: 0,
title: "3D & 2D Graph Design",
image: "",
content: [],
title: "2D & 3D Graphic Design",
image: "", //InterestsBlenderLogo,
branchBorderColor: "#ff7021",
mainBorderColor: null,
content: [
"Blender",
"Photoshop",
"Midjurney",
],
},
{
type: "RODOSegment",