WordPress CMS Based Web Development: Best Choices of Database Plugins

WordPress is now one of the top choices of enterprise database application developers, and as we can see, most of the WordPress applications have MySQL DB as the backend. MySQL is the most popular database choice in the case of enterprise DBMS management too. It is a long-existing, open-source, relational database system that is highly… Continue reading WordPress CMS Based Web Development: Best Choices of Database Plugins

How to Adopt Model View Presenter on Android

In the previous tutorial, we talked about the Model View Presenter pattern, how it is applied on Android, and what its most important advantages are. In this tutorial, we explore the Model View Presenter pattern in more detail by implementing it in an Android application. In this tutorial: we build a simple application using the MVP… Continue reading How to Adopt Model View Presenter on Android