Semantic UI
05 Oct 2016
CSS and UI Frameworks CSS or cascading style sheets, are used in tandem with html to create visually appealing webpages. CSS is extremely powerful, and lets you customize every aspect of your webpage. Large websites often need thousands of lines...
Software Engineering
Web Development
Semantic UI
Read More
Coding Style
21 Sep 2016
Coding Standards Messy code is a programmers worst nightmare when joining a new programming team. Messy code means the programmer must take time to refactor their code into something readable. Whereas, neat and clean code means the programmer can immediately...
Software Engineering
Learning
JavaScript
Read More
Github
13 Sep 2016
Source Code Control When working on a large team of software developers, a number of problems arise. The biggest one being the management of the source code. The source code is usually many files, and every programmer is working on...
Git/Github
Learning
Read More
JavaScript
30 Aug 2016
A New Language Prior to JavaScript the only programming language I knew was Java. I had been programming in Java since high school, so JavaScript was a new experience for me. I first encountered JavaScript this past summer, while developing...
Software Engineering
Learning
JavaScript
Read More