DreamHost Web Hosting
DreamHost a web hosting company, founded in 1997. It is offering sort of hosting services, including shared, VPS, dedicated and WordPress hosting. It is reliable and affordable hosting provider to small and large businesses...
Tutorials on misc. web development tutorials.
DreamHost a web hosting company, founded in 1997. It is offering sort of hosting services, including shared, VPS, dedicated and WordPress hosting. It is reliable and affordable hosting provider to small and large businesses...
Sometimes, in a react project you might need to implement back URL link to previous URL from where user came. For this we can use userHistory from react-router-dom. Following are few code snippets. First...
Static IP for Plesk Instance in AWS Lightsail I have setup Plesk hosting instance in AWS Lightsail for WordPress and Laravel websites. AWS offering 3-months free for this service in Free Tier Offer, you...
I was working on a Vue Js project on my windows laptop, and while running commands in Windows Powershell, I got following error. To fix this issue run Windows PowerShell as Admin and run...
In this article, you will know how you can perform different DynamoDB operations with Node Js. I am going to use aws-sdk for this article. So lets start…! Firstly, we will need to setup...
Migration Generator for Laravel is a package by Bennett Treptow to generate migrations from existing database structures. Source
While working on a project, I tried to pull code and got git error “fatal refusing to merge unrelated histories”. This error occurs when two unrelated projects are merged those have mismatched commit histories....
Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update amplify auth to add admin queries API. There is a command for this in...
In this article, I will show you how you can change AWS Amplify Auth UI for SignUp. AWS Amplify makes it easy to develop mobile and web applications. Its framework which manages and easily...
In this article we will see different ways to check if item exists in list or not. Suppose we have following list. Check string “cd” exists in list or not by following condition. We...