rsschool-cv

Vladislav Prodavetsnapitkov

Contacts

About me

I am 17 years old. I would like to be full stack developer. I am quite with C#, ASP.NET Core and i want to improve my skills at frontend aspect. Thats why i am here.

Skills

Code example

public static class Kata {
  public static IEnumerable<string> FriendOrFoe(string[] names){
    return names.Where(name => name.Length == 4);
  }
}

Languages