Skip to content
View mzebrak's full-sized avatar
💻
💻
  • BlockchainWares Software
  • Katowice, PL

Highlights

  • Pro

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

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. 🗣 Commented on #5166 in Textualize/textual

  2. 🗣 Commented on #5140 in Textualize/textual

project 1 project 2

Pinned Loading

  1. 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 Public

    codewars.com java solutions

    Java

  3. java-h2db-deans-office Public

    JavaFX application imitating working with a database of deans office

    Java

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

    freeCodeCamp's Scientific Computing with Python Projects - my solutions

    Python

  5. 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 Public

    Oracle Fundamentals practice solutions

    6 4

670 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created an issue in Textualize/textual that received 4 comments

The moment of setting the focus has changed (omits can_focus set in on_mount) after the 2.0.0

This works correctly in 1.0.0 but changed in 2.0.0. Right after launch, Long widget should have focus (so, e.g. key_down binding should work and sc…

4 comments
Opened 1 other issue in 1 repository
Textualize/textual 1 open
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.