- Studying at the Polish - Japanese Academy of Information Technology in Warsaw
- Currently learning about Python, and developing knowledge of SQL
- Goals: extend Python knowledge!
https://github.com/dawidsado/PotentialOutfitForCurrentWeather
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 icons created by Eucalyp - Flaticon
https://github.com/dawidsado/CurrencyConverterJSoup
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.
Currency icons created by Pixel perfect - Flaticon
https://github.com/dawidsado/UniversityWebsiteTest
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.
https://github.com/dawidsado/LandingPage
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.