Skip to content
View sdn0303's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Highlights

  • Pro

Block or report sdn0303

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

Hi, I'm David 👋 👨‍💻

package me

type Me struct {
	Job      string
	Email    string
	Learning []string
	Interest []string
}

func sdn0303() *Me {
	return &Me{
		Job:      "Software Developer",
		Email:    "[email protected]",
		Learning: []string{"Rust", "C#"},
		Interest: []string{"IoT", "MR", "wasm", "Blockchain", "ML"},
	}
}
Github Stats Top Lang Productive Time

Pinned Loading

  1. sls-uma-rs sls-uma-rs Public

    This project is a sample user management and authentication system that adopts Rust and serverless architecture.

    Rust 1

  2. learning-sui learning-sui Public

    Move 1

  3. sample-go-echo-api sample-go-echo-api Public

    This is sample todo api.

    Go

  4. ordered-map-go ordered-map-go Public

    OrderedMao is a generic ordered map for Go 1.24+ that preserves insertion order while providing O(1) lookups. All methods are protected by an RWMutex, and SortedPairs accepts a comparator to return…

    Go