Skip to content

Instantly share code, notes, and snippets.

@jwworth
jwworth / React-Rails + Redux Vim Projections
Last active October 6, 2017 19:28
react_rails_redux.projections.json
{
"app/javascript/packs/components/*.js": {
"command": "component"
},
"app/javascript/packs/containers/*.js": {
"command": "container"
},
"app/javascript/packs/reducers/*.js": {
"command": "reducer"
},
#!/usr/bin/env ruby
slides_to_split = File.read('slides.md')
slide_data = slides_to_split.split("\n---\n\n")
slide_data.each_with_index do |data, index|
File.write("slides/#{index.to_s.rjust(2, '0')}.md", data)
end
@jwworth
jwworth / keybase.md
Created June 13, 2019 15:33
keybase.md

Keybase proof

I hereby claim:

  • I am jwworth on github.
  • I am jwworth (https://keybase.io/jwworth) on keybase.
  • I have a public key ASCQ0HZP2qsuBnqHaZ4f_RWQmQQbL98412fii0hHEdChZQo

To claim this, I am signing this object:

@jwworth
jwworth / .nx_react_react_native.projections.json
Created March 28, 2023 15:45
NX React / React Native Vim Projections
{
"*.tsx": {
"alternate": "{}.test.tsx",
"type": "source"
},
"*.ts": {
"alternate": "{}.test.ts",
"type": "source"
},
"*.test.tsx": {
@jwworth
jwworth / pull_request_template.md
Created October 26, 2023 16:10
Pull Request Template (With Comments)