How to update aws amplify auth in an application?
Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update amplify auth to add admin queries API. There is a command for this in...
Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update amplify auth to add admin queries API. There is a command for this in...
In this article, I will show you how you can change AWS Amplify Auth UI for SignUp. AWS Amplify makes it easy to develop mobile and web applications. Its framework which manages and easily...
In this article we will see different ways to check if item exists in list or not. Suppose we have following list. Check string “cd” exists in list or not by following condition. We...
Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need to add or subtract from any specified date to get next or previous date....
Load data in Datatables from Ajax I was working on a project in which I had to show results in datatables with search and load data in datatable in real-time like whenever record inserted,...
Update Part of String in Table Column In a table column which have string value, you might need to update any part of string. Like I had to change the part of URL in...
Use checkmark or tick instead of bullet I had a list where I wanted to sow tick/checkmark (✓) instead of bullets in the unordered list. For this, I used following code. But text is...
Apache PDFBox is open source Java library for working with PDF files. This library allows processing on PDF files in many ways. I am using this for converting PDF files to images. I used...
Elacticsearch installation on windows. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License. You can install elasticsearch on windows too as I installed it for...
Jquery ajax api is very useful api to send ajax call on server. In some scenarios we might need to get respose in ajax complete function. We can do this. Ajax api called complete...
More