Skip to content
View nanda03dev's full-sized avatar

Block or report nanda03dev

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

I'm Nandakumar

A passionate GoLang & Node.js developer Git

golang

🚀 Skills

  • Languages: Go, Node.js, Erlang, Elixir
  • Technologies: Docker, Kubernetes, Elasticsearch
  • Databases: MongoDB, PostgreSQL, ClickHouse, Riak, ArangoDB

📁 Projects

  • GnoSQL: A lightweight, in-memory NoSQL database implemented in Go, offering a simple API for concurrent operations.
  • Gque: A high-throughput message queue protocol in Go, utilizing a NoSQL database for storing broadcast queues and messages.
  • GoCleanMS: A scalable microservice template inspired by NestJS, built on Clean Architecture principles, ready for MongoDB and PostgreSQL.
  • Gcart: A Go-based backend for managing an online store, using Gin for RESTful APIs and integrating Gnosql and Gque.
  • Erlang Server: A basic REST server in Erlang managed by a Supervisor.

🤝 Connect with me

Pinned Loading

  1. gnosql gnosql Public

    GnoSQL is a lightweight, in-memory NoSQL database implemented in Go. It offers a simple and intuitive API for storing and retrieving data without the need for a persistent backend. With support for…

    Go 1

  2. gque gque Public

    Gque is a message queue protocol written in Golang that internally uses a NoSQL database to store broadcast queues and messages. Gque is designed to handle high-throughput message processing with a…

    Go

  3. go-ms-clean-template go-ms-clean-template Public

    A scalable and maintainable microservice template in Go 🚀, inspired by the NestJS framework and built on Clean Architecture principles. Perfect for handling complex domain-driven projects with robu…

    Go

  4. gcart gcart Public

    Gcart is a Go-based backend application designed for managing an online store. It leverages Gin for RESTful APIs, MongoDB as the primary database, Gnosql as the secondary database, and Gque as the …

    Go

  5. gnosql_client gnosql_client Public

    Gnosql Client is a Go library that provides a client for interacting with the Gnosql in-memory database. It simplifies the process of managing connections, executing queries, and working with data …

    Go

  6. gque_client gque_client Public

    Gque client is a Golang client library designed to interact with the Gque message queue protocol. This client provides an easy-to-use interface for connecting to Gque, creating broadcast channels a…

    Go