Learn how to use Tailwind’s JIT compiler with Laravel Mix

4 years ago

Learn how to use Tailwind's new super fast JIT, just in time, compiler with Laravel Mix. The post Learn how…

Manage Scheduled Tasks Through a Dashboard

4 years ago

Laravel Database Schedule is a package to schedule tasks through a UI dashboard without having to redeploy your application. The…

Duplicate or Clone a database record with Laravel

4 years ago

Have you ever needed to duplicate a database record? Laravel provides a very handy function for this called replicate which…

PHP 8 has been released. What’s new in PHP 8?

4 years ago

PHP 8 has been released and it have some major updates. There is many new features and optimizations including union…

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

4 years ago

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

How to install ImageMagick library and php extension on Ubuntu?

5 years ago

I was working on a symfony2 project in which I have to place watermark on images. I used ImageMagicK extension,…

How to update aws amplify auth in an application?

5 years ago

Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update…

Install JupyterLab with Python 3 on Windows

5 years ago

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

How to change AWS Amplify Authentication UI?

5 years ago

In this article, I will show you how you can change AWS Amplify Auth UI for SignUp. AWS Amplify makes…

Check if item exists in list in Python.

6 years ago

In this article we will see different ways to check if item exists in list or not. Suppose we have…