PHP Simple File Caching Tutorial
Caching is the practice of storing data in and retrieving data from a file, database or memory so that future...
Caching is the practice of storing data in and retrieving data from a file, database or memory so that future...
Beside using SQL query to retrieve data from database, you can also use a database Object Relational Mapper (ORM) Eloquent to...
MongoDB is a document type NoSQL database and currently is the most popular NoSQL database use by many developers over...
In previous tutorial, I had been tell you how to use retrofit 2 to retrieve data from the REST API. Able...
In previous tutorial, you already understand how to setup php slim framework in your computer and also learn how to...
What is Slim Framework? Slim Framework is the most famous php micro framework to create the REST api for your web...
Android has many options to choose which database you want to use in the applications. SQLite database only good for...
XAMPP is the best PHP development environment in 3 different Operating System which is Linux, Mac OS and Windows. It...
Every programming language enable to use socket programming to provide the communication mechanism between two processes on the same or...