Skip to content
View kmyokoyama's full-sized avatar
🏡
At home
🏡
At home
Block or Report

Block or report kmyokoyama

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

Hello there!

My name is Kazuki, and I am very glad you are here!

You can also contact me on

A little bit about me 🧔

(def kmyokoyama {:name      "Kazuki Yokoyama"

                 :working   {:role    "Software Engineer"
                             :company "Nubank"}

                 :education {:field  "Computer Engineering"
                             :school "Universidade Federal do Rio Grande do Sul"}

                 :location  {:city    "São Paulo"
                             :state   "São Paulo"
                             :country "Brazil"}

                 :langs     #{"Clojure" "Java" "Go" "Python"}})

My GitHub Stats ✨

Kazuki Yokoyama's github stats

Other interesting sections 👀

📃 Resume (for the old-fashioned)
🎤 Presentations
📘 Book Reviews

Pinned

  1. nsclojure nsclojure Public

    Introdução ao Clojure em português

    Clojure 9

  2. thoughts-clj thoughts-clj Public

    Twitter-based API for experimentation with Clojure

    Clojure 2

  3. shapass-cli shapass-cli Public

    CLI version of Shapass: The password manager that does not store your passwords.

    Go 6 1

  4. async-request-reply async-request-reply Public

    A demo of the asynchronous request-reply pattern in Java with Spring

    Java