Skip to content

Instantly share code, notes, and snippets.

View raaims's full-sized avatar

Raims Cabrera raaims

View GitHub Profile
@raaims
raaims / README.md
Created February 24, 2020 02:59
Mistel Barocco keymap

Layer 1

  • left-space acts as fn
  • backtick on press, esc on fn+backtick

Layer 2 ("visitor mode")

Use this when using other computers. Be sure to turn on dvorak mode (left-space + a).

  • left-space acts as fn
@raaims
raaims / README.md
Last active February 26, 2020 04:14
DatoCMS vs NetlifyCMS
Functionality DatoCMS NetlifyCMS
Model creation Has user friendly click-and-add interface Edit big chungus config.yml to add new models
Content creation Has own database Makes own database by pushing markdown files into repo
Data fetching Graphql Graphql
Previews Can integrate with Gatsby Preview Previews are shown real time in NetlifyCMS editor
@raaims
raaims / init.vim
Created February 2, 2021 09:31
Neovim config
let mapleader = ","
call plug#begin()
" Languages
Plug 'pangloss/vim-javascript'
Plug 'leafgarland/typescript-vim'
Plug 'maxmellon/vim-jsx-pretty'
Plug 'jparise/vim-graphql'
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
@raaims
raaims / README.md
Last active May 5, 2021 06:40
CSS Blitz - Switch logo

Start coding


CSS Blitz - Switch logo

  • ⌛ You have 15 minutes to implement this, take your time (but not too much)!
  • 💅 Feel free to embellish and make it pretty!
  • 📦 Some basic CSS is provided for you. There are some TODO comments in there to help you out.