Skip to main content
  1. Professional Pathways/

Working Remotely

·1 min

As a developer, I am lucky that I get to work from home as needed. But I have never been 100% remote; lately, I have been reading a lot about working remotely, remote first companies, digital nomad lifestyle etc. These are some resources that I have found useful so far:

The Ultimate Guide to Working Remotely - I haven’t gone through the whole guide yet but so far it has been very informative.

Remote Job Search Boards
#

The Remote Freelancer - A massive list of remote jobs search boards. Hosted on GitHub.

Some of the more popular remote job boards are:

And then a list of Remote Friendly Companies and another massive list of Resources for Remote Jobs and Digital Nomads on GitHub.

Freelancing Rates - These are based on locations in the US, Canada, England, and Australia. Though these probably don’t reflect remote only rates.

Related

Upgrading to PHP 7.0 on Ubuntu 14

·1 min
I upgraded PHP to version 7.0 on an Ubuntu box. Running php -v on shell would show it as version 7.0. But Apache was still using PHP 5.6. I tried various methods to update settings for Apache but nothing worked until I issued the following commands: sudo a2dismod php5.6 sudo a2enmod php7.0 sudo service apache2 restart Source: PHP 7.0 (and 5.6) on Ubuntu | LornaJane

Setting Up Laravel on MacOS

·1 min
After 3 years, I am using Laravel again at work. Laravel has extensive documentation but sometimes it can be a bit verbose. Here are commands to get you started as soon as possible. This assumes pretty much a fresh install of MacOS. Install Homebrew # Check the official site for the latest command /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Install PHP 7.1 # brew install homebrew/php/php7

The E-Myth Revisited by Michael E. Gerber

·3 mins
My biggest takeaway from this book was that most people start a business to create a job for themselves. For example, a person who enjoys baking may start a cake shop. The problem with this approach is that one is working in the business, not on it. The right way to start a business is with a goal of eliminating one’s job. For example, the person above should figure out a way to hire someone else to do baking.