#!/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()
Freelancer || Full Stack Web Developer ➡️ Vue.js | Django | Postgres | Docker ⬅️ In free time creating WordPress sites 🔥
-
DeOutsol s. r. o.
- Žilina, Slovakia | Stockholm, Sweden
- www.bullo.sk
Pinned Loading
-
-
django-unfold
django-unfold PublicForked from unfoldadmin/django-unfold
Minimal Django theme based on Tailwind CSS supporting advanced sidebar customizations, color combinations, actions, filters ...
HTML
-
-
semestralna_praca_AUS_02_with_GUI
semestralna_praca_AUS_02_with_GUI PublicDruhá semestrálna práca z predmetu algoritmy a údajové štruktúry aj s grafickým rozhraním
C++
-
semestralna_praca_VAMZ
semestralna_praca_VAMZ PublicMobilná aplikácia ako semestralná práca na predmet vývoj aplikacií pre mobilné zariadenia
Kotlin
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.