feat(cv): update english version content of CV
update Tech Skills & Interests sections (with git log graph style)master
parent
8081ede40b
commit
b1f7c9f25a
|
|
@ -360,6 +360,7 @@ export const content_pl = [
|
|||
mainBorderColor: null,
|
||||
content: [
|
||||
"Blender",
|
||||
"Photoshop",
|
||||
"Midjurney",
|
||||
],
|
||||
},
|
||||
|
|
@ -386,48 +387,163 @@ 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",
|
||||
content: [
|
||||
"Apache / Nginx (Https-Portal)"
|
||||
],
|
||||
title: "DevOps",
|
||||
image: "", //SkillsDevOpsLogo,
|
||||
mainBorderColor: null,
|
||||
content: [],
|
||||
},
|
||||
{
|
||||
type: "subSegment",
|
||||
tabs: 0,
|
||||
title: "DevOps Tools",
|
||||
type: "workSubSegment",
|
||||
tabs: 1,
|
||||
title: "Automatization",
|
||||
image: "", //SkillsBashLogo,
|
||||
branchBorderColor: "#4aa720",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
content: [
|
||||
"Jenkins / Ansible / Docker / Docker-Compose / Automatyzacja w Bash",
|
||||
],
|
||||
"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: "Configuration & Administration",
|
||||
type: "mergeBranchSegment",
|
||||
tabs: 1,
|
||||
branchBorderColor: "#4aa720",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
},
|
||||
|
||||
{
|
||||
type: "workSubSegment",
|
||||
tabs: 1,
|
||||
title: "Containerization",
|
||||
image: "", //SkillsContainersLogo,
|
||||
branchBorderColor: "#00b7ff",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
content: [
|
||||
"SQL - MariaDB / MySQL / PostgreSQL",
|
||||
"NoSQL - MongoDb / ElasticSearch / Redis"
|
||||
],
|
||||
"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: "English",
|
||||
type: "mergeBranchSegment",
|
||||
tabs: 1,
|
||||
branchBorderColor: "#00b7ff",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
},
|
||||
{
|
||||
type: "workSubSegment",
|
||||
tabs: 1,
|
||||
title: "Configuration",
|
||||
image: "", //SkillsNginxLogo,
|
||||
branchBorderColor: "#d90000",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
content: [
|
||||
"B2 Level",
|
||||
],
|
||||
"Apache",
|
||||
"Nginx (https-portal)",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "mergeBranchSegment",
|
||||
tabs: 1,
|
||||
branchBorderColor: "#d90000",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
},
|
||||
{
|
||||
type: "workSubSegment",
|
||||
tabs: 1,
|
||||
title: "Experience with Cloud Providers",
|
||||
image: "", //SkillsCloudProvidersLogo,
|
||||
branchBorderColor: "#f96900",
|
||||
mainBorderColor: "#2e8cb1",
|
||||
content: [
|
||||
"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",
|
||||
|
|
@ -567,20 +683,31 @@ export const content_en = [
|
|||
title: "Interests",
|
||||
},
|
||||
{
|
||||
type: "subSegment",
|
||||
type: "workSubSegment",
|
||||
tabs: 0,
|
||||
title: "Web3.0",
|
||||
image: "",
|
||||
title: "Web3.0",
|
||||
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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue