2025-04-07 18:26:01 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "Bartłomiej Piekarski - Computer Science student specializing in game development and mobile applications. Passionate about technology, Linux, and cybersecurity with experience in Unity and C#." >
< meta name = "keywords" content = "Bartłomiej Piekarski, game developer, Unity developer, C#, Python, Linux, cybersecurity, Katowice, game development, mobile applications, IT" >
< meta name = "author" content = "Bartłomiej Piekarski" >
< meta name = "robots" content = "index, follow" >
< title > Bartłomiej Piekarski< / title >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" >
< link rel = "stylesheet" href = "css/styles.css" >
< / head >
< body >
< header >
< div class = "header-top" >
< div class = "language-container" > < / div >
< h1 > Bartłomiej Piekarski< / h1 >
< div class = "language-container" >
2025-04-07 19:35:25 +02:00
< a href = "https://www.sykorax.eu" class = "language-switch" title = "Polska Wersja" >
2025-04-07 18:26:01 +02:00
< img src = "img/poland.png" width = "32" height = "32" class = "flag-icon" / >
< / a >
< / div >
< / div >
< p > Computer Science Student | Major: Game Development and Mobile Applications< / p >
< div class = "contact-links" >
< a href = "https://www.linkedin.com/in/bartek-piekarski-911206257" target = "_blank" >
LinkedIn
< / a >
2025-04-15 12:23:22 +02:00
< a href = "mailto:bartek.piekarski@tuta.com" >
bartek.piekarski@tuta.com
< / a >
2025-04-07 18:26:01 +02:00
< a href = "https://forgia.sykorax.eu/lheor" target = "_blank" >
Forgejo
< / a >
< / div >
< / header >
< div class = "container" >
< section class = "section" >
< h2 > About Me< / h2 >
< p > Technology enthusiast from the Katowice area with a strong focus on game development, Linux systems, and cybersecurity.< / p >
< br >
< p > Currently studying Computer Science with a major in game development and mobile applications.< / p >
< br >
< p > Looking for an interesting job opportunity to develop my skills and gain experience in the IT industry.< / p >
< br >
< p > I am open to hybrid work from Kraków and other cities within a similar distance from Katowice.< / p >
< / section >
< section class = "section" >
< h2 > Skills< / h2 >
< div class = "skills-grid" >
< div class = "skills-row" >
< div class = "skills-category" >
< h3 > Programming Languages< / h3 >
< div class = "skills" >
< span class = "skill-tag" > C#< / span >
< span class = "skill-tag" > Python< / span >
< span class = "skill-tag" > Kotlin< / span >
2025-04-07 20:01:23 +02:00
< span class = "skill-tag" > Rust< / span >
< span class = "skill-tag" > Ruby< / span >
2025-04-07 18:26:01 +02:00
< / div >
< / div >
< div class = "skills-category" >
< h3 > Technologies & Tools< / h3 >
< div class = "skills" >
< span class = "skill-tag" > Visual Studio< / span >
< span class = "skill-tag" > Unity< / span >
< span class = "skill-tag" > MSSQL< / span >
< span class = "skill-tag" > Android Studio< / span >
2025-04-07 20:01:23 +02:00
< span class = "skill-tag" > Git< / span >
< span class = "skill-tag" > Docker/Podman< / span >
2025-04-15 11:35:11 +02:00
< span class = "skill-tag" > Caddy< / span >
2025-04-07 18:26:01 +02:00
< / div >
< / div >
< / div >
< div class = "skills-row" >
< div class = "skills-category" >
< h3 > Operating Systems< / h3 >
< div class = "skills" >
< span class = "skill-tag" > Windows< / span >
2025-04-15 11:35:11 +02:00
< span class = "skill-tag" > Linux (Ubuntu/openSUSE)< / span >
2025-04-07 18:26:01 +02:00
< span class = "skill-tag" > Android< / span >
< / div >
< / div >
< div class = "skills-category" >
< h3 > Creative Software< / h3 >
< div class = "skills" >
< span class = "skill-tag" > Krita< / span >
< span class = "skill-tag" > GIMP< / span >
< span class = "skill-tag" > Kdenlive< / span >
< span class = "skill-tag" > Blender < / span >
< / div >
< / div >
< / div >
< / div >
< / section >
< section class = "section" >
< h2 > Education< / h2 >
< div class = "education-item" >
< p > < strong > Computer Science< / strong > - Major: Game Development and Mobile Applications< / p >
< p > University of Economics in Katowice< / p >
< p > 10.2023 - present< / p >
< / div >
< div class = "education-item" >
< p > < strong > English Philology< / strong > - Major: Translation with Chinese Language< / p >
< p > University of Silesia in Katowice< / p >
< p > 10.2021 - 02.2023 (discontinued in second year)< / p >
< / div >
< / section >
< section class = "section" >
< h2 > Projects< / h2 >
< div class = "projects-container" >
< div id = "programming-projects" class = "project-type" >
< div class = "project" >
< h3 > Bookstore Website Project: The Dark Anatheum (in progress)< / h3 >
< p > A project created to learn and apply modern web technologies and backend architecture in Rust.< / p >
< ul style = "margin-left: 1.5rem; margin-top: 0.5rem;" >
< li > Implementation of the backend in Rust using Actix Web< / li >
< li > Designing a PostgreSQL database for managing users and orders< / li >
< li > Creating a dynamic book catalog with filtering and sorting features< / li >
< li > Adding a user review and rating system for products< / li >
< li > Integrating a shopping cart with product management options< / li >
< li > Developing an intuitive user interface with HTML, CSS, and TypeScript< / li >
< / ul >
< / div >
< div class = "project-links" >
2025-04-07 19:35:25 +02:00
< a href = "https://forgia.sykorax.eu/lheor/athenaeum" class = "portfolio-link" > Other projects →< / a >
2025-04-07 18:26:01 +02:00
< / div >
< / div >
< div id = "programming-projects" class = "project-type" >
< div class = "project" >
< h3 > Unity 3D Projects< / h3 >
< p > A series of smaller projects aimed at learning and implementing different aspects of game development:< / p >
< ul style = "margin-left: 1.5rem; margin-top: 0.5rem;" >
< li > Game mechanics scripting in C#< / li >
< li > Designing and implementing user interfaces< / li >
< li > Character and object animation systems< / li >
< li > Basic AI system for NPCs< / li >
< / ul >
< / div >
< div class = "project-links" >
2025-04-07 19:35:25 +02:00
< a href = "https://forgia.sykorax.eu/lheor" class = "portfolio-link" > Portfolio →< / a >
2025-04-07 18:26:01 +02:00
< / div >
< / div >
< div id = "graphics-projects" class = "project-type" >
< div class = "project" >
< h3 > Graphic Project "Iron Oath"< / h3 >
< p > A series of graphic projects focused on an original game concept, including:< / p >
< ul style = "margin-left: 1.5rem; margin-top: 0.5rem;" >
< li > Creating concept mood boards< / li >
< li > Logo and visual identity design< / li >
< li > Photobashing techniques for concept art< / li >
< li > Character and UI animations< / li >
< li > Keyframe creation for promotional materials< / li >
< li > Editing a promotional video< / li >
< / ul >
< p > Narzędzia: Krita (grafika), GIMP (obróbka zdjęć), Kdenlive (montaż wideo)< / p >
< / div >
< div class = "project-links" >
2025-04-07 19:35:25 +02:00
< a href = "https://sykorax.eu/portfolio" class = "portfolio-link" > Check it out in my portfolio →< / a >
2025-04-07 18:26:01 +02:00
< / div >
< / div >
< / div >
< / section >
< section class = "section" >
< h2 > Experience< / h2 >
< div class = "project" >
< h3 > Security Guard< / h3 >
< p > < strong > JUSTUS< / strong > | 03.2023 - present< / p >
< ul style = "margin-left: 1.5rem; margin-top: 0.5rem;" >
< li > Securing commercial facilities< / li >
< li > Operating CCTV and access control systems< / li >
< li > Coordinating actions in crisis situations< / li >
< li > Maintaining documentation and task reports< / li >
< / ul >
< / div >
< div class = "project" >
< h3 > Cashier< / h3 >
< p > < strong > MINIT Polska< / strong > | 02.2021 - 01.2022< / p >
< ul style = "margin-left: 1.5rem; margin-top: 0.5rem;" >
< li > Operating a cash register and payment terminal< / li >
< li > Managing inventory and stock< / li >
< li > Customer service and issue resolution< / li >
< li > Maintaining order and display standards< / li >
< / ul >
< / div >
< div class = "project" >
< h3 > Warehouse Worker< / h3 >
< p > < strong > MotoProfil< / strong > | 2019-2022 (part-time)< / p >
< ul style = "margin-left: 1.5rem; margin-top: 0.5rem;" >
< li > Picking and preparing orders for shipment< / li >
< li > Using WMS and barcode scanners< / li >
< li > Participating in warehouse inventory audits< / li >
< li > Ensuring order and safety in the warehouse< / li >
< / ul >
< / div >
< / section >
< section class = "section" >
< h2 > Interests< / h2 >
< ul >
< li > Game Development< / li >
< li > Cybersecurity< / li >
< li > Linux and Open Source Technologies< / li >
< li > Reading< / li >
< / ul >
< / section >
< / div >
2025-04-09 12:35:33 +02:00
< footer style = "background-color: var(--bg-dark)" >
< div class = "container mx-auto px-4 py-6 text-center" style = "color: var(--text-dark)" >
< p > © 2024 Bartłomiej Piekarski< / p >
< / div >
< / footer >
2025-04-07 18:26:01 +02:00
< / body >
2025-04-09 12:35:33 +02:00
< / html >