-
January 20th, 2014
✭ Featured
When I first began seriously programming there were many instances in which I almost gave up for feelings of inadequacy. One hurdle to being a proficient developer that was particularly mind-numbing was grasping version control. As a beginner it can feel as if people are speaking Klingon when they start…
tech, productivity, devops, Git, Github, code, open source, flight rules
-
In this post I will very briefly walk through my process for provisioning Ubuntu precise for a Node.js deployment on Amazon AWS. This guide isn't perfect and could be out of date, but you can follow my side project dock I try and provide up-to-date scripts that you can…
tech, productivity, devops, AWS, Amazon Web Services, Git, Github, code, development environment
-
HTML Using progressive HTML5 techniques can not only save you time developing, but also can enrich performance. For example, rather than writing a long chunk of code to validate a form input, use the new HTML5 form elements which automatically validate (input="email"). Of the many HTML5 features…
-
ES6 features Many people complain about the way that Javascript functions because using it effectively depends on a real understanding of some key concepts. Rather than bitch and moan about the nature of Javascript I will emulate my homie Crockford and focus on "The Good Parts". Fundamentals Loops…
development, code, error messages, javascript, js, learn, node.js, frameworks, react, angular, jslint, style guide, debugging