What is Ballerina? Ballerina is an open-source, general-purpose, cloud-native programming language that incorporates concepts of distributed systems and micro-service development with both textual and graphical syntax. So why a completely new language? In the current micro-services world, I believe the language should have more capabilities to deal with creating containers, storing and deploying them to … Continue reading OCI-Ballerina module
Author: Kranthi Manchikanti
How to Create API Gateway in OCI using Terraform
In microservices-based applications, business logic is spread across multiple services. Different clients like mobile and web browsers interact with these services. Such interactions might require protocol conversion, handling network latency, protecting from malicious traffic, etc. To handle such scenarios, complex distributed applications like Netflix use API Gateway to optimize the API interaction and improve the … Continue reading How to Create API Gateway in OCI using Terraform
How to create Web Application Firewall in OCI with Terraform
Security is the primary concern for every enterprise today, as traditional firewalls monitoring ports are not sufficient to keep up the pace with the advanced hackers. To protect from intelligent and malicious threats, we need modern and advanced tools to protect web applications. In this video, we will explore Oracle cloud infrastructure's Web Application Firewall … Continue reading How to create Web Application Firewall in OCI with Terraform