15 Characteristics of a Good Programmer

Here are 15 characteristics that can signal an applicant would make a great addition to your programming team. 1. Impressive technical skills. One mistake many hiring managers make is hiring from a checklist of requirements. Instead of requiring three years of C++ and one year of Java, look at the big picture. A programmer who has … More 15 Characteristics of a Good Programmer

AngularJS : Difference between angular-route and angular-ui-router

I am new to AngularJS. I find Angular quite interesting and planning to use angular in my big apps. So I am in the process to find out the right modules to use. What is the difference between ngRoute (angular-route.js) and ui-router (angular-ui-router.js)modules? In many articles when ngRoute is used, route is configured with $routeProvider. … More AngularJS : Difference between angular-route and angular-ui-router

Why Hiring is so Hard in Tech

Talent Shortage Skills gap: By 2020, there will be more than one million unfilled programming jobs. We need better tech education. Recruiting Costs Recruiters charge 20% — 25% of the recruit’s annual salary. Startups quickly hire in-house recruiters in an effort to save money. Other ways to attract direct referrals: Maintain a company tech blog Encourage employees … More Why Hiring is so Hard in Tech

problem root directory with Laravel on C9.io?

As Lavarel is serving its content from the public directory we need to modify the apache config using nano (a text editor): sudo nano /etc/apache2/sites-enabled/001-cloud9.conf Then do the following: // Change this line DocumentRoot /home/ubuntu/workspace // To following DocumentRoot /home/ubuntu/workspace/public To save the file press CTRL X, then ‘Y’ and ‘Enter’ sudo composer update If … More problem root directory with Laravel on C9.io?