class Quiirex:
def __init__(self):
self.username = 'Quiirex'
self.name = 'Luka Mlinarič Fekonja'
self.position = 'Full-Stack Software Developer'
self.education = 'Masters Degree in Informatics and Data Technologies'
self.web = 'https://www.lukamlinaricfekonja.com'
self.code = {
'frontend': ['JavaScript', 'TypeScript', 'React', 'Next.js', 'Vue.js', 'Angular', 'Tailwind'],
'backend': ['Python', 'FastAPI', 'Node.js', 'Nest.js', 'Express.js', 'Java', 'Spring Boot', 'C#', '.NET Core'],
'database': ['MySQL', 'MongoDB', 'Redis', 'RabbitMQ', 'Elasticsearch', 'PostgreSQL'],
'devops': ['Docker', 'Kubernetes', 'Jenkins', 'GitHub Actions'],
'misc': ['Figma', 'Kibana', 'Prometheus']
}
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = Quiirex()
print(me)
☕
Turning caffeine into code
-
Blocksi Inc
- Slovenija
-
09:57
(UTC +01:00) - www.lukamlinaricfekonja.com
Highlights
Pinned Loading
-
feri-chat-app
feri-chat-app PublicAnd Electron based desktop application tailored to communication between students and the faculty staff.
-
cashcoach
cashcoach PublicNative Android application for tracking your expenses and incomes and managing your budget.
Kotlin
-
-
-
SloveniaEngineering/laguna-frontend
SloveniaEngineering/laguna-frontend PublicLaguna frontend source tree
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.