Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgechato/jorgechato
shhhh
https://github.com/jorgechato/jorgechato
Last synced: 27 days ago
JSON representation
shhhh
- Host: GitHub
- URL: https://github.com/jorgechato/jorgechato
- Owner: jorgechato
- Created: 2020-08-16T18:26:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T06:57:41.000Z (about 1 month ago)
- Last Synced: 2024-12-16T07:40:04.115Z (about 1 month ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there!
This is Jorge, a Senior Software Engineer and code lover.
```go
package mainimport (
"encoding/json"
"fmt"
"log"
)func main() {
stack := &Stack{
Languages: []string{"Go", "TS", "Rust", "Python", "Java"},
Platforms: []string{"Cloudflare", "Kafka", "AWS"},
Misc: []string{"gRPC", "K8s", "NixOs", "Terraform"},
Ongoing: []string{"Zig", "three.js", "Tiếng Việt"},
Tools: []string{"NeoVim", "Nushell", "Ghostty"},
}jsonData, err := json.Marshal(stack)
if err != nil {
log.Fatalf("Failed to marshal stack: %v", err)
}fmt.Println(string(jsonData))
}
```**If you want to know more about me, check:**
- 🦾 [My Page](https://jorgechato.com/)
- 🗺️ [Where am I Today?](https://whereisjorge.today/)
- ✍️ [What am I doing Today?](https://whatisjorgedoing.today/)
- 📦 [Are my projects alive Today?](https://2023.jorgechato.com/status)Seeking my next adventure in :vietnam: :singapore: :jp: :eu: