Skip to content
View dawidsado's full-sized avatar
🎯
🎯

Block or report dawidsado

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
dawidsado/README.md

πŸ™‹β€β™‚οΈ INTRODUCTION

  • Studying at the Polish - Japanese Academy of Information Technology in Warsaw
  • Currently learning about Python, and developing knowledge of SQL
  • Goals: extend Python knowledge!

πŸš€ TECHNOLOGIES

Java

MySQL

HTML5

CSS3

πŸ“ˆ GITHUB STATS

Anurag’s github stats

Top Langs

🀝 CONNECT WITH ME

Dawid | LinkedIn







πŸ‘¨β€πŸ’» PORTFOLIO

465E3DA0-8158-4D5D-9F6E-04B6E2D2C8AF_1_201_a

β€’ POTENTIAL OUTFIT FOR CURRENT WEATHER 🌀🧀

https://github.com/dawidsado/PotentialOutfitForCurrentWeather

β€’ DESCRIPTION πŸ“Œ

Using weather API and knowledge about object-oriented programming I developed an app that based on current weather is able to suggest the most suitable outfit for the user.

API from OpenWeatherMap, I used a version with current weather data in the area chosen by me (I picked Warsaw, but it is only an example, location can be changed in the future).

I am planning to extend the app. I want to do unit tests in JUnit. The main outline of the final app version:

  • Outfits going to be prepared but in need of a potential trip to other countries
  • The weather forecast will be changed for a longer term, on the date of the potential user trip
  • Forecast will refer to that specific country where the user is heading for holidays
  • Wardrobe might be extended, but it isn’t the most important area of the app
  • At the end-user will receive outfits propositions for his upcoming holidays

api

Api icons created by Eucalyp - Flaticon



β€’ CURRENCY CONVERTER JSOUP πŸ’²

https://github.com/dawidsado/CurrencyConverterJSoup

β€’ DESCRIPTION πŸ“Œ

Basic currency converter which enables conversion based on the amount provided by the user to other currencies. (Note that I focused on main currencies – Euro, US Dollar, British Pound, and Polish Zloty). To download actual exchange rates I used the JSoup library and the capability to inspect webpage source code. Then I parse those values into doubles.

Using JUnit framework I created unit tests of every method in Downloader, FromZlotyConversions, and IntoZlotyConversions classes.

exchange

Currency icons created by Pixel perfect - Flaticon





β€’ UNIVERSITY WEBSITE TEST Selenium

https://github.com/dawidsado/UniversityWebsiteTest

β€’ DESCRIPTION πŸ“Œ

Using the basic functions from the external Selenium library and the ability to inspect webpage source code I created an algorithm that is able to log into my student account and check the schedule for the upcoming week.

seleniumGifConverted





β€’ LANDING PAGE 🌐

https://github.com/dawidsado/LandingPage

β€’ DESCRIPTION πŸ“Œ

I used my knowledge acquired during the course about fundamental web development technologies (CSS and HTML) to create simple, responsive landing page.

There is also an option to send a form (with the use of the Formsubmit.io platform) to contact me.

LandingPageTest.mp4

Visitors

Pinned Loading

  1. PotentialOutfitForCurrentWeather PotentialOutfitForCurrentWeather Public

    Using weather API and knowledge about object-oriented programming I developed app which based on current weather is able to suggest the most suitable outfit for user. I am planning to extend the app.

    Java 1

  2. CurrencyConverterJSoup CurrencyConverterJSoup Public

    Currency Converter in OOP using Jsoup and JUnit.

    Java 1

  3. UniversityWebsiteTest UniversityWebsiteTest Public

    Test of the university webpage – Gakko using browser automation framework Selenium, checking the schedule for the upcoming week for a specific student.

    Java 1