websourceblog

How to fix about_Execution_Policies error in Windows PowerShell?

I was working on a Vue Js project on my windows laptop, and while running commands in Windows Powershell, I…

3 years ago

How to resolve Python not found; run without arguments to install from the Microsoft Store?

I am using windows 10 and I had to work on a web scraping project. I got this issue when…

3 years ago

AWS Dynamodb using Nodejs

In this article, you will know how you can perform different DynamoDB operations with Node Js. I am going to…

3 years ago

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

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

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

3 years ago

How to install ImageMagick library and php extension on Ubuntu?

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

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

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

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

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

5 years ago