package main
import "fmt"
type Developer struct {
Code []string
Interests []string
OperatingSystems []string
ToolsUsed []string
IDEs []string
}
func main() {
ansxuman := Developer{
Code: []string{"Golang", "Svelte","Angular", "TS", "JS","Java", "Swift","Rust"},
Interests: []string{"Reversing", "Backend Development", "Frontend Development","Cybersecurity"},
OperatingSystems: []string{"macos 15 Sequoia", "Bookworm"},
ToolsUsed: []string{"Parallels", "Termius", "Postman"},
IDEs: []string{"Cursor","Zed" "Andorid Studio","Xcode", "neovim"},
}
fmt.Printf("π Hello! I'm ansxuman, a developer.\n")
fmt.Printf("π» Code: %v\n",ansxuman.Code)
fmt.Printf("π Interests: %v\n",ansxuman.Interests)
fmt.Printf("π₯οΈ Operating Systems: %v\n",ansxuman.OperatingSystems)
fmt.Printf("π οΈ Tools Used: %v\n",ansxuman.ToolsUsed)
}
ansxuman
Follow
Pinned Loading
-
macOS-Themed-Portfolio
macOS-Themed-Portfolio PublicAn interactive portfolio website inspired by the macOS interface, built with SvelteKit, TailwindCSS, and TypeScript. https://macosportfolio.netlify.app/
-
go-service
go-service PublicA minimal boilerplate for building cross-platform system services in Go.
-
go-touchid
go-touchid Publicgo-touchid is a simple GO library that provides access to macOS's native Touch ID authentication.
Go 2
-
versioncompare
versioncompare PublicThe versioncompare library provides functions for comparing version strings in Go.
Go 1
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.