Skip to content
View simonsagstetter's full-sized avatar

Block or report simonsagstetter

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

Hi 👋, I'm Simon

An IT specialist, web developer and audio engineer from Berlin

About Me

public class Main {

    public static class Me {

        private final int       age         = 30;
        public  final String    firstName   = "Simon";
        private final String    residency   = "Berlin";
        private final String[]  roles       = { "Salesforce Developer", "Web Developer", "IT Consultant" };
        private final String[]  languages   = { "German", "English", "Spanish" };
        private final String[]  learning    = { "Java", "Spring Boot", "DSA", "TypeScript", "NodeJS" };
        private final String[]  interests   = { "React Native", "Kotlin", "Electron" };
        public  final String[]  askMeAbout  = { "Apex", "Django", "React", "JavaScript", "Audio Engineering", "Music Production"};

        public Me(){}

        public void greet(){
            System.out.println("Hello visitor, nice to meet you! Thanks for dropping by :)");
        }
    }

    public static void main(String[] args) {
        Me simon = new Me();
        simon.greet();
    }

}

Languages

Javascript TypeScript Java Bash GraphQL Python

Frontend

HTML 5 CSS3 Tailwind CSS React Redux React Query React Router Next.js Apollo Electron Wordpress

Backend

Apex Django NodeJS Keystone Strapi Apollo Express

Dev Ops

VSCode Intellij Idea Brave Prettier Trello NPM Git Postman Nginx PM2 Postgresql SQLite MySQL MSSQL Jest Junit5 Gunicorn Firebase Heroku Docker

Pinned Loading

  1. assemble assemble Public

    Assemble is tailored resource management tool for small carftmanship enterprises

    Java

  2. kickbaselive kickbaselive Public

    Kickbase Live is an alternative web client for viewing matchday performances

    JavaScript 3 2

  3. cs2-mm-server-picker cs2-mm-server-picker Public

    Pick and block official Counter-Strike 2 matchmaking servers. Take control and decide where you want to play.

    TypeScript 2

  4. feinanzeigen feinanzeigen Public

    Eine aufgeräumte Version der Kleinanzeigen Suche

    JavaScript 1

  5. kickbase-api-doc kickbase-api-doc Public

    Forked from kevinskyba/kickbase-api-doc

    A documentation of the kickbase API for scientific reasons only!