Skip to content
View Kaxxa27's full-sized avatar
πŸŽ“
Learning is the eye of the mind.
πŸŽ“
Learning is the eye of the mind.
Block or Report

Block or report Kaxxa27

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

Hello there πŸ‘‹

namespace ProfileGitHub;

public class SoftwareEngineer
{
	private string Name { get; set; } = "Eugene";

	private string Role { get; set; } = "Junior .NET Developer";

	private List<string> Language_Spoken { get; set; } = new() { "RUS", "EN" };

	public string Hello_Everyone() => @$"I’m {Name} πŸŽ“ and I’m a {Role} πŸ’». Welcome to my github profile πŸ•΅!";
}
internal class Program
{
	static void Main(string[] args)
	{
		SoftwareEngineer Me = new();
		Me.Hello_Everyone();
	}
}
  • πŸ”­ I’m currently working on Sherlock-shop

  • 🌱 I’m currently learning ASP.NET Core MVC & C#

  • πŸ’¬ Ask me about anything, I am happy to help you


πŸ”§ Technologies & Tools

Frontend

Bootstrap CSS3 HTML5

Backend

C++ Python C# .NET .Net Core Django

DevOps

Linux Git Bash Docker


⚑ Github Stats


Pinned Loading

  1. ASP.NET-Taxi-Aggregator ASP.NET-Taxi-Aggregator Public

    This project is a course work on the discipline "Object-oriented programming" completed during the 4th semester (February - May 2023).

    HTML 1

  2. Sherlock-shop Sherlock-shop Public

    Sherlock-shop - an online store based on the famous stories of Sir Arthur Ignatius Conan Doyle.

    C#