Skip to content
View mitsimi's full-sized avatar
🌸
🌸
  • Johannes Kepler University
  • Linz, Austria
  • 19:05 (UTC +02:00)

Block or report mitsimi

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

Hi there 👋

I'm Noah, a university student in austria for informatics. I'm constantly trying to improve in programming and learning new technologies.


package biography

type Bio struct {
    name      string
    username  string
    location  string
}
    
func main() {
    me := Bio {
      name:     "Noah",
      username: "mitsimi",
      location: "Linz, Austria",
    }
}

🛠️ Tools

💼 Skills

Pinned Loading

  1. go-gitea/gitea go-gitea/gitea Public

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

    Go 49.1k 5.9k

  2. pocketbase/pocketbase pocketbase/pocketbase Public

    Open Source realtime backend in 1 file

    Go 47.8k 2.4k

  3. embedded-project embedded-project Public

    This repository contains the code for a university project to build and control a robotic arm

    Python 1

  4. code-share code-share Public

    A modern code snippet sharing platform built with Go and Vue.js. Features include user authentication, syntax highlighting, and a responsive UI.

    Go