Programmers solve problems and most of the time use a keyboard to do so. I firmly believe you need to be able to efficiently express yourself through typing. There’s probably nothing more fundamental in programming than being able to think of something and expressing it in code without losing your train of thought. I say… Continue reading Touch Typing and Programming
Tag: programming
Getting started with Go
I’ve been using Python for a quite a few years as my main go-to language for building web apps, RESTful API’s, utilities, and much more. It’s the driving power for most of our backends at our startup: Blimp, Blimp Boards, and FilePreviews. I have very few bad things I could argue about Python, but I… Continue reading Getting started with Go
Getting started with Ember.js
I played around with Ember.js on and off last year and after building some quick demos I decided to invest some real time in building real web apps with it. I have been keeping track of some useful tips and resources for people starting out with Ember.js. Ember.js Guides The official Ember.js Guides and Tutorials walks you… Continue reading Getting started with Ember.js