Skip to content
View si3nloong's full-sized avatar
🎨
Painting
🎨
Painting

Block or report si3nloong

Report abuse

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

Report abuse
si3nloong/README.md

Who am I?

package main

import (
    "fmt"
)

var aboutMe = struct{
    Name                          string
    Overview                      string
    Email                         string
    LinkedIn                      string
    Medium                        string
    FavouriteProgrammingLanguages []string
    OpenSources                   []string
}{
    Name: "Lee Sian Loong",
    Overview: `A guy who are very passionate in Frontend Development, Architecture Design and Opensource.`,
    Email: "sianloong90@gmail.com",
    LinkedIn: "https://www.linkedin.com/in/atlas-lee-7b4a3037/",
    Medium: "https://medium.com/@sianloong90",
    FavouriteProgrammingLanguages: []string{"Go", "TypeScript"},
    OpenSources: []string{
        "https://github.com/si3nloong/sqlgen",
        "https://github.com/si3nloong/sqlike",
    },
}

func main() {
    fmt.Println(aboutMe)
}

Technologies and Tools

Stats

Svelte       53 mins         ████████████████░░░░░░░░░   64.65 %
Go           23 mins         ███████░░░░░░░░░░░░░░░░░░   28.37 %
TypeScript   4 mins          █▒░░░░░░░░░░░░░░░░░░░░░░░   05.61 %
Git Config   1 min           ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.37 %
JavaScript   0 secs          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.01 %

Pinned Loading

  1. sqlgen sqlgen Public

    SQL code generator, no extra runtime cost! It's blazingly fast!!! 🚀🚀🚀

    Go 18

  2. sqlike sqlike Public

    Golang Sequel ORM that supports Enum, JSON, Spatial, and many more

    Go 23 6

  3. ReactiveX/RxGo ReactiveX/RxGo Public

    Reactive Extensions for the Go language.

    Go 5k 338

  4. helm-restore helm-restore Public

    OMG!!! I lost my original helm chart. Don't worry, this tool is to help you restore it back.

    Go