Skip to content
View kostasgrevenitis's full-sized avatar
🌞
Working from home
🌞
Working from home

Organizations

@SharpSimulations
Block or Report

Block or report kostasgrevenitis

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

Konstantinos Grevenitis logo

Hello world πŸ‘‹

About me

  • ⚑ .NET software engineer
  • ⚑ More than ten years of experience
  • ⚑ I hold a master’s degree in computational methods and applications.
  • ⚑ My focus is on software design, requirement analysis, flexible software development, code quality and product management.
  • ⚑ I also embrace principles of product excellency, collaboration, domain knowledge and innovation.

Where to find me


Papers


Current activities

  • πŸ‘¨β€πŸ’» I currently work as as IT solutions architect for Holonix Slr.
  • πŸ”­ I’m trying too keep up developing my .NET projects.
  • 🌱 I speak Greek, English and I am currently learning Italian.
  • πŸ’¬ Ask me anything.

Latest posts


Stats

Kostantinos's github stats

Logo design by Giorgos Michalis

Pinned

  1. "C# extension methods to save the da... "C# extension methods to save the day" article - 29/11/2020
    1
    void Main() {
    2
      var person = new Person {
    3
        FirstName = "Konstantinos",
    4
        LastName = "Grevenits"
    5
      };
  2. Codenception.StairwayPatternArchitecture Codenception.StairwayPatternArchitecture Public

    Stairway pattern implementation

    C#

  3. Codenception.FiwareOrionClient Codenception.FiwareOrionClient Public

    C#

  4. Codenception.NaiveMessageQueue Codenception.NaiveMessageQueue Public

    A naive TCP message queue, built with ConcurrentDictionary

    2