Simply put Livecoding.tv facilitates developers to stream live video of themselves coding, and users watching can ask questions or give feedback. Since launching a beta in February, Livecoding has seen 40,000 people sign up across 162 countries. Users have streamed in a variety of spoken languages, including Portuguese, Russian, and German, as well as coding […]

Read More →

According Jet Propulsion Laboratory(JPL) lead scientist Gerard J. Holzmann, a huge amount of arbitrary rules and inconsistent guidelines causes code quality of even the most critical applications to suffer. “The Power of Ten: Rules for Developing Safety Critical Code” is a paper published which was an outcome of a research that was carried out at […]

Read More →

Code.org is a non-profit foundation dedicated to growing computer programming education. It’s vision is that every student in every school has the opportunity to learn how to code. We believe computer science and computer programming should be part of the core curriculum in education, alongside other science, technology, engineering, and mathematics (STEM) courses, such as […]

Read More →

ZenCoding is a fun, fast, intuitive way to write html,css,xsl,xml and haml code. Consider this like the typewriter shorthand system, but only better. This kind of coding style has been around since the late 2009. ZenCoding is possible by adding the plugin for your favorite editor. Check here if your editor has a ZenCoding plugin. […]

Read More →

Javascript being a dynamically typed language, sometimes it helps to know the properties and functions of a given object. Anyone who has worked with javascript in an Object Oriented way would testify this. Here is a snippet of javascript code that would give the Type, member functions and properties of a given object. 1 2 […]

Read More →