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

Block or report Jeevananthan-23

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

Hi 👋, I'm Jeevananthan

I'm Computer Science Engineer and Distributed system ranter🤗.I started my professional journey as a Program Analyst trainee in July 2021 when I joined Cognizant Technology Solutions and completed training on the Full Stack Engineering DotNet track and passionate developer who has experience in Java, ASP Dot Net core, Microservices architecture and Distributed Systems.Currently learning Redis, Full-Text Search engines, gRPC and Raft consensus.

Some things about me:

  • 🔭 I’m currently working on : Open source contributions on wide varity of distributed solution systems.

  • 💬 Ask me about Distributed systems, Consensus quorum based algorithms, Oberverablity tools(OTel) and Search engines.

  • 🌍 I am mostly active on LinkedIn

  • 💬 I have worked on building System that scales with Raft consensus

  • 😄 I believe in continuous learning and upskilling

  • 🌱 I’m currently learning React, Frontend Frameworks, Redis, Cloud Native Technologies

  • 👯 I’m looking to collaborate on redis-om-dotnet

  • 👨‍💻 All of my projects are available at jeevananthan-23.github.io

  • 📫 How to reach me jeeva023@outlook.com

Connect with me:

jeevananthan05 https://www.linkedin.com/in/jeevananthan-s/ jeeva_23 BadeyeJeeva#5477

Jeevanantha-23 github stats

Pinned

  1. ziglang-caches ziglang-caches Public

    In-memory cache implementation with commonly used LRU, W-LFU and S3-FIFO as the eviction policy

    Zig 7

  2. Multithread TCP Sever & HTTPClient w... Multithread TCP Sever & HTTPClient written in C#(Managed Code)
    1
    using System.Buffers;
    2
    
                  
    3
    string serverUrl = "http://localhost:2305";
    4
    int numRequests = 100000;
    5
    int concurrency = 100;
  3. AspDotNetMicroservices AspDotNetMicroservices Public

    Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and C…

    C# 2

  4. CabBookingApplication CabBookingApplication Public

    Cab Booking Application in Java with Concurrency Handling

    Java

  5. redis-om-dotnet redis-om-dotnet Public

    Forked from redis/redis-om-dotnet

    Object mapping, and more, for Redis and .NET

    C#

  6. AutoCompleteDemo AutoCompleteDemo Public

    Auto Complete application with ASP.NET_6, React and Redis

    C#