using Github;
namespace gvanastasov
{
[Description("Awesome")]
public sealed class Me : Architect,
ILeader, IDeveloper, IProgrammer, INinja
{
public dynamic Occupation => new
{
Company: {{ __SECRETS.CompanyName }},
Position: "Domain Architect",
};
public string Level => "expert";
public string Passion => "coding";
public string Hacks => "fruit";
public DateTime CodingSince => DateTime.Now.AddYears(-19);
public CoffeeType CoffeeType => CoffeeType.Any;
public List<Type> Knowledge = new List<Type>
{
typeof(CSharp),
typeof(Node),
typeof(Javascript),
typeof(Vuejs),
typeof(React),
typeof(Flutter),
typeof(AWS),
typeof(CMS),
typeof(GraphQL),
// todo: use {{ System.Reflection }} to get all of them...
};
public string GetGoals(string @for)
{
switch(@for)
case "personal":
return "Relax and enjoy life.";
case "work":
return "Do awesome stuff and drink coffee with team.";
case "before 8am":
return "Get me some coffee...";
default:
return "Just be happy and code.";
}
}
}
Pinned Loading
-
codebook-typescript
codebook-typescript PublicCodebook - learn by examples from zero to hero in typescript.
-
-
-
-
-
example-express
example-express PublicA collection of example use cases of expressjs applications.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.