Composer on Mac

Composer is a dependency manager for PHP, that lets you manage dependencies by offering install/uninstall and options like creating projects. It manages dependencies for you, big projects like Laravel framework and CMS like Grav use it to manage dependencies. It’s easy to install it on Mac, all you have to do is run this curl … Read more

GitLab CE on Ubuntu

GitLab CE (Community Edition) is an open-source self-hosted Git Server that can be hosted on any server that meets its requirements. It’s easy to install and set up. It gives you the freedom you want with your Git repository and projects. You can install GitLab on your Ubuntu Server by following the steps below. If … Read more

Everything you need to know about static sites

Static sites are websites that don’t use a preprocessor or backend service daemon or Database, these websites are purely written in client side languages like HTML, CSS, and JavaScript. It is one of the oldest ways of creating web content, but the popularity of it has dropped, which is not true, the popularity has dropped … Read more

App Review: Pocket

Pocket is an app that lets you save web content for reading it later, it is a great app for users, like me who like reading on the go and want to access all their web content in one place. It lets you save the specific web page using a browser extension or pasting the … Read more

Ghost on Pi

[Ghost](https://ghost.org) is open source blogging platform written in [Node.js](https://nodejs.org) that offers self hosting and hosted service. We are going to self host Ghost on a Raspberry Pi. This guide will take you through the steps of setting up a self hosted Ghost production environment. I am working on this setup with a clean install of … Read more