Skip to content
View mzebrak's full-sized avatar
πŸ’»
πŸ’»
  • BlockchainWares Software
  • Katowice, PL

Highlights

  • Pro
Block or Report

Block or report mzebrak

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

gmail github

About me

class SoftwareDeveloper:
    def __init__(self):
        self.name = 'Mateusz Ε»ebrak'
        self.languages = ['pl_PL', 'en_US']
        self.degree = 'Bachelor of Engineering in Computer Science'
        self.specialization = 'Software engineering'
        self.interests = ['blockchain', 'electronics', 'snowboard', 'automotive']
        self.strengths = ['creativity', 'perseverance', 'meticulousness']

    def __str__(self):
        return f'{self.name}: {self.degree}, spec. {self.specialization}, {self.languages}'

    @staticmethod
    def say_hi() -> None:
        print("Hi! Thanks for stopping by, hope you find some of my repos interesting.")


if __name__ == '__main__':
    mat = SoftwareDeveloper()
    print(mat)
    mat.say_hi()
  • πŸ”­ I’m currently working on hive development, bsc thesis.
  • 🌱 I’m currently learning Python & Angular development, clean code practices, TDD.

Python TypeScript HTML5 CSS3 Shell Script

πŸ’» >More of my tech stack<

FastAPI pytest Plotly Angular

Postgres MicrosoftSQLServer MySQL Oracle SQLite

IDES:

PyCharm IntelliJ IDEA Jupyter Notebook Visual Studio Code

Java C#

OTHER:

Git GitLab GitLab CI Linux Docker VIM Jira Postman Arduino

m-zebrak github stats languages

⚑ >Recent Github Activity<
  1. ❗ Opened issue #4382 in Textualize/textual

  2. πŸ—£ Commented on #4376 in Textualize/textual

project 1 project 2

Pinned

  1. vrsc-hellminer-launcher vrsc-hellminer-launcher Public

    A simple batch script that makes it easy to run the miner on a computer for everyday use.

    Batchfile 4

  2. java-codewars java-codewars Public

    codewars.com java solutions

    Java

  3. java-h2db-deans-office java-h2db-deans-office Public

    JavaFX application imitating working with a database of deans office

    Java

  4. freecodecamp-scientific-computing-with-python freecodecamp-scientific-computing-with-python Public

    freeCodeCamp's Scientific Computing with Python Projects - my solutions

    Python

  5. sqlzoo-solutions sqlzoo-solutions Public

    solutions to all of the main 9 and 4 additional topics posted on the sqlzoo.net tutorial

  6. oracle-database-11g-sql-fundamentals-practice-solutions oracle-database-11g-sql-fundamentals-practice-solutions Public

    Oracle Fundamentals practice solutions

    2 5