💻
24x7
Highlights
package mainimport"fmt"typeDeveloperstruct {Code []stringInterests []stringOperatingSystems []stringToolsUsed []stringIDEs []string}funcmain() {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)}
PinnedLoading
- 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 21
- versioncompare
versioncompare PublicThe versioncompare library provides functions for comparing version strings in Go.
Go 2
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.