| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusepackage main
import "fmt"
type Developer struct {
Name string
Aliases []string
Stack []string
Hobbies []string
Quote string
}
func main() {
me := Developer{
Name: "Anurag",
Aliases: []string{"anuragdevon", "Space Geek", "Linux Enjoyer"},
Stack: []string{"Python", "Golang", "Django", "FastAPI", "Docker", "K8s"},
Hobbies: []string{"Football β½", "Sketching π¨", "Space Science π"},
Quote: "In this world, the strong ship and the weak debug.",
}
fmt.Printf("Hi, I'm %s π\n", me.Name)
fmt.Println("Backend-focused, always building, always learning.")
}Using termux, shell scripting and python sockets communication to create a real-time simulation of car networking inside android-mobiles
Python 6
A Custom interactive shell developed using golang, featuring basic functionality and offering a streamlined and efficient interface for everyday use.
Go 3
"Placement Management System: A Django-based REST API for managing student job placements and employer job postings."
Python 2
| Back | FazBrowse Home | New Git URL |