Skip to content

Portfolio

STATIC WEBSITE HOSTING

Static web hosting is the process of storing a website’s files on a server so that they can be delivered to users’ browsers

VIRTUAL PRIVATE CLOUD

 Amazon Virtual Private Cloud (Amazon VPC), you can launch AWS resources in a logically isolated virtual network that you’ve defined. 

 

BACKEND API

API architecture is usually explained in terms of client and server. The application sending the request is called the client, and the application sending the response is called the server.

TERRAFORM & KUBERNETES

Infrastructure as code(IaC) reduces errors and streamlines error checking. If there are errors due to IaC code updates, you can quickly fix the situation by rolling the codebase to the last known stable configuration files. It’s also possible to roll back environments using previous versions of IaC configuration files for other reasons, such as the deployment of older application versions.