Skip to content
View LetUsFlow's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report LetUsFlow

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

Hi there 👋

My name is Florentin and I'm a software developer and network engineer.
Currently, I am pursuing my studies in Computer Science at the Vienna University of Technology. Prior to this, I successfully completed my education at the Higher Technical Institute HTL Rennweg.

Tech-related interests:

  • Systems programming (with Rust)
  • Embedded programming and automation (ESP32 and Arduino using Rust and MicroPython)
  • Database technologys (PostgreSQL, MongoDB, TimescaleDB)
  • Linux & Windows servers
  • Network engineering and IT security

Projects 🔧

Tools ⚙

  • IPcalc - A fully-featured IPv4 address calculator developed by a colleague

Pinned Loading

  1. Rusty-BruhBot Rusty-BruhBot Public

    A blazingly 🦀 fast 🚀 Discord soundboard

    Rust 1 1

  2. Giftzwerg02/oxo Giftzwerg02/oxo Public

    Rust 3

  3. webOTP webOTP Public archive

    A browser based TOTP-client

    PHP 2

  4. conways-gol conways-gol Public

    Game of Life implemented in Go with OpenGL. Developed by Kyle Banks and modified by me.

    Go 1

  5. Shell Script for Upgrade Ubuntu via ... Shell Script for Upgrade Ubuntu via APT, Snap and Flatpack in one step
    1
    #!/bin/bash
    2
    
    
    3
    TEXT_RESET='\e[0m'
    4
    TEXT_YELLOW='\e[0;33m'
    5
    TEXT_RED_B='\e[1;31m'