Skip to content
View dennissterzenbach's full-sized avatar

Block or report dennissterzenbach

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

Hi there πŸ‘‹

Who am I?

  • Debugging the web since 1995.
  • I'm a professional Full Stack Software Engineer with about 20 years experience.
  • Focus: Web Technologies, DevOps, Cloud & Container Platforms and Technology Evangelism.
  • I work for DB Systel

My Stack includes things like:

JavaScript Vue HTML CSS Node TypeScript Storyblok GraphQLAPI git gitlab Sass NPM Nuxt Markdown

I love to implement highly scalable, asynchronous platform architectures using

VS Code Sublime Text Red Hat Open Shift Hasura PostgreSQL CodePen Amazon Web Services ElasticSearch Kibana Beats Serverless / Lambda JSON Kubernetes Docker

Other tools and tech stack

Microsoft Teams Slack Zoom Confluence Prettier Ansible Notion Prometheus Grafana Todoist Raspberry Pi Sparkpost

WHY?

With what I do, I want to enrich people's lives and remove obstacles so that they are able to lead a full and happy life.

I want to give everyone equal access to the functions and information needed. - I put health and people first: sustainable, human-centered thinking and acting.

=> Not all my work is code, most is human.

πŸ˜„ Pronouns: he / him

πŸ“« How to reach me:

LinkedIn: https://www.linkedin.com/in/dennissterzenbach81

Pinned Loading

  1. This higher order function logic wra... This higher order function logic wraps a given function with error handling to make it exception fail safe
    1
    /**
    2
     * Error Handler dummy
    3
     * used to provide a higher order function which allows exception fail safe calling
    4
     * and provides some error handling along with.
    5
     *
  2. Node.js and Docker on AWS EC2 Node.js and Docker on AWS EC2
    1
    #!/bin/bash
    2
    
                  
    3
    ## Install docker on AWS
    4
    ### See http://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html
    5