Memcached is a free, high-performance and distributed memory object caching system written in C language. It is often used to…
Sometime you try to install a new plugin from plugins store or a zip file and unfortunately your site has…
When building Laravel web applications, it is almost impossible to avoid encountering bugs. If the errors ‘re just typing wrong…
To synchronize your backup data to Google Drive you’ll need install Rclone first. After that you need config authorize your…
Loops in Java are designed to perform a specific task repeatedly. . In Java we have three types of basic loops: for,…
The JPA (Java Persistence API) – a part of Spring Data – is an Object Relational Mapping (ORM) framework…
After a decade of setting property values in Spring XML configuration and calling setter methods on bean instances, Spring…
While developing Spring-based applications, you may come across a need to register beans conditionally.For example, you may want to…
Spring Beans are Java Objects or Instances which will be created and managed by Spring IOC/DI container. Below is the lifecycle…
Before learning about Spring Dependency Injection we’ll introduce the concepts of IoC (Inversion of Control) and DI (Dependency Injection).…
Docker is an open platform for developing, shipping, and running applications. In this posts you will learn how to use Docker…
For decades, organizations have been using a traditional relational database and trying to fit everything there, whether it is key/value-based user session data, unstructured log data, or analytics data for a data warehouse. However, the truth is, the…
MySQL replication process enables you to reduce load MySQL and increase high availability. The benefit of MySQL replication also includes disaster recovery and reporting. In this tutorial, we will set up MySQL replication on 2 servers: one for…
MySQL powers the most demanding Web, E-commerce, SaaS and Online Transaction Processing (OLTP) applications. It is a fully integrated transaction-safe, ACID compliant database with full commit, rollback, crash recovery and row level locking capabilities. MySQL delivers the ease…