GithubHelp home page GithubHelp logo
Console.Writeline("Hello World!");
public class JRybelis : IGitHubUser
{
	public string Forename = 'Jokūbas';
	public string Surname = 'Rybelis';
	public string Field = "Web development";
	public string PrimaryStack = ".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="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="Knockout.js"},
			new Skill { Type="framework", Name="Bootstrap"},
			new Skill { Type="framework", Name="Tailwind"},
			new Skill { Type="tool", Name="MSSQL"},
			new Skill { Type="tool", Name="PostgreSQL"},
			new Skill { Type="tool", Name="Git"},
			new Skill { Type="tool", Name="Gitlab"},
			new Skill { Type="tool", Name="GitHub"},
			new Skill { Type="tool", Name="Bitbucket"},
			new Skill { Type="tool", Name="Jira"},
			new Skill { Type="tool", Name="Confluence"},
			new Skill { Type="tool", Name="Jenkins"},
			new Skill { Type="tool", Name="Azure DevOps"},
			new Skill { Type="tool", Name="Azure Cloud"},
			new Skill { Type="tool", Name="Docker"}
		};
		
		private string[] learningList = {"Microservices", "LINQ", "Minimal API", "TDD"};
	}
}

WORK IN PROGRESS


  • 🔭 I’m currently working on Web API projects.
  • 🌱 I’m currently increasing my knowledge of Web API security.
  • 📫 Reach me on:
  • ⚡ Fun fact: I am passionate about internet privacy.

Jokūbas Rybelis's Projects

9.-coming-soon icon 9.-coming-soon

Demo project on how to develop a front-end web page functionality.

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.