• 21 April 2022
  • My introduction to the Blockchain and Merkle Tree

    Embark on a journey through Blockchain's core, exploring its enticing realm with a dive into Merkle trees. This piece illuminates the path from a gaming intrigue to developing a Go-based Merkle tree, underlining Blockchain's cryptographic elegance and data integrity verification. A must-read for the crypto-curious coder.

    blockchaingodata structure
    13 minute read
    My introduction to the Blockchain and Merkle Tree
    • featured
    • all
    • go
    • redis
    • services
    • algorithm
    • data structure
    • k8s
    • network
    • linux
    • sockets
    • blockchain
    • poc
    • python
    • genai
    • eBPF
    • kernel
    • rust
    • reflections
    • engineering
    • yolo
  • 21 July 2019
  • Implementation of Dijkstra using heap in Go

    Dive into implementing Dijkstra's Algorithm using a min-heap in Go, focusing on the creation of a priority queue to efficiently find the shortest path between nodes. The guide includes detailed code for heap and graph logic, demonstrating a practical approach to Dijkstra's Algorithm in Go.

    goalgorithmdata structurefeatured
    7 minute read
    Implementation of Dijkstra using heap in Go
    rocket

    © 2023 KungFuDev made with love / cd 💜

    Heavily inspired/copied from shuttle.rs