Blogs

My thoughts on technology and business, welcome to subscribe

Basic concepts of Terraform

Basic concepts of Terraform

What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. IaC is a code (human readable) that...

How to change URL of “Preview in new tab” in Gutenberg editor

Why need to change preview link WordPress is providing the REST APIs for everything. These days WordPress is using as a provider/back-end for editors. And it provides the data from...

How to create an environment in postman

What is environment An environment is defined as a full website or application stack containing everything the website or application needs to deliver features and content to users. Web development projects should...

Create collection in postman

How to setup collection in postman

What is Postman automate? Postman is a collaboration platform for API development. Postman’s features simplify each step of building an API and streamline collaboration so you can create better APIs—faster....

How to automate deployment to shared hosting using CircleCI

Most of the tutorials are based on AWS, Azure and other could servers. And they have explained it very well. But, there are still lots of project still hosted on...