The fix for when The site can't be reached ERR_CONNECTION_REFUSED error
This article will show you how to fix when you receive an ERR_CONNECTION_REFUSED error
- Naveen Yedugani
- 14/02/2023
Elastic Beanstalk Vs EC2: What Is Best?
Elastic Beanstalk is a fully managed service for deploying and running web applications and services in the AWS cloud. EC2 (Amazon Elastic Compute Cloud) is a web service that provides resizable compute capacity in the cloud, allowing users to launch virtual servers called "instances" to run a variety of applications and services. Elastic Beanstalk is easy to use and requires minimal configuration, while EC2 offers more customization options and control over the underlying infrastructure. Both are pay-as-you-go services.
- Naveen Yedugani
- 10/01/2023
18Dec
A Beginner's Guide to Using Kubernetes
Kubernetes is a popular open-source container orchestration platform that is used to automate the deployment, scaling, and management of containerized applications. In this article, we will provide a detailed guide on how to use Kubernetes to deploy and manage your applications.
- Naveen Yedugani
- 18/12/2022
Email Marketing Guide for Blogging Success
Email marketing is a powerful tool for businesses of all sizes, as it allows them to reach a large audience quickly and cost-effectively
- Naveen Yedugani
- 16/12/2022
Why tech insiders are so excited about ChatGPT?
ChatGPT has gone viral since OpenAI released the text-based artificial intelligence tool last month.
- Naveen Yedugani
- 15/12/2022
How do I convert CRT file and private key to PFX, or get a PFX certificate
This article provides more information of how to create a PFX file from CRT and Private key file (.Key)
Setup a quick basic react app
This article gives you basic info to get started in creating a basic reactjs app.
Amazon S3 bucket - Accessing images from s3 bucket is case sensitive
Filenames on S3 are case sensitive. Presumably, this is a restriction of the underlying Linux/Unix file system.
TFS - How to change the computer name or owner for a workspace
I recently changed my computer name and the next day I got an error "Workspace YourWorkspaceName; your name does not reside on this computer. If this computer was recently renamed, the workspace may be updated by running ‘tf workspaces/updateComputerName:oldComputerName".