
Search In
PHP is one of the most popular server side scripting language which is used for web development. As stated in [1] currently more than 82% of websites are powered by PHP and with the release of a new version (PHP 7), PHP becomes more stable and b
Introduction In this blog will learn about Azure Cosmos DB key feature of replicating data globally, along with ways to achieve it. Also, will explore Manual Failover & Failover priorities with setting up using Azure portal.
Prerequisite
The technological stack is what makes the wheels turning in your marketing campaign. It is your intelligence, airborne support, cavalry, artillery, etc, etc. Needless to say, you won’t go far if anywhere at all without a properly composed stack
Every day I see people on Facebook sharing their "new secrets" to ranking in Google. Most of these people are "SEO experts" who make a living off of selling their strategies instead of actually ranking websites. They pl
Have you ever heard of the travelling salesman problem? It’s a popular mathematical conundrum that stumps even some of the most advanced supercomputers. Turns out, the humble bumblebee is smart enough to solve it with ease. They’re the fi
What is a Template engine?
Template Engines are the tools which help you split the program logic and presentation logic. It also assists in separating both the logics into two independent parts. It is always better to separate your presentation logi
Hi Guys,
Today, I am not going to write any tutorial/Blog/Article for mentoring purpose but I am giving you real weapon for high DA link building.
What is Link Building?
It’s a method of getting links (Dofollow or Nofollow) f
Odoo-7 and Odoo-8 support the angularjs using Odoo Web Services but Odoo-9 and Odoo-10 does not supports angular js, the reason is that Odoo-9 and Odoo-10 supports back-bone.js.
Below are few steps how Odoo-7 and Odo
In this blog we will discuss about advanced features of angular core.
ng-container, ng-template and ngTemplateOutlet are angular core directives which on combining together allows the creation of highly dynamical and customiza
We all Known that scrollable view does not work inside another scrollable View, so to scroll some views with recyclerView for that we have to use Header property.
There are many ways to Add Header to RecyclerView but in this tutorial I will guide yo