Why comment your code?

It lets other know why that piece of code needs to be there in the first place. While learning programming most of us forget how important it is to comment as

Read Article

Adding meta description to Jekyll

Jekyll is a blog-aware static website generator written in Ruby that uses Liquid for templating and Markdown or Textile for writing posts and pages. Jekyll also

Read Article