Skip to content
View sdn0303's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home
  • CODE ABYSS - FZCO
  • Dubai, United Arab Emirates
  • X @__sdn03

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.

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

  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. extended_map extended_map Public

    ExtendedMap is a generic map implementation in Go that provides additional functionalities such as Push, Set, Pop, Get, and Sort. It leverages Go's generics to provide a type-safe and flexible map …

    Go