Blog

How To Keep Your Servers Running 24/7/365

Developing back-end services is today part of every serious developer’s work, and there are unlimited options for developing them – using different programming languages, paradigms tools and frameworks.

One big challenge is making sure our services are up and running at all times, that we have enough free space on our drives for running smoothly, restarting services when new versions are deployed […]

By |March 15th, 2016|Development Tools, Devops, Server Side|0 Comments

The Most Important CSS Rule You Might Have Missed

Heads up: I know what some of you are thinking, but it is not the “elegant” !important css declaration. wink.

As most full stack professionals, I’ve been writing CSS for as long as I can remember, usually indirectly via a higher level language such as SASS. I actually got along pretty well without ever really being […]

By |February 20th, 2016|CSS, Software Design, Software Development, Web Applications|0 Comments

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 […]

Bye Bye cmd.exe

With the recent years’ explosion of open source frameworks and wealth of new and brilliant platforms and tools, CLI (command line interface) has gained significant traction on Windows operating system, which was traditionally primarily associated with GUI tools, as opposed to Unix/Linux platforms for example where command line was the king.

Hand in hand with this […]

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 […]