Skip to content
View michael-mb's full-sized avatar
🧠
Learning new stuff
🧠
Learning new stuff

Organizations

@CMGI-Projects
Block or Report

Block or report michael-mb

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

Hi Github 👋

Hallo I'm Michael, computer science student 💻 and passionate about web development 💪.

  • 🤔 I like to code with Spring and Vue. However I like to discover new tools 🔥

#Nuxt #Spring #Selenium #Docker #Rust #GraphQL

let yourCompany = ["your team"];
let me = "Michael";
let match = true;
 
const collaboration = (company, applicant, matching) =>{  
    try {
      if(matching){
        company.push(applicant);
        return `An awesome collaboration is announced between ${company[0]} and ${company[1]} 🤩`;
      }
      throw ('no collaboration')
    } catch (err){
      return `Oh there is an error : ${err} \n Okay ! Let's wish a good continuation 🙂`;
    }  
}

collaboration(yourCompany, me, match)

alt text

Pinned

  1. Masterthesis Masterthesis Public

    Masterthesis at the UDE - Generierung von Feedback-Regeln für Modelle aus annotierten Musterlösungen

    TeX

  2. Bachelor-Thesis Bachelor-Thesis Public

    Bachelor Thesis at the TU Dresden - Entwicklung einer Web-Testsuite am Beispiel von jExam

    TeX

  3. GReQL-Converter GReQL-Converter Public

    GReQL-Converter Masterthesis Project

    Vue

  4. cmgi-story cmgi-story Public

    CMGI-Website with Nuxt + Storyblok integration.

    Vue

  5. Secret Secret Public

    Blog Type App build with Nuxt and Spring Boot... For more read the Readme.md

    Java

  6. youtube_clone youtube_clone Public

    Forked from Majumbum-Hackaton-2021/youtube_clone

    Youtube Clone for the Hackaton 2021 #lescodeursnelagerpas

    Java 1