Git Checkout a Remote Branch - Step by Step Guide
During last 4-5 years, git has captured the market for version control system completely. Here are step by step guide about how to checkout a git remote branch.
During last 4-5 years, git has captured the market for version control system completely. Here are step by step guide about how to checkout a git remote branch.
Whatsapp has become the most popular messaging platform in the world - with a user base of over 1 billion reported in Feb 2016. Beyond text messaging, it has enabled voice calling in 2016 and by June 2016 more than 100 million voice calls were made per day. Whatsapp has amazing reach and massive percentage of active users - thus making it one of the most promising platforms for social engagement ...
Lately lot of people have been signing up for adsense through youtube as this is one of the easiest way to get approved. But this signup only enables the so called 'hosted adsense' account and you can't show adsense ads on your blog/website.
In such cases, if you login to your adsense account, you will see following warning message:
Your AdSense account is enabled only to show ads on YouTube...
While working with javascript promises, I have been getting erors like:
UnhandledPromiseRejectionWarning: unhandled Promise Rejection (rejection id:1)
Typically this is a good hint that error handling is not implemented properly for your promise. To make it simpler, here is quick guide on Javascript promise and right way to error handling.
A promise is a good way to do async processing in ...
In a mobile first world, it is becoming very important to create responsive websites that work seamlessly on multitude of screen sizes for desktop, mobiles, and tablets. To address this problem from ads perspective, google adsense has been supporting responsive ads for sometime now. But it is not a magical solution and much work needs to be done to ensure optimum utilization of ads across ...
Lately (in Oct 2016) we have enabled amp-ads for google adsense on few of our sites. But we are continuously observing very slow ad load times and this has impacted our adsense revenue.
To put things in perspective, we have added amp pages (accelerated mobile pages) for some of our sites in july-august 2016. Since then, we have observed a steady increase in our amp traffic. Performance wise, we ...
If you are new to web monetization (urf making money from websites), advertisement or ad revenue is the life line of modern web. Lot of great web services (e.g., google search, facebook etc) are free for users. These companies make money by showing ads to users. To give you an indication of scale of money involved, most of the Google's around $75 billion revenue in 2015 came from ads.
Luckily, ...
Recently I have added Google AMP (accelerated mobile pages) support for my blog articles, but I am observing following error in google Webmasters search console -
Many of people working on react-native have realized that Navigator component
in react-native is getting ready to be deprecated in favor of new navigaor called Navigation Experimental
till now.
Few days back, I wanted to save the list of vidoes in few youtube playlists for future references. But on a quick google search, I was not able to find any simple examples of accessing youtube data apis using scala (or even in Java).
Here is a quick notes on how I used Google Java data apis to access youtube data in scala.
First, let's start by creating a simple `build....