Skip to content
View HenrikThien's full-sized avatar
💻
(visitor.IsHappy) ? MyState.HappyAsWell : MyState.Sad;
💻
(visitor.IsHappy) ? MyState.HappyAsWell : MyState.Sad;

Organizations

@1Minute-Fortbildungen
Block or Report

Block or report HenrikThien

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

Hi there, I'm Henrik. ¯\(ツ)

I'm a code addicted software developer from Germany 🇩🇪.

{
 "user": {
  "name": "Henrik",
  "location": "Hamburg, Germany ⛵⚓",
  "favs": [
    "Dart",
    "Typescript",
    "Java",
  ],
 }
}

Creator of 1-Minute.app

Creator of Planify


iOS:
Android:

Pinned Loading

  1. Coffee-Breaks-Slack-Bot Coffee-Breaks-Slack-Bot Public

    Creating new coffee break groups using google cloud functions and slack api

    TypeScript

  2. flutter_mobx_firebase_architecture flutter_mobx_firebase_architecture Public

    A example project which is made with Flutter using mobx for state management and firebase as the backend.

    Dart

  3. Ironhack Hackrocks password brutforce Ironhack Hackrocks password brutforce
    1
    import requests
    2
    import re
    3
    
                  
    4
    url = "https://challenges.hackrocks.com/the-chattering-programmer/login"
    5
    data = {'login': 'admin', 'password': ''}