Giter Site home page Giter Site logo

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


Yauheni Kakhnouski's Projects

airport-db-mysql icon airport-db-mysql

About Repository with laboratory works on the discipline DM-DMS (Data Models and Database Management Systems) (BSUIR, 5th semester)

asp.net-taxi-aggregator icon asp.net-taxi-aggregator

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

kaxxa27 icon kaxxa27

This's my README.md šŸ‘Øā€šŸŽØ

mobiledevelopment icon mobiledevelopment

About Repository with laboratory works on the discipline Mobile Development (BSUIR, 6th semester)

oesp icon oesp

Operating environments and system programming.

online-car-dealer icon online-car-dealer

Repository with laboratory works on the discipline MADP (Modern Application Development Technologies) (BSUIR, 5th semester)

sherlock-shop icon sherlock-shop

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

software_verification icon software_verification

About Repository with laboratory works on the discipline VS (Verification Software) (BSUIR, 5th semester)

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.