Skip to content
View lukettoOoO's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Universitatea Politehnica Timisoara
  • Timișoara, România
  • LinkedIn in/luca-mihut

Highlights

  • Pro

Block or report lukettoOoO

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lukettoOoO/README.md

Hello 👋, I'm Luca-Adrian Mihut

💻 Computer Science and Information Technology student | 👨‍💻 Software Developer | 🐧 Linux & Networking Enthusiast

💫 About Me:

💻 I’m currently developing applications for my homelab and working on a Nextcloud plugin
🌱 I’m currently learning Go and Windows Server Administration
📫 How to reach me mihut.luca@yahoo.com
📄 Know about my experiences https://lukettoooo.github.io/cv/

🌐 Connect with me:

luca-mihut

email

Languages and Tools:

Lanuages:

c logo java logo python logo php logo csharp logo javascript logo html5 logo css logo

Frameworks:

vuejs logo dot-net logo

Systems, DevOps, Tools:

linux logo debian logo unix logo docker logo git logo github logo gitlab logo nginx logo vscode logo visualstudio logo jetbrains logo gcc logo matlab logo npm logo

Databases:

mysql logo mongodb logo postgresql logo oracle logo

Machine Learning:

pytorch logo numpy logo

🧩Projects:

Project Description Tech Stack Link
Nextcloud Staff Timekeeping Plugin Developing a Nextcloud plugin to automate faculty timekeeping and administrative workflows. PHP, Vue.js, Nextcloud, Cloud Computing GitLab
Multi-threaded TCP Chat System Built a concurrent chat server and CLI client with thread-safe message handling. C, POSIX Threads, Sockets, TCP/IP View Repo
Home Lab Deployed Dockerized services on a Debian server with Nginx reverse proxy and HTTPS. Debian Server, Docker, Linux, Networking, Nginx View Repo
BetterTown Desktop application for urban issue management featuring interactive map-based input. Java, Swing, MySQL, Maven View Repo
Nand2Tetris Implemented a full hardware-software stack for a 16-bit computer (logic gates to OS). HDL, Assembly, C, Virtual Machines View Repo
Noir (AI Detective Game) AI-driven interactive detective game built using structured prompting and vibe-coding techniques. GitHub Copilot, Google AI Studio, Gemini API View Repo
OS Treasure Hunt Educational project focused on mastering Linux file system navigation and terminal systems. Linux, Shell Scripting, CLI View Repo
General-Purpose 16-bit Processor Implementation of a custom 16-bit CPU architecture and hardware-software stack. HDL, Assembly, Digital Logic Design View Repo

Pinned Loading

  1. BetterTown BetterTown Public

    This desktop java application aims to assist both citizens and local authorities by providing a platform for reporting and tracking public issues in their local community/town through a map and mar…

    Java 1

  2. General-Purpose-16bit-Processor General-Purpose-16bit-Processor Public

    A custom 16-bit CPU designed from scratch in Verilog, featuring a custom ISA, assembler, and a terminal-based calculator application.

    Verilog

  3. homelab homelab Public

    Shell

  4. Nand2tetris Nand2tetris Public

    Implementation of a full hardware-software stack for a 16-bit computer (from logic gates to the OS), including ALU, CPU, assembler, and VM, as part of the Nand2Tetris course.

    Hack

  5. TCP-client-server-chat-system TCP-client-server-chat-system Public

    Multi-threaded TCP client-server chat application built in C with an interactive ncurses interface.

    C