Skip to content
View shanto-323's full-sized avatar
🌼
Learning from home
🌼
Learning from home

Block or report shanto-323

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

I'm Subrata Chanda Shanto

vibing

Let's go and do some Go

Go Card PostgreSQL Card Redis Card Docker Card gRPC Card Elastic Card

About Me

package main

import "fmt"

type Developer struct {
    Name     string
    Location string
    Focus    []string
    Passion  string
}

func main() {
    shanto := Developer{
        Name:     "Subrata Chanda Shanto",
        Location: "Sylhet, Bangladesh",
        Focus:    []string{"Backend Development", "Golang", "Microservices"},
        Passion:  "Building scalable systems that make a difference",
    }
    fmt.Printf("%s ready to code!\n", shanto.Name)
}

Pinned Loading

  1. library-service library-service Public

    A self-hosted book service for managing a digital library.

    Go

  2. chat-server chat-server Public

    Chat Server

    Go