Category: Misc.

Tutorials on misc. web development tutorials.

DreamHost Web Hosting - Shared - VPS Hosting 0

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

AWS DynamoDB and NodeJs 0

AWS Dynamodb using Nodejs

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

AWS Amplify Auth Update 0

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 it easy to develop mobile and web applications. Its framework which manages and easily...

Define Private Methods/Functions in Python Class. 0

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 following list. Check string “cd” exists in list or not by following condition. We...