https://github.com/si3nloong/si3nloong
:octocat: GitHub Profile
https://github.com/si3nloong/si3nloong
github profile
Last synced: 6 months ago
JSON representation
:octocat: GitHub Profile
- Host: GitHub
- URL: https://github.com/si3nloong/si3nloong
- Owner: si3nloong
- Created: 2021-01-22T06:29:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T00:44:51.000Z (6 months ago)
- Last Synced: 2025-04-10T01:37:29.500Z (6 months ago)
- Topics: github, profile
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
Who am I?
```go
package mainimport (
"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
```txt
TypeScript 1 hr 53 mins ███████████▒░░░░░░░░░░░░░ 44.78 %
Dart 1 hr 3 mins ██████▒░░░░░░░░░░░░░░░░░░ 25.03 %
Go 29 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.56 %
Svelte 26 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.50 %
XML 7 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.91 %
```