Posted inArticles

Lightweight WordPress setup

WordPress is the most popular CMS used by many websites; it is written in PHP which makes it an ideal choice for most people. It offers a lot of features and an easy to use backend. But it performs well until the MySQL database is small and your WordPress setup does not live on too […]

Posted inArticles

IO.JS on Mac

IO.JS is a folk of Node.js that uses the latest build of Google’s V8 Engine and supports ES6, in some performance benchmarks IO.JS is faster than Node.js The performance benchmarks of IO.JS vs Node.js can be found over here. IO.JS is recommended if you are working on a new project, if you are using a […]

Posted inArticles

Emmet for Atom

Emmet is a plugin available for popular text editors that let you write HTML abbreviations without having to directly write HTML tags, instead use Emmet’s shortcuts. It reduces the amount of HTML the user must write and increases efficiency and saves precious time. A simple example. All you have to do is hit TAB it […]