Skip to content
View martinbroede's full-sized avatar

Organizations

@SAP

Block or report martinbroede

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

Hi, I'm Martin Broede,

a software developer and musician with an interest in everything related to music, theater, programming, math and science. If you want to learn more about me, feel free to visit my website.

I'm the creator of the open-source monitoring tool Django Log Lens, a scheduling software called MeetSheet and some other useful as well as completely nonsensical things.

       

Pinned Loading

  1. django-log-lens django-log-lens Public

    Lightweight logging app for the Django framework

    JavaScript 3

  2. passwords passwords Public

    Unconventional Password Manager with No Need for Storage

    JavaScript 2 1

  3. fineChessEngineAndGui fineChessEngineAndGui Public

    Chess program with graphical user interface and network connection

    Java 1

  4. chessServer chessServer Public

    Multi client server I created for my chess project to connect any number of players

    Python

  5. workshop workshop Public

    Workshop zum Rucksackproblem - Zielgruppe: Schüler*innen zw. 15 u. 18

    Python 1 1

  6. Register Django Models to REST API A... Register Django Models to REST API Automatically
    1
    # Author: Martin Broede
    2
    # This is a gist that can be used to generate rest api endpoints for models automatically.
    3
    # It depends  on the django rest framework and reduces the amount of boilerplate code 
    4
    # needed to create ViewSets and Serializers.
    5
    # The code can be adjusted to your needs, it's a good starting point though.