Skip to content

Commit 8fd461a

Browse files
committed
Better description
1 parent 1be4bcb commit 8fd461a

2 files changed

Lines changed: 26 additions & 25 deletions

File tree

data/translations.ts

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ const translations: Translations = {
55
en: "about me",
66
pl: "o mnie",
77
},
8+
89
about_text_paragraph_1: {
9-
en: "I am a software developer with seven years of experience specializing in complex web development, with expertise spanning frontend as well as 'soft' backend technologies.",
10-
pl: "Jestem programistką z siedmioletnim doświadczeniem w tworzeniu aplikacji webowych. Specjalizuję się w technologiach frontendowych, ale również w zagadnieniach backendowe",
10+
en: "I am a full-stack software developer with 7+ years of experience in web application development. My core expertise is frontend engineering in JavaScript/TypeScript (React) with a strong focus on UI/UX and TDD. I also bring solid backend experience with Node.js, including REST/GraphQL API design, data flow implementation, and CI/CD practices.",
11+
pl: "Jestem full-stack software developer z ponad siedmiomletnim doświadczeniem w tworzeniu aplikacji webowych. Moja specjalizacja to frontend engineering w JavaScript/TypeScript (React) z mocnym naciskiem na UI/UX i TDD. Dodatkowo posiadam solidne doświadczenie w backend engineering z Node.js, w tym projektowaniu REST/GraphQL API, implementacji przepływu danych oraz praktyk CI/CD.",
1112
},
1213
about_text_paragraph_2: {
13-
en: "Over the course of my career, I've worked on diverse projects including a holiday rental service, news portal, financial data management platform, and SaaS application. My responsibilities span UI/UX development, client-server communication, testing, CI/CD and project leadership. My market research background enhances my ability to work with business clients and translate their needs into functional requirements.",
14+
en: "Throughout my career, I have contributed to a wide range of projects, from holiday rental and news platforms to financial data tools, with occasional exposure to SaaS. I also gained some experience in client relations and in helping organize tasks within a small development team, using GitHub Projects. My academic background in economics and market research further supports me in understanding business perspectives and user needs.",
1415
pl: "W toku mojej kariery pracowałam nad różnorodnymi projektami, w tym serwisem wynajmu wakacyjnego, portalem informacyjnym, platformą do zarządzania danymi finansowymi oraz aplikacją SaaS. Moje obowiązki obejmowały tworzenie interfejsów użytkownika, zarządzanie komunikacją klient-serwer, testowanie, CI/CD oraz zarządzanie projektami. Doświadczenie w badaniach rynkowych pozwoliło mi rozwinąć umiejętność współpracy z klientami biznesowymi i tłumaczenie ich potrzeb na funkcjonalności.",
1516
},
1617
about_text_paragraph_3: {
17-
en: "I am seeking job opportunities that will allow me to maximize my potential and further develop my skills and knowledge.",
18-
pl: "Poszukuję pracy, która pozwoli mi jak najpełniej wykorzystać mój potencjał oraz dalej rozwijać wiedzę i umiejętności.",
18+
en: "I am looking for opportunities to further develop my skills. While my frontend expertise is well established, I want to strengthen my backend experience and work on larger, scalable, cloud-based projects. I am also keen to stay up to date with AI-driven tools that seem to be shaping the future of software industry.",
19+
pl: "Szukam możliwości dalszego rozwoju moich umiejętności. Chcę rozwinąć swoje doświadczenie w backend i pracować nad większymi, skalowalnymi, chmury bazowymi projektami. Jestem również zainteresowana pozostawaniem na bieżąco z narzędziami AI, które wydają się być przyszłością branży IT.",
1920
},
2021
about_github_invitation_text: {
2122
en: "I kindly invite you to look at my",
@@ -259,8 +260,8 @@ const translations: Translations = {
259260
pl: "VS Code",
260261
},
261262
jobs_eqt_title: {
262-
en: "EQT Group",
263-
pl: "EQT Group",
263+
en: "EQT Group (contract via 7N)",
264+
pl: "EQT Group (kontrakt przez 7N)",
264265
},
265266
jobs_eqt_subtitle: {
266267
en: "Full-stack Engineer",
@@ -271,8 +272,8 @@ const translations: Translations = {
271272
pl: "Rozwój narzędzi wewnętrznych do zarządzania dokumentami i analiz finansowych.",
272273
},
273274
jobs_eqt_responsibility_2: {
274-
en: "References available upon request.",
275-
pl: "Referencje dostępne na żądanie.",
275+
en: "Excellent references available upon request.",
276+
pl: "Świetne referencje dostępne na żądanie.",
276277
},
277278
jobs_stratokit_title: {
278279
en: "StratoKit SA",
@@ -291,8 +292,8 @@ const translations: Translations = {
291292
pl: "Projektowanie przepływu danych i integracja z API (SQLite, GraphQL, architektura zdarzeniowa w stylu Redux).",
292293
},
293294
jobs_stratokit_responsibility_3: {
294-
en: "Established long-term, successful collaborations with clients; recognized for accurately identifying needs and delivering tailored technical solutions.",
295-
pl: "Budowanie relacji z klientami; analiza ich potrzeb oraz dostarczanie dopasowanych rozwiązań technicznych.",
295+
en: "Established long-term, successful collaborations with clients.",
296+
pl: "Budowanie długoterminowych relacji z klientami.",
296297
},
297298
jobs_stratokit_responsibility_4: {
298299
en: "Contributed to the migration of the codebase from Webpack/Jest/Styled-components to Vite/Vitest/Tailwind.",

src/client/contentDb.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
SiCoreldraw,
1414
SiCypress,
1515
SiFirebase,
16+
SiGithubactions,
1617
SiJest,
1718
SiJira,
1819
SiMaterialdesign,
@@ -59,7 +60,7 @@ export interface SectionProps {
5960
export const firstName = "Hanna";
6061
export const lastName = "Gaudasińska-Zapaśnik";
6162
export const fullName = `${firstName} ${lastName}`;
62-
export const jobTitle = `JavaScript Developer`;
63+
export const jobTitle = `Full-stack Developer`;
6364

6465
export const email = decodeString("ih{/efwjAhnbjm/dpn");
6566
export const phone = decodeString(",59617153:48");
@@ -102,7 +103,6 @@ export const personalSection: SectionProps = {
102103
titleKey: "personal_linkedin_title",
103104
desc: linkedIn,
104105
linkType: "",
105-
hiddenInResume: true,
106106
},
107107
],
108108
},
@@ -262,11 +262,11 @@ export const toolsSection: SectionProps = {
262262
stars: 4,
263263
hiddenInResume: true,
264264
},
265-
// {
266-
// Icon: SiGithubactions,
267-
// titleKey: "tools_github_actions_title",
268-
// stars: 2,
269-
// },
265+
{
266+
Icon: SiGithubactions,
267+
titleKey: "tools_github_actions_title",
268+
stars: 2,
269+
},
270270
{ Icon: FiFigma, titleKey: "tools_figma_title", stars: 3 },
271271
{
272272
Icon: FaGithub,
@@ -385,13 +385,13 @@ export const educationBlocks: BlockProps[] = [
385385
];
386386

387387
export const workshopBlocks: BlockProps[] = [
388-
{
389-
subtitleKey: "workshops_google_dev_days_subtitle",
390-
listKeys: ["workshops_google_dev_days_text"],
391-
startDate: "2017-09",
392-
endDate: "2017-09",
393-
location: "location_krakow",
394-
},
388+
// {
389+
// subtitleKey: "workshops_google_dev_days_subtitle",
390+
// listKeys: ["workshops_google_dev_days_text"],
391+
// startDate: "2017-09",
392+
// endDate: "2017-09",
393+
// location: "location_krakow",
394+
// },
395395
{
396396
subtitleKey: "workshops_coders_lab_subtitle",
397397
listKeys: ["workshops_coders_lab_text"],

0 commit comments

Comments
 (0)