Skip to content
View NetzwergX's full-sized avatar
Block or Report

Block or report NetzwergX

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

I'm a student of computer science and a research assistant at the Chair V (Programming Systems) at TU Dortmund University.

The languages I work with are mainly Java and C# (.Net Core), as well a TypeScript. Lately I have developed an admiration for Scala as well.
I'm versed in many of the supporting and underlying technologies for web development, including, but not limited to:
SQL (mainly MySQL), HTML, CSS, JS/TS and ORM (JPA & Hibernate, EF Core), as well as DevOps and Continuos Practices.

I'm wrote my bachelor's thesis on "Visual Authoring of CI/CD Pipeline Configurations" (available here) and developed a tool that allows the graphical composition of CI/CD pipelines (https://gitlab.com/scce/Rig), greatly reducing the complexity of creating such pipelines and making CI/CD much easier accessible.

Pinned

  1. primes primes Public

    A Continuos Practices / DevOps tech demo for a modern, cloud based web application (GitLab mirror).

    JavaScript

  2. jekyll-template-toolkit jekyll-template-toolkit Public

    A widget collection for vanilla jekyll, 100% compatible to github-pages.

    57 1

  3. My oh-my-posh v3 theme, based on pow... My oh-my-posh v3 theme, based on powerlevel10k_rainbow (added java & dotnet, removed adornments)
    1
    {
    2
      "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
    3
      "blocks": [
    4
        {
    5
          "alignment": "left",
  4. My PowerShell Profile -- includes oh... My PowerShell Profile -- includes oh-my-posh and auto completion for git, docker and dotnet and suggestions from history
    1
    # SETUP:
    2
    # Install-Module posh-git -Scope CurrentUser
    3
    # Install-Module Terminal-Icons -Scope CurrentUser
    4
    # winget install JanDeDobbeleer.OhMyPosh -s winget
    5
    # Install-Module DockerCompletion -Scope CurrentUser
  5. Various JavaFX Table/ListCell implem... Various JavaFX Table/ListCell implementations with support for custom formatters
    1
    This Gist contains a few of the TableCell and ListCells with factories I have written for JavaFX.
    2
    
                  
    3
    ## DatePickerTableCell
    4
    
                  
    5
    ````java
  6. Scene graph information display for ... Scene graph information display for JME3. Provides an app state that shows which geometry is picked, its parents & their controls and allows toggling wireframe on/off for picked geometry.
    1
    /*
    2
     * Copyright (c) 2018 Sebastian Teumert (<http://teumert.net>)
    3
     * Some rights reserved.
    4
     * 
    5
     * Redistribution and use in source and binary forms, with or without