Skip to content
View Mirac61's full-sized avatar

Highlights

  • Pro

Block or report Mirac61

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

mirac — terminal intro

Software Engineering student at Hochschule Esslingen, 4th semester. Java and Spring Boot as the foundation, Go as the thing I'm learning properly right now.

Looking for an internship or working student position in the Stuttgart area from WS26.


Projects

VentoryGo — Invoice backend in Go

Go Gin PostgreSQL Docker

  • pgx instead of an ORM, migrations via golang-migrate
  • Money as int64 cents, VAT rates as integer basis points — no floats near the money logic
  • Cancellations through credit notes rather than deletions, so the document chain stays intact

mysh — Unix shell in C++

C++ Linux

  • Straight against the syscalls — fork(), exec(), pipe(), dup2()
  • Pipes, redirects, signal handling, tab completion, git integration
  • ~9ms cold start, no memory leaks under Valgrind

Stack

Go Java Kotlin TypeScript C++

Spring Boot Gin Vue.js PostgreSQL Docker

Neovim Git GitHub Actions Linux


Stats

GitHub stats Top languages


Connect

LinkedIn

Pinned Loading

  1. Lebenslauf_Vue.js Lebenslauf_Vue.js Public

    Vue

  2. DanielTrbara/Autovermietung DanielTrbara/Autovermietung Public

    Java 1

  3. DanielTrbara/Zeiterfassung DanielTrbara/Zeiterfassung Public

    C# 1 1

  4. mysh mysh Public

    A lightweight Unix shell written in C++ with colored output, pipes, and I/O redirection

    C++

  5. activitytracker activitytracker Public

    Kotlin

  6. VentoryGo VentoryGo Public

    A simple, self-hosted invoicing tool. Go backend, React frontend.

    Go