Skip to content
View TheJengo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report TheJengo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheJengo/README.md

👋 Welcome To the TheJengo.Program.cs

using TheJengo.Enums;
using TheJengo.Models;

namespace TheJengo
{
  public static class Program
  {
    public static Task Main()
    {
      Dictionary<Area, string[]> technologies = new()
      {
        {Area.Languages, new string []{ "C#", "Javascript", "TypeScript", "Java", "C", "PHP" }},
        {Area.Backends, new string []{ ".NET", "Laravel" }},
        {Area.Frontends, new string []{ "Angular", "Vue", "React" }},
        {Area.Databases, new string []{ "MSSQL", "Azure SQL", "MySQL", "NoSQL" }},
        {Area.Devops, new string []{ "AzureDevOps", "Docker", "Git" }},
        {Area.Interests, new string [] { "Azure", "Cloud", "Go", "Microservices", "CQRS", "Event Driven Development", "TDD", "BDD" }}
      };

      Developer dev = new() 
      {
        Name = "Cengiz Cebeci",
        Previous = new List<Role>(){
            new Role("HexTransforma Healthcare", "Junior Backend Developer"),
            new Role("wtw", "Software Engineer")
        },
        Current = new Role("CAI", "Software Engineer"), 
        Technologies = technologies
      };

      Console.WriteLine(dev.ToString());
    }
  }
}

Stats

Social

Website LinkedIn Instagram Twitter Email

Pinned Loading

  1. theea2019/BankApp theea2019/BankApp Public

    The Bank App that targets the go through to learn how tos

    C# 6 1

  2. BankBros/BankBros.Backend BankBros/BankBros.Backend Public

    BankBros Backend Projects

    C# 1

  3. GameScope GameScope Public

    GameScope app for DataScope

    C# 1

  4. gamescope-app gamescope-app Public

    GameScope's front-end project.

    TypeScript 1

  5. BankBros/BankBros.CreditPredictionFlaskService BankBros/BankBros.CreditPredictionFlaskService Public

    Python 1

  6. ZIMO ZIMO Public

    This project developped by Onat AKTAS and Cengiz CEBECI for Software Testing lecture as term project.

    C# 3