Mustafa Dalga

A passionate developer who wants to be a pioneer at what he is doing.
General SEO
8 min read

Adventures of a Front-End Developer - Migration of Front-End Project

In this blog post I will explain how I upgraded our Heybooster front-end project which is built on the vue.js framework and what motivated me to do so. In our previous project we used the vue version of 2.5.11 and the webpack version of 3.6.0 and we had some problems with it.
Technical SEO
2 min read

CSS Architecture Documentation | Heybooster

I have created a document to set a standard for writing CSS code at Heybooster. I also wanted to share this documentation as open source. We use SCSS as CSS Preprocessing. Our CSS architecture is generally based on the BEM. methodology. However, in some cases, we may be able to use OOCSS or SMACSS as alternative solutions.