Skip to content
View The-Promised-Neverland's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report The-Promised-Neverland

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Go gopher coding gif

Hi πŸ‘‹, I'm Abhijit Roy

Backend Developer β€’ Golang β€’ Distributed Systems β€’ WebSockets β€’ Redis β€’ Docker β€’ AWS

Typing SVG


πŸ§’ About Me

package main

import "fmt"

func main() {
    name := "Abhijit Roy"
    role := "Backend Developer"
    language := "Go"
    mood := "codes at night, sleeps during the day"

    fmt.Println(name, role, language, mood)
}

Pinned Loading

  1. NebulaLink NebulaLink Public

    A distributed, cross-platform monitoring system built in Go that enables centralized management and monitoring of multiple agent daemons across Windows, Linux, and macOS environments.

    Go 2

  2. Snakes_And_Ladders Snakes_And_Ladders Public

    Online Snakes and Ladders multiplayer game using Go

    TypeScript