Skip to content
View Lashvardi's full-sized avatar
🇬🇪
Georgia
🇬🇪
Georgia

Organizations

@Omoi-Digital-LLC @500-ml

Block or report Lashvardi

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

MasterHead

public class Profile
{
    public string Name { get; set; }
    public List<string> Skills { get; set; }

    public Profile(string name, List<string> skills)
    {
        Name = name;
        Skills = skills;
    }

    public void SayHello()
    {
        Console.WriteLine($"Hello! Welcome to {Name}'s profile.");
    }

    public void PrintSkills()
    {
        Console.WriteLine($"{Name} has the following skills:");

        foreach (var skill in Skills)
        {
            Console.WriteLine($"- {skill}");
        }
    }
}

var skills = new List<string> { "C#", "ASP.NET", "Entity Framework", "SQL", "Angular", "TypeScript" };
var myProfile = new Profile("Lashvardi", skills);

myProfile.SayHello();
myProfile.PrintSkills();

Developer From Georgia

Coding

lashvardi

Connect with me:

Languages and Tools:

amplify angular aws bash blender canvasjs chartjs csharp docker dotnet express figma gcp git heroku illustrator kafka mongodb mssql mysql nginx nodejs photoshop postgresql postman redis sass spring sqlite typescript vuejs

lashvardi










lashvardi

Lashvardi



Pinned Loading

  1. Javascript Javascript Public

    JavaScript

  2. codeme-tiptap codeme-tiptap Public

    TypeScript

  3. Tech-Task Tech-Task Public

    Technical Task. Angular HTTP

    HTML 1

  4. GroupTracker GroupTracker Public

    C#