Frameworks

Make The Leap From WEBAPPs to DAPPs

Recently I’ve heard from several fullstack dev colleagues that although Smart contracts and DAPPs (Distributed Apps) sound real exciting they are clueless on how to get started.

This actually surprised me as developers with good FED (Front End Development) skills actually have an advantageous starting point, so I decided to write this short post as a short […]

Bridging Angular and Polymer

Node.js Lessons Learned The Hard Way

Four points to keep in mind when working with Node.js, guaranteed to save you a lot of time and pain.

Node.js is perhaps the of the most exquisite offering in server side development environments of recent years. It allows very fast  bringup of server side components, it is highly efficient and provides extreme throughput when appropriately used, and […]

To Node Or Not To Node?

Fact: Node.js is single threaded yet powers some of the highest traffic sites (source)

 

Node.js is a unique gem. When harnessed for the right problem and in the hands of a knowledgeable developer it would shine for you, but use it for unsuitable tasks or by a developer unfamiliar with Node’s philosophy then chances are you’re headed for a […]

Beware of Malbolge Coders

This post starts with a short and terrifying story followed by a unique anecdote that I’m sure will be worth your while reading.

 
Damn! Malbolge Again!
We recently took on a maintenance project which was supposed to be a stroll in the park. Just add a couple of new features to the existing system (PHP, Laravel, WordPress […]

The 7 Habits of Highly Effective Developers

On my last post I talked about the approach I’m taking towards testing candidates for development positions, which for me has been working like a charm yielding excellent assignments.

Today I’d like to discuss a tangent subject which I’ve been meaning to write about for a long time, that touches the seven characteristic of truly effective developers. […]

How to Screen Good Developers

As part of our expansion I recently spent time again meeting and interviewing potential new recruits, which re-struck the question I’ve been asking myself for a long time: what are the key factors that differentiate a truly brilliant developer from the rest of the pack?

A long time ago I stopped crediting candidates based on their […]

What’s Wrong With Template Engines?

A Solution Looking For a Problem
I’ve recently came across few articles explaining how we can get Laravel’s Blade and Angular.js to work together.

For those unfamiliar with the terms, Laravel is a rising star PHP web application framework and Blade is its template engine responsible for meshing up web page templates with data models to render […]

Should We Wait for Angular 2.0?

We hear this question over and over from clients wanting to replace their front-end technology with Angular, but are confused whether the time is right or perhaps they should wait for Angular 2.0.

This question would never have been an issue if Angular 2.0 was backward compatible, unfortunately this is not the case and the upcoming version […]