Skip to content
View Urbbiz's full-sized avatar
🚀
WorkRevisiting C# basics
🚀
WorkRevisiting C# basics
Block or Report

Block or report Urbbiz

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
Urbbiz/README.md
Console.Writeline("Hello World!");
public class Urbbiz : IGitHubUser
{
	public string Forename = 'Andrius';
	public string Surname = 'Urbonas';
	public string Field = "Web development";
	public string PrimaryStack = ".Net 5, .Net 6";
	public bool AvailableForWork = true;
}
public class Skill 
{
  public string Type { get; set; }
  public string Name { get; set; }
}
public class Program
{
	public static void Main()
	{
		private List<Skill> _skills = new()
		{
			new Skill { Type="language", Name="C#"},
			new Skill { Type="language", Name="SQL"},
			new Skill { Type="language", Name="PHP"}
			new Skill { Type="language", Name="Symfony"}
			new Skill { Type="language", Name="PrestShop"}
			new Skill { Type="framework", Name="Laravel"},
			new Skill { Type="language", Name="JavaScript"},
			new Skill { Type="language", Name="HTML"},
			new Skill { Type="language", Name="CSS"},
			new Skill { Type="framework", Name=".Net Core 6"},
			new Skill { Type="framework", Name="ASP.Net Web API"},
			new Skill { Type="framework", Name="EF Core"},
			new Skill { Type="framework", Name="Angular"},
			new Skill { Type="framework", Name="Bootstrap"},
			new Skill { Type="framework", Name="Tailwind"},
			new Skill { Type="tool", Name="MSSQL"},
			new Skill { Type="tool", Name="Git"}
		};
		
		private string[] learningList = {"Heroku", "Azure Pipelines", "GitHub Workflows"};
	}
}

WORK IN PROGRESS


Popular repositories Loading

  1. 4-Sign-up 4-Sign-up Public

    HTML 1

  2. 5-Coming-soon 5-Coming-soon Public

    Super mega demo project, how to develop a proper web project. :)

    JavaScript 1 2

  3. Urban-Drag-Race Urban-Drag-Race Public

    Simple racing car game for my 4years old boy with our family cars. Project was made for learning purposes.

    CSS 1

  4. devi-planners devi-planners Public

    wedding planners website

    CSS 1

  5. toDoList toDoList Public

    Project for learning purposes.

    CSS 1

  6. pizzeria-menu pizzeria-menu Public

    Pizza menu manager

    CSS 1