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

Block or report si3nloong

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
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/sian-loong-7b4a3037",
    Medium: "https://medium.com/@sianloong90",
    FavouriteProgrammingLanguages: []string{"Go", "TypeScript", "Kotlin"},
    OpenSources: []string{
        "https://github.com/si3nloong/sqlike",
        "https://github.com/ReactiveX/RxGo",
        "https://github.com/si3nloong/webhook",
        "https://github.com/si3nloong/svelte-hook-form",
        "https://github.com/si3nloong/macos_tree_view",
        "https://github.com/wetix/responsive-ui",
    },
}

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

Technologies and Tools

Stats

Go         3 hrs 9 mins    █████████████████░░░░░░░░   68.62 %
Smarty     1 hr 14 mins    ██████▓░░░░░░░░░░░░░░░░░░   27.17 %
YAML       11 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   04.03 %
Makefile   0 secs          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.11 %
Other      0 secs          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.06 %

Pinned

  1. sqlgen sqlgen Public

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

    Go 14

  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 4.9k 332