How to setup Accelerated Mobile Pages (AMP) for WordPress ?

amp1

AMP is a simple and robust format to ensure your website is fast, user-first, and makes money. … Read more

How to find technologies, themes used for developing some website ?

builtwith

Are you starting to develop website for your business and came across some good looking website and … Read more

Pushing your first git repository / project to Github

github

As we seen in our last two posts “How to create git repository in Github” and “Starting … Read more

Creating yocto bitbake recipe using ” devtool add ” command

The devtool add command automatically creates a recipe based on the source tree with which you provide … Read more

How to clone remote git repository which has git submodules ?

github

In our last post, we seen how to create a remote repository in github which actually uses … Read more

How to fix – fatal: Unable to create ‘.git/shallow.lock’: File exists.

Today while trying to clone big repository using “git fetch” we encountered following error, “fetching iteration / … Read more

How to Install Flutter on Ubuntu Linux ?

Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more

How to install perf in Ubuntu Linux ?

Perf is a profiler tool for Linux 2.6+ based systems that abstracts away CPU hardware differences in … Read more

How to recreate dts file from a running Android device ?

As we have seen in “How to cross compile static dtc for ARM” we are able to … Read more