Skip to content
View sandeepkv93's full-sized avatar

Block or report sandeepkv93

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

Pinned Loading

  1. parallel-job-scheduler-with-dependent-jobs parallel-job-scheduler-with-dependent-jobs Public

    This repository contains a parallel job scheduler implementation that can handle dependent jobs. The scheduler is implemented in Java and uses a thread pool to schedule the jobs in parallel.

    Java

  2. concurrency-in-golang concurrency-in-golang Public

    Dive into the world of Golang concurrency with this repository! Featuring a range of experiments and examples that explore Go's concurrent programming capabilities. Perfect for developers seeking t…

    Go

  3. go-observability-demo go-observability-demo Public

    This repository demonstrates and compares two approaches for instrumenting Go applications with metrics: Default branch (otel-mimir-grafana): Modern approach using OpenTelemetry SDK → OTel Collecto…

    Go 1

  4. oauth-from-scratch-in-go oauth-from-scratch-in-go Public

    A comprehensive OAuth 2.0 authorization server and OpenID Connect provider built from scratch in Go, implementing multiple RFC standards and security best practices

    Go

  5. skypeek skypeek Public

    SkyPeek is a modern Android weather application that delivers real-time weather information through an intuitive Jetpack Compose interface and customizable home screen widgets, offering users seaml…

    Kotlin

  6. k8s-blue-green-webapp k8s-blue-green-webapp Public

    A comprehensive implementation of blue-green deployment strategy using Kubernetes Services, Labels, Selectors, and automated traffic switching.

    Shell