Flow. A good development flow is the most beneficial guideline you can create when coding a program. Large or small scale projects, collaborative or not, a good sense of flow when in development facilitates an understanding of current issues and...
Having a visually appealing design is a must for any webpage; most viewers will only look at a site’s homepage before deciding whether to stay or bounce. Many web developers thus spend a great deal of time styling their pages,...
With the increase in relevance of open source communities and projects involving multiple collaborators, it has become increasingly important that the code you write is legible, both to you as the author, as well as to others trying to read...
There is a lot of noise in the world today. Everyone talks and asks questions to everyone else. It is ceaseless, and in the shuffle it can seem daunting trying to make your inquiry stand out amongst the sea of...
JavaScript is the first programming language I learned, alongside HTML and CSS. I was in high school at the time, and to be perfectly honest, learning JavaScript in particular was a pure coincidence. I googled something along the lines of...
Program development is an intensive endeavor. You have to be able to accurately and routinely break complex problems down into small enough pieces that they can become represented by such simple concepts as “and”, “or”, and “if”, to name a...