// writing — page 2
Identifying Pain Points in React and Flux, and Determining Initial TuxedoJS Feature List (Part 2 of 3)
Identifying pain points in React and Flux, and determining initial TuxedoJS feature list.
- tuxedojs
- react
- flux
How to undo a git rebase? Hint: git reflog and git reset
How to undo a git rebase.
- git
- terminal
Why Make a Framework on React and Flux? (Part 1 of 3)
Why my Hack Reactor Remote Beta teammates and I decided to make the TuxedoJS framework.
- tuxedojs
- react
- flux
Review of Hack Reactor Remote Beta 2 Experience
The review of my Hack Reactor Remote Beta 2 experience.
Listing All Branches From Remote Git Repositories
How to list all the branches from remote git repositories.
- git
- terminal
How to Setup Disqus Comments on Ghost
How to Setup Disqus Comments on Ghost.
- ghost
- disqus
- blogging
How to Setup a Custom Domain Name Registered With Gandi on an Azure Website
How to Setup a Custom Domain Name Registered With Gandi on an Azure Website.
- hosting
- gandi
- azure
How to Use git rebase -i to Combine First Two Commits in a Git Repository
How to use git rebase -i to combine first two commits in a git repository.
- git
Transition to the Ghost Blogging Platform
Why I transitioned my blog from Jekyll to Ghost.
- javascript
- ghost
- blogging
What Do the ~, ^, and * Mean in package.json?
My explanation of what the ~, ^, and * mean in a package.json file.
- software
- javascript