November 16, 2022

Steps to point GoDaddy Domain to AWS Route 53.



 

This post guide you to point any GoDaddy Domain to AWS Route 53 service. It's very easy process. Please follow steps. it's help you to host GoDaddy domain with AWS Route 53.


- First of fall sign in to AWS Console

- Go to Route 53 service on AWS

- From left side menu go to Hosted Zone and create new Hosted Zone

- Insert domain and select public hosted zone option

- Save name server form

- Now hosted zone created and it's generate NS(name server) and Route trafic to DNS name

- Now sing in to Godaddy account and go to product manager

- Click on DNS option for the domain you want to point and go to DNS settings

- Add new DNS record, there are four fileds type, name, value and TTL

- Type: Select 'NS'

- Name: type '@'

- Value: Copy from created hosted zone one by one to insert all

- TTL: Select 1 Hour



Note: After this process complete all are good but it's take some time to point DNS.

Enjoy!

November 15, 2022

Steps for Beginners in NodeJs


 


If you are start to learn NodeJs then you have learn basic points. First you must understand the different between NodeJs and server side scripting languages like PHP, Paython and Ruby.


- Environment setup

- First 'hello world' application

- NPM package manager

- File system

- Web module

- Web controller

- Debugging

- Database connection


We will learn all in details on upcoming tutorial.


Enjoy!

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...