This is my tech blog, updated... infrequently.
Post Archive
-
Reducing React / Redux boilerplate with ES.Next
Finding my React code style
-
Sharing Web Code with React Native
Building a native app without building another app
-
What the internet won't tell you about setting up mongo replica sets
Some things take way more searching than they should
-
Reducing friction
Some thoughts on improving my development setup
-
Reboot
It seems to have been a while since I updated my blog. No idea why.
-
Automating app icon and splash screen creation
Using PhantomJS to turn html or svg into a full set of iOS app icons and loading images
-
Developing with an iPad - One week in
General impressions after developing on an iPad for a week
-
Developing with an iPad - CodeMirror
Setting up CodeMirror and adapting it for iPad use
-
Developing with an iPad - beyond the code
The text editor isn't everything
-
Developing with an iPad - using the on-screen keyboard
Initial impressions from writing code with the iPad's on-screen keyboard.
-
Developing with an iPad - Server setup, done right this time
Setting up my cloud development server
-
Developing with an iPad - Code Editor
Editing code in the terminal and planning something better.
-
Developing with an iPad - Initial Setup
Setting up tools for my iPad-only development experiment
-
Developing with an iPad
My experiment writing code with an iPad
-
Always Use Source Control
Why source control is worth it, even for personal projects.
-
Desktop preview for HTML5 mobile apps
How to make an HTML5 mobile app look good when previewed on a desktop browser
-
Custom 404 page for a Jekyll blog
Handling incoming links formatted for a previous version of my blog
-
Custom Bash Prompt with Git Repo and Branch
Add some git information to the command prompt
-
Jekyll Draft Posts
Cleanly handling unpublished posts on a Jekyll blog
-
Performance Issues with jQuery Mobile Prefetch
In most cases being able to preload pages before the user clicks on a link will make your app feel faster, but you do need to be careful that the preloading isn't intefering with anything more important.
-
Editing GitHub Pages in a Separate Folder
How to have git treat a branch like a different repository for easier editing of GitHub Pages.