Skip to content
View tadeeek's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report tadeeek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tadeeek/README.md

Hi there 👋

My name is Paweł and I am a Java Developer with one year of professional experience which I gained by participating in application development process from scratch which was performed using Agile development methodology. I also have basic understanding of frontend technologies such as React and Angular. I consider myself as good team player with excellent problem solving skills. Passionate about clean code.

Java related projects:

Simple web application that lets you track your expenses. Manage them by creating your custom categories and see analysys of the expenses. Web app is secured by Spring Security with custom login form and user registration option. Demo is available here. Credentials: username/creativepass123.

Technologies: Java, Spring, Spring Security, React, Chart.js, Bootstrap, HTML5, CSS3, PostgreSQL

Budget tracker screencast

A service application which downloads cryptocurrency rates from CoinAPI and allows to calculate exchange amount from base cryptocurrency. The main purpose of writing this program was to get to know WebFlux reactive programming.

Technologies: Java, Spring, Spring WebFlux

Program simulates a bank terminal. User can create an account which geneerates a card number using Luhn algorithm and PIN code. User can also log into his account and check balance, deposit, transfer money and delete an account. Data is stored in the database using hibernate. The main purpose of writing this program was to practice writing algorithms and getting know with simple hibernate operations.

Technologies: Java, MySQL

Simple Banking System screeencast

Program simulates a coffe machine. Machine operates with the folowing products: coffee, milk, sugar, plastic cups and also collects money. When it runs out of any of these products it notifies user. Coffee machine can prepare three types of coffeee: espresso, cappuccino and latte. The main purpose of writing this program was to practice loops and conditions, working with classes, and get more confident in basics of Java.

Technologies: Java

Coffee Machine screeencast

Program that let you search for people using 3 search strategies. Project uses the inverted index data structure and design patterns such as strategy and template. It also reads data from txt file.

Search strategies: ALL - displays lines from file containing all the words from the query. ANY - displays lines from file containing at least one word from the query. NONT - displays lines from file that do not contain words from the query at all.

Technologies: Java

Simple Search screeencast

One of my first projects in Java. Simple Tic-tac-toe game but board coordinates starts from bottom left corner.The main purpose of writing this program was to practice planning and developing a program from scratch, using methods, handling errors, and processing user input.

Technologies: Java

Tic tac toe screeencast

Selected Web Development projects:

A webpage for detailing studio and shop. Integration with Subiekt GT ERP system, Allegro and Baselinker.

Technologies: Wordpress, WooCommerce, Baselinker

Blog and shop. Webpage about healthy lifestyle.

Technologies: Wordpress, WooCommerce

A buissness webpage for wooden houses manufacturer.

Technologies: Wordpress

Pinned Loading

  1. budget-tracker budget-tracker Public

    JavaScript

  2. cryptocurrency-exchange cryptocurrency-exchange Public

    Java

  3. coffee-machine coffee-machine Public

    Java

  4. simple-banking-system simple-banking-system Public

    Java