Skip to content
View jorgechato's full-sized avatar
🏝️
Soon in the wild
🏝️
Soon in the wild

Organizations

@bl4ckpr15m @garajonai

Block or report jorgechato

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
jorgechato/README.md

Hi there!

This is Jorge, a Senior Software Engineer and code lover.

package main

import (
	"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:

Seeking my next adventure in 🇻🇳 🇸🇬 🇯🇵 🇪🇺

Pinned Loading

  1. How to work with me How to work with me
    1
    # How to work with me
    2
    
                  
    3
    ## Workday Timeline
    4
    
                  
    5
    > [!TIP]
  2. .dotfiles .dotfiles Public

    Pretty self explanatory. All of my dotfiles in a repository with some useful scripts. Using NIX (Flake) with Home Manager. As shell NuShell ;) and editor the always loved NVIM.

    Lua 1

  3. garajonai/proto garajonai/proto Public

    📫 Protobuf platform to host and generate all of the clients and documentation.

    Makefile

  4. short-url short-url Public

    Just a simple, yet effective toolset for personal use. I don't want to be tracked with shorten url servers.

    TypeScript

  5. whatisjorgedoing.today whatisjorgedoing.today Public

    A fun platform where I'll upload all of my projects, from Security, ML, Rx to any crazy idea I may get.

    TypeScript 1

  6. qmk-lily58-knight qmk-lily58-knight Public

    Just my Lily58 custom layout

    C