GithubHelp home page GithubHelp logo

Click here for English version


O Mnie 馃帗馃捇馃

Hej, jestem Dominik (22 lata). Jestem studentem drugiego roku Informatyki na Uniwersytecie Ekonomicznym w Katowicach. Interesuj臋 si臋 szeroko poj臋tym programowaniem. Obecnie zajmuje si臋 fullstackowymi aplikacjami webowymi, chocia偶 bardzo lubi臋 te偶 budowanie modeli uczenia maszynowego.

Tech Stack 馃捇馃敡

  • HTML, CSS
  • JavaScript
  • React
  • Node.js (Express)
  • Java
  • C#
  • Python
  • SQL (PostgreSQL)

Projekty 馃殌

Uplift

U偶yte technologie: HTML, CSS, JavaScript, React, SQL (PostgreSQL), Node.js (Express), AWS

Uplift jest aplikacj膮 webow膮 umo偶liwiaj膮c膮 wysy艂anie sobie mi艂ych wiadomo艣ci. G艂贸wnym celem tego projektu by艂o utrwalenie wiedzy na temat Reacta i r贸偶nych hook贸w i wykorzystanie jej w praktyce. Uda艂o mi si臋 r贸wnie偶 ca艂膮 aplikacj臋 postawi膰 na serwerze za pomoc膮 AWS EC2 przy pomocy nginx

Spotify Playlist Assistant

U偶yte technologie: HTML, CSS (Tailwind), JavaScript, React, Node.js (Express), Spotify API

Spotify Playlist Assistant to aplikacja webowa, s艂u偶膮ca do wykonywania r贸偶nych operacji na playlistach Spotify (usuwanie duplikat贸w utwor贸w, sortowanie, sk艂adanie kilku playlist w jedn膮, pobieranie). Aplikacja jest w trakcie tworzenia. W tym projekcie u偶ywam nowych dla mnie cz臋艣ci Reacta, takich jak useContext.

Flip' em

U偶yte technologie: HTML, CSS (Tailwind), JavaScript, React, SQL (PostgreSQL), Node.js (Express)

Flip' em jest aplikacj膮 webow膮 s艂u偶膮c膮 do tworzenia zestaw贸w fiszek i nauki. Aplikacja jest w trakcie tworzenia. W tym projekcie po raz pierwszy u偶ywam TailwindCSS zamiast czystego CSS i utrwalam podstawy Reacta.

LibrApp

U偶yte technologie: C# (WPF), XAML, SQL (SQLite)

LibrApp jest aplikacj膮 desktopow膮, kt贸ra by艂a wykonana na potrzeby projektu zaliczeniowego. Podczas tworzenia LibrApp nauczy艂em si臋 pracy grupowej w scrumie. Dokumentacja znajduje si臋 tutaj. Zosta艂a wykonana r贸wnie偶 prezentacja.

JaCar

U偶yte technologie: HTML, CSS, PHP, SQL (MySQL)

JaCar to strona internetowa, kt贸r膮 tworz臋 obecnie jako projekt zaliczeniowy, ale po zako艅czeniu planuj臋 j膮 rozwin膮膰 tak, 偶eby mog艂a obs艂u偶y膰 warszat samochodowy mojego taty. Powsta艂a r贸wnie偶 wyczerpuj膮ca dokumentacja.

Portfolio

U偶yte technologie: HTML, CSS, JavaScript, Node.js (Express), Jest

Portfolio to aplikacja webowa, kt贸ra zosta艂a stworzona na potrzeby projektu zaliczeniowego. Tworze j膮 wraz z @ArnikaZ. Projekt ten jest r贸wnie偶 w trakcie tworzenia, a jego g艂贸wnym celem jest nauka testowania oprogramowania.

Titanic Machine Learning Model

U偶yte technologie: Python (pandas, numpy, seaborn, matplotlib, sklearn, tensorflow)

