Skip to content
View stepkos's full-sized avatar
๐Ÿš€
๐Ÿš€

Highlights

  • Pro

Organizations

@Solvro @DROP-DATABASE-HACKATON

Block or report stepkos

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
stepkos/README.md

Hi ๐Ÿ‘‹ I'm Jacob

A passionate full-stack developer

  • ๐ŸŽ“ Applied Computer Science Student at the Wroclaw University of Science and Technology
  • ๐Ÿ’ป I graduated from a Technical High School with a programmer technician profile
  • ๐Ÿ“ซ You can reach me by jakub.stepkowski.programming@gmail.com

stepkos

Mainly I work with

Languages

python java javascript csharp cplusplus c php css3 html5

Frameworks

django flask selenium react laravel dotnet mysql mssql sqlite android unity

Other Tools

git bash linux postman figma photoshop

Connect with me

jakub-st%C4%99pkowski-463a05272 stepkos

Pinned Loading

  1. otodom-scraper-enterprise-edition otodom-scraper-enterprise-edition Public

    Scraping apartments from otodom, evaluate them and notify about the most attractive ones.

    Python 1

  2. real-estate-price-valuation real-estate-price-valuation Public

    Creating MLP AI Model to Valuate Real Estate Prices

    Jupyter Notebook 1

  3. reservation-app reservation-app Public

    Web Aplication to manage reservations dedicated for clinics

    PHP 1 1

  4. beer-api-viewer beer-api-viewer Public

    The app to present beers fetched from API

    JavaScript 2

  5. shop-mobile shop-mobile Public

    Simple shop android application

    Java 1

  6. Customized console progress bar Customized console progress bar
    1
    class ProgressBar:
    2
    
                  
    3
        def __init__(self, length: int = 20,
    4
                _open: str = '[', close: str = ']',
    5
                fill: str = '#', fill_other_first: str = '',