Skip to content
View jorgechato's full-sized avatar
🏍️
Coding at the Park
🏍️
Coding at the Park

Organizations

@bl4ckpr15m @garajonai
Block or Report

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, code lover and Grey Hat Hacker.

package main

import (
	"encoding/json"

	"github.com/reactivex/rxgo/v2"
)

type Stack struct {
	Category string   `json:"category"`
	Items    []string `json:"items"`
}

func main() {
	observable := rxgo.Just(
		Stack{Category: "Languages", Items: []string{"GO", "Proto", "Python", "TS"}},
		Stack{Category: "Platforms", Items: []string{"Kafka", "AWS", "Jenkins"}},
		Stack{Category: "Misc", Items: []string{"gRPC", "K8s", "Terraform", "Docker"}},
		Stack{Category: "Ongoing", Items: []string{"Monads", "RX", "日本語"}},
		Stack{Category: "Tools", Items: []string{"NeoVim", "Jetbrains"}},
	)().Marshal(json.Marshal)

	for item := range observable.Observe() {
		if item.Error() {
			panic(item.E)
		}
		println(string(item.V.([]byte)))
	}
}

If you want to know more about me, check:

Seeking my next adventure in 🇯🇵 or 🇪🇺

Pinned

  1. garajonai/proto garajonai/proto Public

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

    Makefile

  2. 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

  3. manyo manyo Public archive

    A react-next component library to standardise my personal brand. Build to be used in whatisjorgedoint.today, whereisjorge.today

    TypeScript

  4. qmk-lily58-knight qmk-lily58-knight Public

    Just my Lily58 custom layout

    C

  5. bl4ckpr15m/NASA-2017-machine-learning bl4ckpr15m/NASA-2017-machine-learning Public

    The best AI to help you to recycle your garbage and getting fun doing it

    Python 1 1

  6. How to work with me How to work with me
    1
    # How to work with me
    2
    
                  
    3
    ## **Working Style**
    4
    
                  
    5
    **How I like to work**