Titanic Machine Learning Model to model uczenia maszynowego, kt贸ry analizuje dane pasa偶er贸w Titanica, uczy si臋, a nast臋pnie podejmuje decyzj臋, czy dana osoba prze偶y艂a katastrof臋, czy nie. Ten projekt r贸wnie偶 jest projektem zaliczeniowym, kt贸ry nauczy艂 mnie podstaw analizy, wizualizacji oraz czyszczenia danych oraz uczenia maszynowego przy pomocy Pythona.

Pyroklas

U偶yte technologie: C++

Pyroklas to prosta gra konsolowa napisana w C++. Dzi臋ki temu projektowi zrozumia艂em koncepty typowe dla programowania niskopoziomego. Utrwali艂em r贸wnie偶 wiedz臋 na temat podstaw programowania.


ENGLISH VERSION


About Me 馃帗馃捇馃

Hey, I'm Dominik (22 years old). I'm a second-year Computer Science student at the University of Economics in Katowice. I'm interested in various aspects of programming. Currently, I'm working on full-stack web applications, although I also enjoy building machine learning models.

Tech Stack 馃捇馃敡

  • HTML, CSS
  • JavaScript
  • React
  • Node.js (Express)
  • Java
  • C#
  • Python
  • SQL (PostgreSQL)

Projects 馃殌

Uplift

Technologies used: HTML, CSS, JavaScript, React, SQL (PostgreSQL), Node.js (Express), AWS

Uplift is a web application that allows users to send each other uplifting messages. The main goal of this project was to reinforce my knowledge of React and various hooks and apply it in practice. I also managed to deploy the entire application on a server using AWS EC2 with nginx.

Spotify Playlist Assistant

Technologies used: HTML, CSS (Tailwind), JavaScript, React, Node.js (Express), Spotify API.

Spotify Playlist Assistant is a web application used to perform various operations on Spotify playlists (removing duplicate songs, sorting, assembling several playlists into one, downloading). The application is under development. In this project I am using parts of React that are new to me, such as useContext.

Translated with DeepL.com (free version)

Flip' em

Technologies used: HTML, CSS (Tailwind), JavaScript, React, SQL (PostgreSQL), Node.js (Express)

Flip' em is a web application for creating flashcard sets and studying. The application is a work in progress. In this project, I'm using TailwindCSS instead of pure CSS for the first time and solidifying my knowledge of React basics.

LibrApp

Technologies used: C# (WPF), XAML, SQL (SQLite)

LibrApp is a desktop application created for a class project. During the development of LibrApp, I learned about working in a scrum environment. Documentation can be found here. I also prepared a presentation.

JaCar

Technologies used: HTML, CSS, PHP, SQL (MySQL)

JaCar is a website I'm currently developing as a class project, but I plan to expand it to serve my dad's car workshop after completion. A comprehensive documentation has also been produced.

Portfolio

Technologies used: HTML, CSS, JavaScript, Node.js (Express), Jest

Portfolio is a web application created for a class project. I'm working on it together with @ArnikaZ. This project is still in progress, and its main goal is learning software testing.

Titanic Machine Learning Model

Technologies used: Python (pandas, numpy, seaborn, matplotlib, sklearn, tensorflow)

Titanic Machine Learning Model is a machine learning model that analyzes Titanic passenger data, learns from it, and then predicts whether a given person survived the disaster or not. This project is also a class assignment, which taught me the basics of data analysis, visualization, data cleaning, and machine learning using Python.

Pyroklas

Technologies used: C++

Pyroklas is a simple console game written in C++. Thanks to this project, I understood the concepts typical of low-level programming. I also consolidated my knowledge of programming basics.

dominikzydek's Projects

weatherappnode icon weatherappnode

Hello, this is my first project that interacts with public APIs! It is a simple weather app, written in HTML, CSS and JS. The libraries used are: Node, EJS, Express and Axios.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.