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

Block or report TheJengo

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

👋 Welcome To the TheJengo.Program.cs

using TheJengo.Enums;
using TheJengo.Models;

namespace TheJengo
{
  public static 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 Role("HexTransforma Healthcare", "Junior Backend Developer")
        Current = new Role("wtw", "Software Engineer"), 
        Technologies = technologies
      };

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

Stats

Social

Website LinkedIn Instagram Twitter Email

Pinned

  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