Category: Tips and Tricks

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…

Java vs Javascript

Nowadays, Java and Javascript are both rather common in app development. Having the opportunity to converse with technical architects on this subject matter, studying numerous technical journal/blogs online…

My Take: Web Developer vs Programmer vs Sofware Enginner vs Designer

Simple Animation using CSS3 – Tutorial

RESULT: Try tapping or petting the dog. CODE: @keyframes bounceupdown { from { transform: translate(0px,-100px); -ms-transform: translate(0px,-100px); -webkit-transform: translate(0px,-100px); } to { transform: translate(0px,0px); -ms-transform:translate(0px,0px); -webkit-transform:translate(0px,0px); } }…

Sublime Text : To The Rescue / Recovering your sublime edits