Article
Markdown Markup Language
In this blog post we will cover the markdown markup language. Markdown makes writing the text on web faster and easier and is a good choice for variety of tasks like writing the code related documentation, blog posts, emails etc.
What is Markdown? Straight from wikipedia - Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. Markdown is a text to html converter and often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
Article
Static Code Analysis
In this series of posts we will cover what is static code analysis and how the same can be incorporated in the software development lifecycle.
What is Static Code Analysis? Static code analysis is a method of computer program debugging that is done by examining the code without executing the program. Static code analysis is used by the development teams during development and continuous integration to improve the overall quality of the source code.