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 →

To catch a thief, or for self defense you got to think like one. Google announces Jarlsberg, a web application that allows its users to publish snippets of text and store assorted files. “Unfortunately,” Jarlsberg has multiple security bugs ranging from cross-site scripting and cross-site request forgery, to information disclosure, denial of service, and remote […]

Read More →