namespace Person
{
public class Bio {
public string Name {get; set;} = "Enabulele Williams";
public string Title {get; set;} = "Software Engineer";
public string Company {get; set;} = "OneAd | Remote";
public string Location {get; set;} = "Nigeria, NG";
}
public class Skills {
public List<string> Languages {get; set;} = new List<string> {"C#","Javascript", "Typescript"};
public List<string> Databases {get; set;} = new List<string> {"RMDB","NoSQL" };
public List<string> Frameworks {get; set;} = new List<string> {".Net", ".Net MVC", "Blazor", "Angular"};
}
public class Others {
public List<string> Tools {get; set;} = new List<string> { "Git", "Github" "Visual Studio", "Visual Studio Code","Figma", "Ai", "Jira", "Clickup", "Monday" };
public List<string> Devops {get; set;} = new List<string> { "Docker", "GitHub Actions", "Heroku", "AWS", "Azure", "Netlify", "Versel", "Rabbit" };
}
Highlights
Pinned Loading
-
-
ngx-jwt-handler
ngx-jwt-handler Publicngx-jwt-handler is an Angular library that provides services for managing JSON Web Tokens (JWT) and handling sessions in Angular applications. It includes a JWT handler service for decoding and man…
TypeScript 8
-
MainMarket
MainMarket PublicMicroservices-based MainMarket E-commerce Platform, designed with modern technologies and principles, it offers scalability, resilience, and flexibility .
C# 1
-
ngx-core-concerns
ngx-core-concerns Publicngx-core-concerns is a comprehensive Angular library curated to streamline application development by providing essential services, components, pipes, and directives. Designed to simplify common ta…
TypeScript 6
If the problem persists, check the GitHub status page or contact support.