C-Auth Logo C-Auth

an authentication service for Websites

GitHub Live In development https://c-auth.com

Every year millions of accounts get hacked, because of weak or leaked passwords. Often the reason for this is, that the website does not store the passwords securely, sometimes even unencrypted.

C-Auth aims to solve this problem by not relying on passwords at all. Instead it uses on-device authentication using biometrics or authentication devices. This way the user does not have to remember a password. This is achieved using the webauthn standard.

MoneyMan Logo MoneyMan

a money-management tool

The more transactions move in and out of your bank-account, the harder it gets to keep track of your finances.
MoneyMans goal is to make this easier by providing a simple and intuitive interface to keep track of your finances.

PMS

a project-management tool

GitHub Live In development https://pms.netcode.dev

My mind is always full of ideas for projects to simplify my life. But I often forget about them, because I don't write them down.
PMS is a project-management tool, that aims to solve this problem by providing a place to keep track of your projects and ideas.

Tracy

a monitoring tool

GitHub In development

With the number of projects that have gone live growing, it becomes increasingly difficult to monitor errors and performance.
Tracy is made to help me keep track of the uptime and occuring errors of my projects.

OpenNetLib

a Java Networking Library

This library aims to simplify the process of creating a server-client application in Java.
It is very well abstracted and easy to use. I even built a simple HTTP-Server using this library.