Working script with demo example for automation for cucumber selenium webdriver chrome js to fullscreen snapshot screenshot.

I had been struggling to find a decent working example for javascript selenium webdriver with chromedriver to do a fullpage screenshot, so finally i manage to make it…

Cool Tech: Raspberry Pi – Home Door Automation Project + Guide

Below you will see a demo of the project. Here in this post, will share the guide of how to configure your own home automation with raspberry pi…

Syntatic Sugar : Front End Trend

What is syntatic sugar? In computer science, syntactic sugar is syntax within a programming language that is designed to make things easier to read or to express. It…

Web Scrapping and Crawling Approach. How?

Essentially there are many approach to scraps. It depends on the client requirement and the goal. My favorite stack for scrapping are nodejs, cheerio,phantomjs, jquery, download, request, curl…

Good READ for 2016: Sept

The landscapes of frontend development are changing very fast! Here are the new technologies on the front end that i personally believe will cultivate your interest & potentially…

CoffeeScript and Es2015 Ecmascript 6 Similarities

There are quite a lot of similarities of es6 features from coffescript. Based on what i researched and compared , i would conclude that Es6 borrowed alot from…

Real-Time Motion Dection in Mobile

So recently found this project which has alot of potential in shaping the future and vr context. Watch video below… or check youtube link here https://www.youtube.com/embed/fJlgDIO3oL8 Real-time magnet…

Cool Tech: Face Detection using JS

Awhile ago, fiddled with some code on that. Checkout the project here.. https://seanlon.github.io/face-detection/examples/emotion.html You can find and play with source code here. https://seanlon.github.io/face-detection/

Infographic: Sql Joins

Javascript Declaration: Hoisting

Definition According to W3schools , In JavaScript, a variable can be declared after it has been used. In other words; a variable can be used before it has…