• 12 January 2019
  • Let's talk about Health Checks

    Explore health checks in microservices, covering their importance, implementation, and practical examples, ensuring service availability and proper functioning even in cloud-hosted scenarios, illustrated with a Redis-dependent service example​.

    goservicesredis
    6 minute read
    Let's talk about Health Checks
    • featured
    • all
    • go
    • redis
    • services
    • algorithm
    • data structure
    • k8s
    • network
    • linux
    • sockets
    • blockchain
    • poc
    • python
    • genai
    • eBPF
    • kernel
    • rust
    • reflections
    • engineering
    • yolo
  • 5 October 2018
  • Tracking Service with Go and Redis V2

    Explore an upgraded tracking service using Go and Redis, designed to efficiently locate drivers. Utilizes Go's Goroutines, Channels, and time.Ticker struct for task execution, ensuring a single client request suffices to initiate a driver search task, thus enhancing user experience and reducing redundant requests.

    goredisservices
    13 minute read
    Tracking Service with Go and Redis V2
  • 9 August 2018
  • Tracking Service with Go and Redis

    Delve into creating a tracking service using Go and Redis for saving and processing driver locations similar to Uber, focusing on geospatial functions of Redis.

    goredisservices
    10 minute read
    Tracking Service with Go and Redis
    rocket

    © 2023 KungFuDev made with love / cd 💜

    Heavily inspired/copied from shuttle.rs