Skip to content
View dominikbullo's full-sized avatar
  • DeOutsol s. r. o.
  • Žilina, Slovakia | Stockholm, Sweden
Block or Report

Block or report dominikbullo

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

hi human! 👋

django vue.js docker postgresql drf graphql


wordpress wordpress gulp.js mysql

#!/usr/bin/python

class SoftwareEngineer:

    def __init__(self):
        self.name = "Dominik Bullo"
        self.role = "Full-stack developer"
        self.language_spoken = ["sk_SK", "en_US"]
        self.code = ["Python", "Javascript", "PHP", "Java"]

    @staticmethod
    def tools() -> dict[str, list[str]]:
        return {
            "backend": ["Django", "Django Rest Framework", "GraphQL", "pytest"],
            "frontend": ["Javascript", "Vue.js", "Vuexy", "Vuetify"],
            "general": ["Docker, Git, CI/CD, Github Actions", "WordPress", "WooCommerce"],
        }

    @staticmethod
    def favourite_tech_stack() -> str:
        return "Django | Vue.js | Docker | PostgreSQL"

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


me = SoftwareEngineer()
me.say_hi()

Pinned Loading

  1. ShareDesk ShareDesk Public

    Web app for shared desk reservation created with Django and Vue.js

    SCSS

  2. django-unfold django-unfold Public

    Forked from unfoldadmin/django-unfold

    Minimal Django theme based on Tailwind CSS supporting advanced sidebar customizations, color combinations, actions, filters ...

    HTML

  3. TowerDefense TowerDefense Public

    Simple game as school project in Unity

    C#

  4. semestralna_praca_AUS_02_with_GUI semestralna_praca_AUS_02_with_GUI Public

    Druhá semestrálna práca z predmetu algoritmy a údajové štruktúry aj s grafickým rozhraním

    C++

  5. semestralna_praca_VAMZ semestralna_praca_VAMZ Public

    Mobilná aplikácia ako semestralná práca na predmet vývoj aplikacií pre mobilné zariadenia

    Kotlin