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,
|
mainBorderColor: null,
|
||||||
content: [
|
content: [
|
||||||
"Blender",
|
"Blender",
|
||||||
|
"Photoshop",
|
||||||
"Midjurney",
|
"Midjurney",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -386,49 +387,164 @@ export const content_en = [
|
||||||
{
|
{
|
||||||
type: "titleSegment",
|
type: "titleSegment",
|
||||||
title: "Tech Skills",
|
title: "Tech Skills",
|
||||||
},
|
},{
|
||||||
{
|
type: "workSubSegment",
|
||||||
type: "subSegment",
|
|
||||||
tabs: 0,
|
tabs: 0,
|
||||||
title: "Programming",
|
title: "Programming - Python",
|
||||||
|
image: "", //SkillsPythonLogo,
|
||||||
|
branchBorderColor: "#ffd748",
|
||||||
|
mainBorderColor: null,
|
||||||
|
firstElement: true,
|
||||||
content: [
|
content: [
|
||||||
"Python - Django / Django REST Framework / Channels 3.0",
|
"Django",
|
||||||
"Javascript - ReactJS / Redux Toolkit",
|
"Django REST Framework",
|
||||||
],
|
"Channels 3.0",
|
||||||
|
"Celery (Task Manager)",
|
||||||
|
"Asyncio",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "subSegment",
|
type: "workSubSegment",
|
||||||
tabs: 0,
|
tabs: 0,
|
||||||
title: "Server Configuration",
|
title: "DevOps",
|
||||||
content: [
|
image: "", //SkillsDevOpsLogo,
|
||||||
"Apache / Nginx (Https-Portal)"
|
mainBorderColor: null,
|
||||||
],
|
content: [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "subSegment",
|
type: "workSubSegment",
|
||||||
tabs: 0,
|
tabs: 1,
|
||||||
title: "DevOps Tools",
|
title: "Automatization",
|
||||||
|
image: "", //SkillsBashLogo,
|
||||||
|
branchBorderColor: "#4aa720",
|
||||||
|
mainBorderColor: "#2e8cb1",
|
||||||
content: [
|
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",
|
type: "mergeBranchSegment",
|
||||||
tabs: 0,
|
tabs: 1,
|
||||||
title: "Configuration & Administration",
|
branchBorderColor: "#4aa720",
|
||||||
|
mainBorderColor: "#2e8cb1",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
type: "workSubSegment",
|
||||||
|
tabs: 1,
|
||||||
|
title: "Containerization",
|
||||||
|
image: "", //SkillsContainersLogo,
|
||||||
|
branchBorderColor: "#00b7ff",
|
||||||
|
mainBorderColor: "#2e8cb1",
|
||||||
content: [
|
content: [
|
||||||
"SQL - MariaDB / MySQL / PostgreSQL",
|
"Docker",
|
||||||
"NoSQL - MongoDb / ElasticSearch / Redis"
|
"Docker-Compose (Microservices oriented on single servers or debug purposes)",
|
||||||
],
|
"MiniKube (Local debugging K8S manifests)",
|
||||||
|
"Kubernetes (Helm / Cert-Manager / Ingress / K9S)",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "subSegment",
|
type: "mergeBranchSegment",
|
||||||
tabs: 0,
|
tabs: 1,
|
||||||
title: "English",
|
branchBorderColor: "#00b7ff",
|
||||||
content: [
|
mainBorderColor: "#2e8cb1",
|
||||||
"B2 Level",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "workSubSegment",
|
||||||
|
tabs: 1,
|
||||||
|
title: "Configuration",
|
||||||
|
image: "", //SkillsNginxLogo,
|
||||||
|
branchBorderColor: "#d90000",
|
||||||
|
mainBorderColor: "#2e8cb1",
|
||||||
|
content: [
|
||||||
|
"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",
|
type: "titleSegment",
|
||||||
title: "Experience",
|
title: "Experience",
|
||||||
|
|
@ -567,20 +683,31 @@ export const content_en = [
|
||||||
title: "Interests",
|
title: "Interests",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "subSegment",
|
type: "workSubSegment",
|
||||||
tabs: 0,
|
tabs: 0,
|
||||||
title: "Web3.0",
|
title: "Web3.0",
|
||||||
image: "",
|
image: "", //InterestsBlockchainLogo,
|
||||||
|
firstElement: true,
|
||||||
|
branchBorderColor: "black",
|
||||||
|
mainBorderColor: null,
|
||||||
content: [
|
content: [
|
||||||
"Blockchain / Cryptography / Smart Contracts",
|
"Blockchain",
|
||||||
|
"Cryptography",
|
||||||
|
"Smart Contracts",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "subSegment",
|
type: "workSubSegment",
|
||||||
tabs: 0,
|
tabs: 0,
|
||||||
title: "3D & 2D Graph Design",
|
title: "2D & 3D Graphic Design",
|
||||||
image: "",
|
image: "", //InterestsBlenderLogo,
|
||||||
content: [],
|
branchBorderColor: "#ff7021",
|
||||||
|
mainBorderColor: null,
|
||||||
|
content: [
|
||||||
|
"Blender",
|
||||||
|
"Photoshop",
|
||||||
|
"Midjurney",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "RODOSegment",
|
type: "RODOSegment",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue