Author: websourceblog

AWS Amplify Auth Update 0

How to change AWS Amplify Authentication UI?

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...

Define Private Methods/Functions in Python Class. 0

Check if item exists in list in Python.

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...

Add menu item programmatically in WordPress 0

How to create custom shortcode in WordPress?

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...

0

How to load data in datatables from ajax?

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,...

Laravel 8 error target class controller does not exist. 0

How to specify connection in migrations Laravel 5?

Laravel 5 Migrations Migrations are like version control for your database, which allow us to modify database schema and stay up to date on the current schema state. Migrations are typically paired with the...