I ♥

Dev Commandments!!

Thou shalt always think about readability of code: In short readability boils down to “I like reading it”. Make sure whatever code you are writing, it is easy to follow logically. Always keep in mind basic principles like DRY which stands for Don’t Repeat Yourself. Also known as DIE Duplication... [Read More]

Learn Markdown

This is subtitle for markdown

You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc. [Read More]