package main
import "fmt"
type Explorer struct {
Name string
Role string
LanguageSpoken []string
Learning string
FunFact string
}
func (e *Explorer) SayHi() {
fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}
func main() {
me := Explorer{
Name: "Gaurav Singh",
Role: "Backend developer in Go and Nodejs",
LanguageSpoken: []string{"hn_In", "en_US"},
Learning: "Server security",
FunFact: "I'm a Stoic",
}
me.SayHi()
}

On my way 💪🏻
Highlights
- Pro
Pinned Loading
-
Team-Management-App
Team-Management-App PublicA Flutter team management app that can be used for multiple purpose of managing workflow between teams to make it efficient : web version below
-
Sepentia-ChessEngine
Sepentia-ChessEngine PublicSepentia - a chess engine coded in python that uses alphabeta/negamax and transposition table with better move ordering to achieve an ELO of 1500 at depth 4. Inspired a lil from a lot of chess engi…
-
ProMessage
ProMessage PublicRewrite casual text into professional messages using Gemini AI
JavaScript 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.