Skip to content
View siambhau's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report siambhau

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

SiamBhau

MY INFORMATION :

package main

import "fmt"

type Person struct {
	name     string
	username string
	age      string
	hobbies  []string
	job      string
}

func main() {
	var me = new(Person)

	me.name     = "Siam"
	me.username = "SiamBhau"
	me.age      = "Teen"
	me.job      = "Python Dev | Bot Builder | API Crafter"
	me.hobbies  = []string{"code", "gaming", "music", "automation"}

	fmt.Println(me)
}

Tech Stack

Languages

Frameworks & Libraries

Databases & Cloud

Tools & DevOps

GitHub Analytics


GitHub Trophies

Profile Views

 

Connect With Me

⚡ Made with 💙 from 🇧🇩 Bangladesh — SiamBhau | Star repos if they help! ⭐

Pinned Loading

  1. FreeFireApi FreeFireApi Public

    Free Fire Centralized REST API — 30 endpoints across 15 groups. Player Info, JWT, Ban Check, Guild Tools, Bind/Unbind, Outfits, Craftlands & more. Player Info group is FREE!

    TypeScript 25 3