Skip to content
View markmihalyi's full-sized avatar
🇭🇺
🇭🇺

Block or report markmihalyi

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

👋 Hey there.

class About extends Me {
    location = 'Hungary';
    languages_spoken = ['hu_HU', 'en_US'];
    programming_languages = ['TypeScript', 'JavaScript', 'C#', 'Python', 'Java'];
    technologies = ['React', 'Next.js', 'Express', 'Node.js', 'WPF', 'MAUI', 'ASP.NET'];
    databases = ['MySQL', 'Microsoft SQL Server', 'MongoDB'];
}

🔧 Other Tools

Pinned Loading

  1. chat-app chat-app Public

    💬 A real-time chat application made with Next.js, implementing Socket.io.

    TypeScript

  2. markmihalyi.hu markmihalyi.hu Public

    This is my new personal website. ✨

    TypeScript 1

  3. ubulengine ubulengine Public

    A c# software based on LCU API. Currently only available in Hungarian.

    C#

  4. multiataxx multiataxx Public

    Online two-player strategy game with artificial intelligence. ♟️⚔️

    C#

  5. cardano-wallet-boilerplate cardano-wallet-boilerplate Public

    A starting point for developers aiming to build decentralized applications (dApps) on the Cardano blockchain.

    TypeScript

  6. two-level-scheduler two-level-scheduler Public

    A simple two level scheduler algorithm. The first layer (0) uses SRTF, the second layer (1) uses RR scheduler.

    Java