MacVim on OSX

MacVim is a text/source editor for Mac that offers Vim built around GUI, that comes with extra features and support Mac-based keyboard shortcuts, which makes it very handy to use, MacVim added interactive interface like menus to tasks that had to be done using commands or keyboard shortcuts. It’s like GVim on Linux. Installing Homebrew … Read more

Grav CMS: What makes it better than others?

Simplicity and ease of use make Grav a real winner Grav is a free open source flat-file CMS written in PHP developed by RocketTheme, currently in active development, it’s fast and easy to set up and maintain, it supports theme and plugin development, so third party developers can develop themes and plugins for it. What … Read more

Create a blog in Harp

Harp is a free, open source static site server written in Node.js, It support EJS and Jade for templating and Sass,Scss, Less and Stylus for stylesheets pre-processing and Markdown for writing pages. What do I mean by static site server? A static site allows you to use pre-processor for writing templates, scripts, stylesheets, and pages, … Read more

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 you are writing code and over time we ignore it. At first, it might not seem to be a very important step, but … Read more