Skip to content
View marcelocra's full-sized avatar
🤯
Think before coding.
🤯
Think before coding.
Block or Report

Block or report marcelocra

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

Marcelo Almeida

Think before coding.

Software Designer and Developer 💎 Beautiful, clean code works better.

  • ex-Googler
  • Computer Engineer - ITA (Instituto Tecnológico de Aeronáutica) 🇧🇷

I quit Google to follow my entrepreneurship dreams. Will I go back one day? Who knows.

I share a bit of what I learned and am learning here (in English), in my blog (in Brazilian Portuguese) and in my social pages (also in Portuguese, links in the profile).

Cheers!
Marcelo.

GitHub stats

Historic data

marcelocra's github stats
FYI: I'm ignoring some languages. Click here to see the reasons.
  1. I haven't used them in a long time: Python, Java, C
  2. They are not languages: HTML, CSS, Dockerfile
  3. I only use them to "glue" stuff, not to write actual programs: Shell, PowerShell, Vimscript

Pinned

  1. site site Public

    A site and blog that I use to test and learn different ways to make sites and blogs. Currently, Apr/24, it is Astro on Deno Deploy, but might change.

    Astro

  2. utils utils Public

    Be more productive by automating tasks and avoiding code rewrites.

    CSS

  3. learn learn Public

    Let's learn something new? Some languages I tried here: F#, Zig, V. I use this mostly to play with languages, technologies, frameworks, etc.

    F#

  4. dotfiles dotfiles Public

    All my development configs for vim, tmux, git, etc.

    Clojure

  5. chrome-extension-cljs chrome-extension-cljs Public

    An example Chrome extension built using ClojureScript

    Clojure 6 1

  6. ClojureScript goog keyboard events t... ClojureScript goog keyboard events to create shortcuts (goog.ui.KeyboardShortcutHandler)
    1
    ;; Using goog.ui.KeyboardShortcutHandler with ClojureScript to support keyboard input events (for example, to create shortcuts).
    2
    ;; Documentation about goog.ui.KeyboardShortcutHandler:
    3
    ;; https://github.com/google/closure-library/blob/master/closure/goog/demos/keyboardshortcuts.html
    4
    
                  
    5
    (ns example.detect-keyboard-effects