
Search In
For doing password Reset and changing password we always have a thing whether to send the same old password or send a random password to the user.
For generating random password to the user we will create a code file that will generate
Hello Readers, Here is a small application in CakePHP to add users through which we can Understand "How MVC Architecture works" ? For better understanding of MVC Architecture, I will manually create Model, Controller and Views.
First, You
Here we are explaining about Nods Js features and how to create your first application using Node JS.
Node.js is a popular open source platform . It work in run-time enviornment for developing server-side web applications. Ryan Dah dev
Hi friends,
Today I am going to tell you how we can upload images in rails using carrierwave gem. It automatically creates folder inside public folder and uploads images there. You can also customize the upload location. Here is the step-by-step pro
Welcome to FindNerd. Today we are going to discuss mongoDB with nodejs. We use mongoDB with nodejs. MongoDB is nosql database. It is open source as well as cross-platform and well documented database. MongoDB uses collection which is set of mongoDB d
Hello Reader's ,
Hope you are doing good today.
Today in my blog I am going to explain how you can upload the image using proffer component in CakePHP 3.
First, you need to install Proffer Component in your project directory .Open
What I am doing
I am trying to send data through textfield to the database of Firebase to make sure whether both xcode and firebase are connected.
The question to solve
2018-06-28 13:42:02.795922+0900 SNS[7542:1313616] 5.0.0 - [Firebase/D
In this tutorial we will learn how to create custom keyboard in android. We can customise keyboard by adding extra buttons, change keyboard theme, set image as keyboard background etc.
Here in this example we are going to add two extra buttons, one
To integrate your iOS app with Facebook for allowing login from Facebook, Share and other features we need integration by Facebook login SDK. So in this tutorial I am providing you simple steps to integrate Facebook Login SDK using swift in
Hi,
Download Facebook SDK from following link-
https://developers.facebook.com/docs/ios
Add SDK to your project.
This code will help you login and get user data as well fetch friend list from specific account.
FBManager -
Create a file and wri
