Skip to content
View ansxuman's full-sized avatar
πŸ’»
24x7
πŸ’»
24x7

Highlights

  • Pro

Block or report ansxuman

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ansxuman/README.md

Github Banner

Where to find me:

Linkedin Badge Website Badge X Badge Instagram Badge Medium Badge Dev.to Badge Hashnode Badge Pexels Badge

About Me

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)
}

Technologies and Languages

Languages

Go Svelte HTML5 CSS3 TailwindCSS JavaScript Rust Java Swift

Technologies

mongodb docker azure firebase netlify selenium github git

IDEs

Cursor Xcode

+ many more!

Workspace

Macbook Air M1 Spotify

Profile Views

Pinned Loading

  1. macOS-Themed-Portfolio macOS-Themed-Portfolio Public

    An interactive portfolio website inspired by the macOS interface, built with SvelteKit, TailwindCSS, and TypeScript. https://macosportfolio.netlify.app/

    Svelte 45 6

  2. go-service go-service Public

    A minimal boilerplate for building cross-platform system services in Go.

    Go 11 2

  3. go-touchid go-touchid Public

    go-touchid is a simple GO library that provides access to macOS's native Touch ID authentication.

    Go 2

  4. versioncompare versioncompare Public

    The versioncompare library provides functions for comparing version strings in Go.

    Go 1