Skip to content
View nsteffens's full-sized avatar

Organizations

@codeformuenster
Block or Report

Block or report nsteffens

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

Hi there ๐Ÿ‘‹

Welcome to my GitHub profile! I am a passionate software engineer with a keen interest in cloud and web technologies. Through my projects, I strive to push the boundaries of the status quo and contribute to the open-source community. Feel free to explore my repositories and don't hesitate to reach out if you have any questions or collaborations in mind!

  • ๐Ÿ”ญ Iโ€™m currently working on different internal projects - paving the road for digital vehicles.
  • ๐Ÿ’ฌ Ask me about things in the cloud, onprem or onroad.
package main

import (
	"fmt"
	"time"
)

func main() {
	fmt.Println("Why did the Go programmer quit his job?")
	time.Sleep(2 * time.Second)
	fmt.Println("Because he didn't get arrays!")
}

Parts of this profile may or may not have been created by ChatGPT.

Popular repositories

  1. cv_seamcarving cv_seamcarving Public

    My implementation for the winterterm 2016 / 2017 Computer Vision course of the 'Seam Carving' Algorithm by Avidan et al.

    C++ 1

  2. Swinteract Swinteract Public archive

    Project for the summer term 16 project at ifgi.

    JavaScript 1

  3. IVE IVE Public archive

    Forked from sitcomlab/IVE

    The Immersive Video Environment - CMS

    JavaScript

  4. maphopper maphopper Public

    Forked from olenirwing/maphopper

    Proxy to convert Graphhopper Directions API responses to Mapbox API Responses

    JavaScript

  5. nsteffens nsteffens Public