Skip to content
View Steven24K's full-sized avatar
🤹‍♂️
Enjoying life
🤹‍♂️
Enjoying life

Highlights

  • Pro

Block or report Steven24K

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

Welcome on my GitHub page

The personal place for programmers to express themselves

About me

My name is Steven and in 2020 I graduated from my bachelors degree in computer science at the Rotterdam university - Hogeschool Rotterdam. I am passionate about working with C#(ASP.NET), Typescript and React. To read more about me find my website here. This website is also hosted on GitHub pages

  • 💬 If you need help with coding or to setup a new project I'm happy to help
  • 📫 How to reach me: s.koerts2@gmail.com
  • 😄 Pronouns: he/him
  • ⚡ Fun fact: Testing does verify the absence of bugs, not the presence
  • 🎵 Favorite music: I beleive Tupac and Johnny Cash are both legends

Pinned Loading

  1. Steven24K.github.io Steven24K.github.io Public

    My personal website, here I post what I am up to at the moment.

    HTML 1

  2. CodeGenPHP CodeGenPHP Public

    A PHP code generator in Typescript

    CSS

  3. Type-Safe-LINQ Type-Safe-LINQ Public

    This is a school project for the software engineering minor at Hogeschool Rotterdam, the purpose is to build a type safe ling library using Typescript.

    TypeScript 2

  4. A Force directed graph layouting alg... A Force directed graph layouting algorithm based on Fruchterman and Reingold's principle, written in Typescript.
    1
    /**
    2
     * Force directed graph layout algorithm according to Fruchterman and Reingold's principle. 
    3
     * The algorithm can be summarized as follows: 
    4
     * algorithm SPRING(G:graph);
    5
     * place vertices of G in random locations;
  5. Hello-React-Typescript Hello-React-Typescript Public

    This is a custom React toolchain for starting a single page React app with Typescript

    TypeScript 3

  6. brainfuck-interpreter brainfuck-interpreter Public

    Python