By creating correct indexes for tables based on the queries your applications use, you can improve performance of your application.
In this post, I'll discuss on basics of Database Indexes and best practices to follow.
When we look back at 2017, it will be remembered, more than anything else, as a solid foundation for The Debuggers. We have managed to continue writing, though less often, during this time period.
With this post, I would like to present our Yearly Review for 2017.
Want to display multiple google maps on a single page? Then, this post is for you.
For displaying multiple maps, you need multiple container for map. Just remember to specify height and width of the container.
If you are planning to implement Subscription System in Messenger Bot, here is a good news. With the release of Broadcast API, sending message to numerous recipients has been so much easier.
In this article, I am going to discuss how to broadcast message to multiple users through Messenger Bot.
Sometimes we need to insert large data set into database table. Using one INSERT statement per row is quite inefficient. Instead of this, we can assemble one INSERT statement with multiple rows.
In this article, I am going to show how to perform bulk insert into MySQL table using PHP.
In this post, I'll share how to search YouTube videos by using YouTube Data API v3 and PHP. I'll show how to search videos by type (video, channel, playlist), keywords and other search terms. In addition to this, I'll show how to order the result by various parameters.
After reading this article, you can make search
You can use custom images (icons) instead of default standard image for markers. Adding custom markers is very easy with Google Maps.
Today we’re going to look how to add multiple custom markers as well as legend in Google Map.
Are you having problem with translating numbers to their equivalent signs in different languages? Don’t worry! This post helps you in number translation.
As an example, let's convert English numbers to Devanagari equivalent and vice versa using PHP & JavaScript.