User profile picture

Kovács Bálint Hunor

@MemerGamer1
⌨️ Coding
  • MemerGamer1
  • README.md

Welcome visitor:)!

About me

Hi, my name is Kovács Bálint-Hunor, I'm a Software Engineering Student (MSc) at Sapientia Hungarian University of Transylvania. In addition to my academic pursuits, I enjoy exploring various hobbies, including playing the guitar, gaming, learning about the world, and reading & writing poems. I also enjoy contributing to open source projects. :)

Hobbies

from fastapi import FastAPI
from pydantic import BaseModel

app = FastAPI()

class UserProfile(BaseModel):
    name: str
    role: str
    hobbies: list[str]

@app.get("/profile", response_model=UserProfile)
async def get_profile():
    profile = UserProfile(
        name="Kovács Bálint-Hunor",
        role="Software Engineering Student",
        hobbies=[
            "Playing the Guitar 🎸",
            "Playing Games 🎮",
            "Learning Interesting Things About the World ✨",
            "Reading & Writing Poems 📓"
        ]
    )
    return profile

Tools and Badges

Tools

Category Tools
Frontend related Vite TypeScript React Tailwind CSS
Backend related Python GoBash Node.js
Databases PostgreSQL MySQL MongoDB
Operating Systems Arch Mint Ubuntu
IDEs/Editors Vim Neovim VS Code
Currently Learning Docker Go Zig Rust GCP
Interested in Learning Kubernetes BSD GCP

Badges

  • Google Cloud Badges

  • Codeium Badges

GitHub Stats

Profile views

Hunor's GitHub stats Streak stats Top Languages

GitHub Trophies

Contributor stats

NOTE: Private repositories are not included in the statistics. This does not indicate my skill level or language proficiency.

Typing SVG

If you are interested send me an e-mail. 😀
Or check out my website 👀

Before you leave, here is a random cat

Random Cat

Activity

View all
Loading
There was an error loading users activity calendar.
  • Loading

Personal projects

View all
  • Loading
Loading

About

Sapientia EMTE - Informatics

Info

12:11 AM
Member since July 14, 2022

Contact

www.kovacsbalinthunor.com