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...
JupyterLab is the web based interface for Jupyter. JupyterLab enables you to work with documents and activities such as Jupyter Notebooks. In this post we are going to use this for Jupyter Notebooks. For...
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....
WordPress has released its new version in December 2018. WordPress has updated “Screen Options” in their new version. “Screen Options” is the panel that appeared on “add/edit” pages and posts to give some extra...
Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site. To create a shortcode, we will use WordPress built in function add_shortcode(), this function...
Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes in views, when I run the application, routes were not found and view changes...
Laravel’s Database Query Builder Laravel’s database query builder provides interface to create and running database queries to perform database operations in your application. I also allow us to write join statements. Following is the...
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,...
More