Compare commits

..

2 Commits

2 changed files with 632 additions and 582 deletions

View File

@ -17,6 +17,7 @@ import WorkSembotLogo from "../images/work_sembot_logo.png"
import WorkSiiLogo from "../images/work_sii_logo.png" import WorkSiiLogo from "../images/work_sii_logo.png"
import WorkInfinidatLogo from "../images/work_infinidat_logo.png" import WorkInfinidatLogo from "../images/work_infinidat_logo.png"
import WorkTechemLogo from "../images/work_techem_logo.png" import WorkTechemLogo from "../images/work_techem_logo.png"
import WorkAdobeLogo from "../images/work_adobe_logo.png"
import InterestsBlockchainLogo from "../images/interests_blockchain_logo.png" import InterestsBlockchainLogo from "../images/interests_blockchain_logo.png"
import InterestsBlenderLogo from "../images/interests_blender_logo.png" import InterestsBlenderLogo from "../images/interests_blender_logo.png"
@ -313,7 +314,7 @@ export const content_pl = [
{ {
type: "workSubSegment", type: "workSubSegment",
tabs: 1, tabs: 1,
title: "Techem GmbH - DevOps Engineer - od 30.05.2023", title: "Techem GmbH - DevOps Engineer - od 30.05.2023 do 30.11.2023",
image: WorkTechemLogo, image: WorkTechemLogo,
branchBorderColor: "#f87479", branchBorderColor: "#f87479",
mainBorderColor: "#0464a8", mainBorderColor: "#0464a8",
@ -333,6 +334,33 @@ export const content_pl = [
branchBorderColor: "#f87479", branchBorderColor: "#f87479",
mainBorderColor: "#0464a8", mainBorderColor: "#0464a8",
}, },
{
type: "workSubSegment",
tabs: 1,
title: "Adobe Inc - DevOps Engineer & Site Reliability Engineer - od 01.12.2023",
image: WorkAdobeLogo,
branchBorderColor: "#940000",
mainBorderColor: "#0464a8",
content: [
"Przygotowywanie Root Cause Analisys (RCA) Incydentów / Awarii Adobe Experience Manager (AEM)",
"Analiza Java Heap-Dumps & Thread-Dumps (Wycieki Pamięci / Operacje Wykonywane Wątków)",
"Analiza Dashboard'ów SRE (New Relic / Splunk / Grafana)",
"Tworzenie Dashboard'ów SRE (Splunk)",
"Automatyzacja Analizy & Rutynowych Zadań (Bash / Python)",
"Analiza Zachowania Infrastruktury & Serwisów (Kubernetes / Linux / AEM)",
],
},
{
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#940000",
mainBorderColor: "#0464a8",
},
{
type: "titleSegment",
title: "Interests",
},
{ {
type: "titleSegment", type: "titleSegment",
title: "Zainteresowania", title: "Zainteresowania",
@ -361,7 +389,7 @@ export const content_pl = [
content: [ content: [
"Blender", "Blender",
"Photoshop", "Photoshop",
"Midjurney", "Midjourney",
], ],
}, },
{ {
@ -658,7 +686,7 @@ export const content_en = [
{ {
type: "workSubSegment", type: "workSubSegment",
tabs: 1, tabs: 1,
title: "Techem GmbH - DevOps Engineer - from 30.05.2023", title: "Techem GmbH - DevOps Engineer - from 30.05.2023 to 30.11.2023",
image: WorkTechemLogo, image: WorkTechemLogo,
branchBorderColor: "#f87479", branchBorderColor: "#f87479",
mainBorderColor: "#0464a8", mainBorderColor: "#0464a8",
@ -678,6 +706,28 @@ export const content_en = [
branchBorderColor: "#f87479", branchBorderColor: "#f87479",
mainBorderColor: "#0464a8", mainBorderColor: "#0464a8",
}, },
{
type: "workSubSegment",
tabs: 1,
title: "Adobe Inc - DevOps Engineer & Site Reliability Engineer - from 01.12.2023",
image: WorkAdobeLogo,
branchBorderColor: "#940000",
mainBorderColor: "#0464a8",
content: [
"Adobe Experience Manager (AEM) Outage Root Cause Analisys (RCA) Preparation",
"Java Heap-Dumps & Thread-Dumps Analisys (Leak Suspects / Threads Operations Investigation)",
"SRE Dashboards Analisys (New Relic / Splunk / Grafana)",
"SRE Dashboards Creation (Splunk)",
"Automatization of Investigation & Rutine Tasks (Bash / Python)",
"Infrastructure Behaviour Investigation (Kubernetes / Linux / AEM)",
],
},
{
type: "mergeBranchSegment",
tabs: 1,
branchBorderColor: "#940000",
mainBorderColor: "#0464a8",
},
{ {
type: "titleSegment", type: "titleSegment",
title: "Interests", title: "Interests",
@ -706,7 +756,7 @@ export const content_en = [
content: [ content: [
"Blender", "Blender",
"Photoshop", "Photoshop",
"Midjurney", "Midjourney",
], ],
}, },
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB