Skip to content
View MTRNord's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report MTRNord

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

Welcome

Who am I

I am a 23 year old german student passionate about Matrix and Rust.

I am working at Nordeck, worked 4 years at Famedly and did plenty of contributions to both the Matrix.org Project as well as the Element-web Project over the last years.

Skills

My current skillset consists mainly of:

Programming Languages

  • Rust
  • Typescript
  • Basic C++20 knowledge

Tools

  • Git
  • Kubernetes
  • Github/Gitea/Gitlab
  • Linux
  • Nix

Blog

I have a small blog which you can find at https://notes.midnightthoughts.space/

Projects

My currently most active Projects are:

  • Erooster - An Emailserver written in Rust from scratch meant to eventually replace my personal Mailu server.
  • msc-viewer - A datatracker alike viewer for Matrix Spec Change Requests.

Past major Projects

These are projects I previously worked on:

Upcoming Projects

Projects I recently started but which are still very small and pre-alpha:

  • Currently none

MTRNord's GitHub stats Top Langs

Pinned

  1. erooster-mail/erooster erooster-mail/erooster Public

    A mail suite written in rust meant to be easy to use.

    Rust 45 3

  2. StreetCompleteFlyer StreetCompleteFlyer Public

    A WIP English and German Flyer for the StreetComplete Project

    PostScript 2

  3. matrix-art matrix-art Public

    An image gallery for Matrix

    TypeScript 21 1

  4. matrix-moderation-widget matrix-moderation-widget Public archive

    A widget for moderating with mjolnir. Highly WIP. Use at your own risk!

    TypeScript 7

  5. dialogflow-fulfillment.d.ts dialogflow-fulfillment.d.ts
    1
    declare module 'dialogflow-fulfillment' {
    2
      import { DialogflowConversation } from 'actions-on-google';
    3
      import { Request, Response } from 'express';
    4
    
                  
    5
      export class Card extends RichResponse {