Skip to content
View ItsMaciek's full-sized avatar
  • Poland
  • 03:18 (UTC +01:00)

Highlights

  • Pro

Block or report ItsMaciek

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

Hi there

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Maciek Matysiak"
        self.pronouns = ["He","Him"]
        self.role = "Software Engineer"
        self.hobbys = ["GameDev","Books","Music"]
        self.musisTaste = "Best"
        self.language_spoken = ["pl_PL", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

🛠️ Languages and Tools

HTML

CSS

JavaScript

Git

Figma

GitHub

VisualStudioCode

Linux


Popular repositories Loading

  1. ItsMaciek ItsMaciek Public

    1

  2. BankApplication BankApplication Public

    Banking App is a banking application built using Node.js, Express, MongoDB, and Vue.js. It allows creating bank accounts and updating account balances.

    Vue