Thumbnail

Hien "Feb" Dao

Front End Developer

Feb is a Senior Front-End Developer with over 5 years experience. Feb focuses on delivering exceptional style-guides that are unique and of the highest quality. Over the years, Feb has created many style-guides and themes for large company websites, including the Lil Engine website.


Recent Articles

Thumbnail
Thumbnail

Installing a Node.js package using a GitHub repository

Feb Dao

|

Node.js is a popular JavaScript runtime that allows developers to build server-side applications using JavaScript. One of the benefits of Node.js is its vast ecosystem of open-source packages that can be easily installed and used in your projects.

Thumbnail
Thumbnail

How to upgrade Sajari JS-SDK from version 1.x.x to 2.x.x

Feb Dao

|

Sajari is a cloud-based, instant search engine for websites and ecommerce. Powered by machine learning and the customer's own data, it gets users to what they need, fast.

Thumbnail
Thumbnail

Adding class into parent from an iframe

Feb Dao

|

I have faced an issue on a recent project. There is a media block which shows video from youtube. A class called `media--loaded` need to be added into parent of youtube iframe, this is how I did it by using javascript.