<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

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?

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

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

5 years ago

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