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

How to install BSPWM on Debian

BSPWM (Binary Space Partitioning Window Manager) is a tiling window manager based on binary space partitioning, which represents windows as the leaves of a full binary tree. It is written completely in C. BSPWM is easy to customize and set up. Let’s install BSPWM by following the instructions below. This has been tried and tested … Read more