Cascading Flow
05 Dec 2017
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...
Software Engineering
Read More
!important;
06 Oct 2017
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,...
Semantic UI
HTML
CSS
Read More
Spaces and Tabs
21 Sep 2017
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...
Computer Science
Read More
Google is your Friend
07 Sep 2017
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...
Computer Science
Read More
The Canvas
01 Sep 2017
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...
Computer Science
JavaScript
Read More
Building Blocks
31 Aug 2017
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...
Computer Science
Read More