Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
lotharschulz
Follow
in flow

Lothar Schulz lotharschulz

in flow

Block or report lotharschulz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
lotharschulz/README.md

fn main() {
let passion = vec!["Leadership".to_string(), "Software Engineering".to_string(), "Security".to_string()];
let natural_languages = vec!["de".to_string(), "en".to_string()];
let programming_languages = vec!["Rust".to_string(), "Kotlin".to_string(), "Python".to_string(), "Typescript".to_string()];

println!("Hey there, nice to meet you ;-)");
}

Pinned Loading

  1. awesome-techradar awesome-techradar Public

    Awesome list about Tech Radars

    29

  2. ktorjib ktorjib Public

    Continuous Delivery to Kubernetes with Kotlin, Ktor, Gradle, Jib, Skaffold and Kubernetes (EKS)

    Kotlin 18 4

  3. mcp-server-rust mcp-server-rust Public

    Rust MCP Local Server

    TypeScript 3

  4. hellogodocker hellogodocker Public

    Docker images build with various `docker build` command flags.

    Makefile 5 1

  5. spec-driven-kiro-project spec-driven-kiro-project Public

    Experimental project testing Kiro's spec-driven development approach with EARS syntax, design blueprints, and AI agent implementation - finished with GitHub copilot

    TypeScript 3 1

  6. osx_bootstrap.sh osx_bootstrap.sh
    1 #!/bin/bash
    2 # http://redsymbol.net/articles/unofficial-bash-strict-mode/
    3 set -euo pipefail
    4 IFS=$'\n\t'
    5