Skip to content
View dev-vinz's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
It's not a bug โ€” It's an undocumented feature
๐Ÿ‘จโ€๐Ÿ’ป
It's not a bug โ€” It's an undocumented feature

Highlights

  • Pro

Block or report dev-vinz

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

๐Ÿ‘‹ Hi, I'm !+VinZ+!

๐Ÿ‘จโ€๐ŸŽ“ Software engineer
๐Ÿ‘จโ€๐Ÿ’ป Freelance Discord bot developer

LinkedIn GitHub !+VinZ+!

๐Ÿง About me

public class VinZ
{
  public string Gender => "Male";
  public string[] Interests => new[] { "Code", "Sport", "Music" };
  
  public Languages GetLanguages()
  {
    return new("C#", "C++", "JavaScript", "PHP", "HTML/CSS", "Java", "Python");
  }
  
  public Frameworks GetFrameworks()
  {
    return new("ASP.NET", "Angular", "Django", "Laravel", "VueJS", "Qt", "Spring");
  }
}

๐Ÿ“Š My statistics

!+VinZ+!'s Github Stats


Pinned Loading

  1. WarPlanner WarPlanner Public

    A Discord bot Clash Of Clans, which helps managers in the management of an eSport team

    C# 1

  2. cours-manager-2000 cours-manager-2000 Public

    Forked from HE-Arc/cours-manager-2000

    Laravel project, realized during a HE-Arc course, which helps students to manage their grades and averages

    PHP

  3. MusiQuali MusiQuali Public

    Spring boot project, realized during a HE-Arc course, allowing to play an online musical game, directly relied to Deezer

    Java 2

  4. Sudoku-Backtracking Sudoku-Backtracking Public

    C# project, realized during a HE-Arc course, allowing to solve a Sudoku grid by brute force

    C# 1