Giter Site home page Giter Site logo
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


Andrius Urbonas's Projects

portfolio icon portfolio

This project purpose is to showcase my work and let others know about myself.

recursiontask icon recursiontask

X COMPANY TECH HOMEWORK ASSIGNMENT FOR THE .NET DEVELOPER INTERN POSITION

urban-drag-race icon urban-drag-race

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

vactination icon vactination

Vactination application written in PHP and executed from CLI

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.