websourceblog

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…

5 years ago

Install JupyterLab with Python 3 on Windows

JupyterLab is the web based interface for Jupyter. JupyterLab enables you to work with documents and activities such as Jupyter…

6 years ago

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…

6 years ago

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…

6 years ago

How to add or subtract from given date in python?

Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need…

6 years ago

How to enable Custom Fields in new version of WordPress?

WordPress has released its new version in December 2018. WordPress has updated “Screen Options” in their new version. “Screen Options”…

6 years ago

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

7 years ago

Clear cache from routes, views, config in Laravel 5 Application.

Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes…

7 years ago

How to add join with additional condition using Laravel’s Database Query Builder?

Laravel’s Database Query Builder Laravel’s database query builder provides interface to create and running database queries to perform database operations…

7 years ago

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…

7 years ago