Flutter Mobile OTP Verification using Firebase with Getx Package Flutter by Rajesh Kumar Sahanee - October 19, 2022October 25, 20220 Hello Friends, Today I am going to share how to do Mobile OTP Verification in Flutter using Firebase with Getx Package. GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quickly and practically. We will follow following steps to
Reading Html from Any Url in PHP Php by Rajesh Kumar Sahanee - September 11, 2022September 11, 20220 Hello Friends, Today I am going to share very short and simple code which we can use to read html from any url in PHP. I am going to share two methods to achieve this, so let's start without wasting time. Method 1 (Using file_get_contents) [crayon-693e8f5600ff5152295002/] Method 2 (Using Curl) [crayon-693e8f5600fff394433997/] Thanks friends Your queries &
DataTable with Ajax Data Source Javascript Php by Rajesh Kumar Sahanee - September 7, 2022September 11, 20220 Hello Friends, Hope you are doing well today I am going to share how to use DataTable with Ajax Data Source or you can say how to perform server side processing in DataTable. Actually I was working on one of my personal project where I was needed thisĀ feature and After
Converting Timestamp to Time Ago in PHP Php by Rajesh Kumar Sahanee - September 2, 2022September 11, 20220 Hello Friends, Its being very long time I haven't posted anything due to busy life schedule but today I have some free time to write a post and also a code which I had found over internet yesterday while working on a client's project. In that project I had to
Capture Image From Video and Saving to Server in Javascript Javascript Php by Rajesh Kumar Sahanee - July 14, 2020July 14, 20200 Hello Friends, Hope you are doing well. It's being long time I haven't share anything but today I am going to share how to capture image from video and saving to server in Javascript. Actually this requirement came to me because of a client's mobile app where thumbnail image was
Sending Message to WhatsApp Number in Android Android by Rajesh Kumar Sahanee - June 7, 20200 Hello Friends, Today we are going see an example of sending message to whatsapp numberĀ in android. WhatsApp Messenger, or simply WhatsApp, is an American freeware, cross-platform messaging and Voice over IP service owned by Facebook, Inc. Actually I have added this feature in one of my office's android project
Connect Google App Engine with Google Cloud Storage Php by Rajesh Kumar Sahanee - June 6, 2020June 6, 20200 Hello Friends, I hope you are doing well. Today we are going to see how to connect Google App Engine with Google Cloud Storage. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale while Cloud Storage is a RESTful file storage service for
Resize Disk of VM Instance on Google Cloud Platform without Stopping VM Tricks by Rajesh Kumar Sahanee - May 30, 20200 Hello friends, today we'll see how to resize disk of VM instance on Google Cloud Platform without stopping VM. Actually one of my colleague was working on a project which was hosted on GCP Compute Engine VM and while working on the project suddenly he ran out of disk storage
SearchView Suggestions over Network in Android Android Php by Rajesh Kumar Sahanee - May 24, 20200 Hello Friends, Today we'll see an example of SearchView Suggestions over Network in Android. And there will be two part of this code one will be server side code in PHP and another one Android app code. Actually I was working on an android app in which I was required
ViewHolder Pattern with BaseAdapter in Android Android by Rajesh Kumar Sahanee - May 17, 2020May 17, 20200 Hello Friends, today we are going see an example of ViewHolder Pattern with BaseAdapter in Android. I am sharing this code example because few weeks ago I was working on a project and after completing code, I have analyzed my code using "Inspect Code..." feature of Android Studio which is