Skip to content

YoubaImkf/YoubaImkf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Welcome to the Realm of Code Magic! 🪄

Spells in My Grimoire 📜

public class Developer : Person
{
    public string FirstName => "Youba";
    public string Role => ".NET Developer in apprenticeship";
    public string[] Interests => new string[] { "Coding", "Milk chocolate", "Blockchain", "Space Travel", "Finance", "video games" };
    public string[] CurrentlyLearning => new string[] { ".NET", "NestJs", "Blockchain", 'how to be stronger" };
    
    public Developer()
    {
        // ✨Thirsty for inspiration and constantly seeking captivating challenges
        base.ThirstForInspiration = true;
        base.AvidForChallenges = true;
    }
}

Current Adventures 🌟

🗡️ Currently Learning: .NET sorcery, the mystic arts of NestJs, and the arcane secrets of Blockchain.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published