Skip to content
View JRybelis's full-sized avatar
Block or Report

Block or report JRybelis

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

Pinned Loading

  1. CurrencyCalculator CurrencyCalculator Public

    Calculates the EUR currency exchange rate for a specified date.

    TypeScript

  2. EmployeeRestApi EmployeeRestApi Public

    Visma home task: employee REST API, using ASP.NET Core

    C#

  3. ExcelStreamReader ExcelStreamReader Public

    C#

  4. ExchangeRatePreviewer ExchangeRatePreviewer Public

    Calls Bank of Lithuania API for the change in currency exchange rates for the day specified by user.

    C#

  5. O-RestApi O-RestApi Public

    C#

  6. RT_HA_Clock_Recursion RT_HA_Clock_Recursion Public

    C#