Video: 5 minutes of Dev – Flexbox Layout

The following is the first of a series of videos, designed to support developers of all levels with short recording that affects different topics. In this video we are going to define a simple flexbox layout. Due to time constraint, this video do not go in many details, but provide enough information for developers to…


How to fix git error “fatal: bad object HEAD”

During development, I stumbled upon an error in GIT that prevented me to complete any operation that required to contact remote origin (Fetch, push, etc..) No matter which branch I was on, I would always received the following error when trying any of the above operations: fatal: bad object HEAD The repository in question was…


Vue Js development resource

I have been using Vue JS for the last couple of years, and I have created a set of resources that can be extremely beneficial for someone who is trying to get started or wants to have a reference to some resources throughout their development. Disclaimer: I am not gaining any economical advantage by sharing…


Getting started with Github GraphQL API

This article is going to give you the basic knowledge necessary to start and develop your very own GraphQL API. This post is part of a series that will cover the full development lifecycle that lead to the creation of an example Github graphQL web app that can be found at the following link http://github-api-example.zelig880.com…


Frontend Job interview research

Need of change Last year, during our Front End chapter meeting, we agreed to invest some time to improve our front end interview format, as it was not really fit for purpose and did not really supported us in making the right decision about candidates. The interview format in use involved a coding test, focused…