Posted by marto on

Responsive & Mobile Design

Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors). A site designed with RWD adapts the layout to the viewing environment by using fluid, proportion-based grids, flexible [...]

Read Article 3 Min Read Frontend Development

Posted by marto on

Server Setup with Ubuntu 14.04

Introduction When you first create a new server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent actions. Step One – Root Login To log into your server initially, you will need to know your server’s public IP address and the password [...]

Read Article 6 Min Read System Administration


Posted by marto on

Installing Nginx on Ubuntu 14.04 LTS

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or a reverse proxy. Since this is our first interaction with the apt packaging system in this session, we should update our local package index before we begin so [...]

Read Article 2 Min Read System Administration