Misc.

Migration Generator Package for Laravel.

Migration Generator for Laravel is a package by Bennett Treptow to generate migrations from existing database structures. Source

4 years ago

How to fix git error the fatal refusing to merge unrelated histories?

While working on a project, I tried to pull code and got git error “fatal refusing to merge unrelated histories”.…

5 years ago

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

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

How to replace string from a table column in MySQL?

Update Part of String in Table Column In a table column which have string value, you might need to update…

7 years ago

How to use checkmark or tick instead of bullet in unordered list?

Use checkmark or tick instead of bullet I had a list where I wanted to sow tick/checkmark (✓) instead of…

8 years ago

Convert PDF files to images with Apache PDFBox?

Apache PDFBox is open source Java library for working with PDF files. This library allows processing on PDF files in…

9 years ago