Best 20 .Net Core Libraries Every Developer should know
| | | | |

Best 20 .Net Core Libraries Every Developer should know

.Net Core is a lightweight and cross-platform version of the DotNet framework and the wonderful thing is that Developers required the same expertise to code with .Net Core as .Net Framework. With Every new Update, new features are added that help developers deploy high-performance & highly scalable applications using less Code. In this article, I’m listing down some of the most…

CRUD Operations Web App using PHP & MySQL | Part 2
| | | | | |

CRUD Operations Web App using PHP & MySQL | Part 2

This is the 2nd part of the CRUD Operations Tutorial & the 3rd part of the PHP Web Application Tutorial series. If you missed previous parts, then you can find here => Getting Started with Web Application using PHP & MySQL | Tutorials I’m assuming that you have followed the previous part of this Tutorial &…

My Story When Working With Google Distance Matrix API
| | |

My Story When Working With Google Distance Matrix API

A few months ago when I’m working on my freelancing project. This project is like to build an application like Careem or Uber. You see an application like Careem or Uber required a lot of working with Google Maps, Places and Distance Matrix API and many others. I’ve tackled a lot of difficulties when working on…

Android Image Upload Example using PHP with Source Code
| | |

Android Image Upload Example using PHP with Source Code

While learning Android, most of the developers find it difficult to upload an Image to Server from Android App using PHP Webservice as server-side. Sometimes you do nothing wrong in Android Code but Image doesn’t upload to the server. Sometimes you do not follow the same method to receive Image on the server as android application sending…