Blog
  • AI Gateway
  • AI Security
  • AIOps
  • API Security
  • API Gateway
|
    • API Management
    • API Development
    • API Design
    • Automation
    • Service Mesh
    • Insomnia
    • View All Blogs
  1. Home
  2. Blog
  3. Enterprise
  4. Clone Yourself Through Automation to Get That Next Job
Enterprise
October 15, 2021
5 min read

Clone Yourself Through Automation to Get That Next Job

Josh Molina

If you could clone yourself, you could get your work done a lot faster, right? And that would free up time for you to pursue new projects and advance your career.

It's an idea that Kong Vice President of Products Reza Shafii discussed recently as part of Destination: Automation, a free digital event that explored ways organizations can embrace automation to make applications and underlying technology stacks more efficient, secure and resilient.

Perhaps automation can be thought of as a form of cloning, or an alternative to cloning, that can help you get your work done faster, thereby enabling you to take on new challenges or a new job.

What it comes down to, Shafii said, is: How do we perform our craft in a more automation-friendly way?

Digital Evolution

According to Shafii, the key question of how those involved in digital transformation can perform their craft in a more automation-friendly way really comes down to: How do we more easily consume APIs to automate the things we do? And how do we, as we consume APIs, create interfaces and digital touchpoints that are themselves automatable?

As Shafii explained, APIs are the latest stage in digital evolution. Twenty years ago, with the rise of the World Wide Web, the question was "Is there a website for that?" Beginning around 2008, with the rise of smartphones, the question shifted toward "Is there an app for that?" And beginning around 2015, the question shifted toward "Is there an API for that?"

That, he said, was a critical shift in the way digital touchpoints and digital experiences are created. Along with the shift toward APIs came a shift from the monolithic to the distributed and an increased emphasis on automation.

Those involved in digital transformation should focus on creating "delightful" APIs that can create a great experience at the API level, Shafii advised. Through the distributed way of doing things, elements of that API can help create the next great API experience.

API Management Software

The different stages of digital evolution were accompanied by different generations of API management software, Shafii noted. The first-generation API management software was popular from about 1998 to 2008. That era was dominated by companies such as Oracle, and the interfaces involved were essentially what are commonly known as web services and services based on simple object access protocol (SOAP).

The second generation of API management was popular in the period 2008 to 2015 and was followed by the third generation based on microservices, accompanying the shift from monolithic to distributed. The microservices approach allows developers to abstract the responsibilities of different teams and decouple them and create cohesive interfaces between microservices.

As this has occurred, the number of different components that form the backbone of today's applications is increasing almost exponentially. These different components or processes need to talk to each other. Every team developing a microservice needs to be concerned with connectivity, and that means connectivity concerns also are increasing at an exponential rate.

Shafii cited several examples of those connectivity concerns.

Everyone writing a microservice needs to worry about how to secure it and must make sure that the microservice connects to other microservices in a reliable manner. The operation of the microservice shouldn't be affected if there is a failure on another microservice. Additionally, each microservice needs to be able to scale as the load on it increases.

That means that developers are now in the business of not just worrying about building business logic into every microservice but about building service connectivity as well.

Three Flavors of Connectivity

App connectivity comes in three flavors, according to Shafii, including edge connectivity, cross-app connectivity and in-app connectivity.

Edge connectivity involves enabling mobile applications, IoT devices, developers and partners to consume APIs.

Cross-app connectivity enables internal cross-team and cross-application connectivity to consume each other's APIs and services.

In-app connectivity enables individual applications to connect the microservices that support them.

All these types of connectivity need to be protected and secured.

Connectivity logic should be developed within the app, which means within the building blocks of the actual application (i.e., within the microservices), Shafii said. And that, he said, means a shift to a very high order of connectivity needs.

Today's Concern

Shafii offered several examples of the sorts of concerns that businesses had about API management seven to 10 years or so ago. The businesses asked questions such as:

  • How do I protect a three-tiered app with a database and middleware and a web app?
  • How do I manage connectivity?
  • How do I move something running on virtualized infrastructure to a single cloud provider?
  • How do I move from SOAP-based interfaces to REST (representational state transfer) interfaces?
  • How do I bring in a single API management layer that protects all my APIs?

Today's questions are quite different, Shafii said.

  • How do we move our monolith to microservices?
  • How do we start with a microservices architecture?
  • How do we adopt Kubernetes properly?
  • How do we containerize existing applications?
  • How do we create microservices that can easily be containerized and run on Kubernetes?
  • How can we manage the lifecycle of our APIs consistently across multiple cloud providers?

What Shafii has observed nowadays is not just multi-cloud - it's multi-Kubernetes on multi-cloud. He sees services built on top of multiple Kubernetes providers. The focus also has shifted at the protocol level, from SOAP and REST to protocols such as GraphQL and Kafka, which are categories used for gRPC.

Developers need to be able to leverage their tooling of choice, working with Git as their primary system of record while being able to focus on business logic as opposed to connectivity logic, Shafii said.

The way to do this is to use API specs as the source of truth for exposing services and the lifecycle of those services. You then automate validation of those services, the deployment of those services to the three types of connectivity, and publication of those services to the right places so that they are consumable and discoverable.

All this needs to happen in a decentralized way across multiple teams, and it must be able to scale.

Kong's goal is to enable this decentralization at scale and to let development teams focus on their platform and on Git, their interface of choice, while also making sure that the teams follow guidelines and build proper interfaces and consumable interfaces.

Shafii said he truly believes that by enabling developers to build applications powered by APIs better and faster, we will be able to take our day-to-day experiences to another level. We're going to be able to build a better network operations center for managing forest fires. We're going to be able to get to commuter-based smart cars to decrease our carbon footprint. And we're going to be able to manage farms of turbines for generating power.

Kong customers already are achieving these things - and being involved in achieving things like these is a great path to career advancement. By helping you use automation to achieve more things and do so in a secure manner, Kong wants to help put you on that path as well.

AutomationThought LeadershipAPIOps

More on this topic

Demos

API Security Automation: From Development to Deployment

Videos

Amplifying Automation

See Kong in action

Accelerate deployments, reduce vulnerabilities, and gain real-time visibility. 

Get a Demo
Topics
AutomationThought LeadershipAPIOps
Share on Social
Josh Molina

Recommended posts

API Automation: Do More with Less with this Key to Digital Transformation

Kong Logo
EnterpriseAugust 11, 2023

Organizations today are looking to do more with less. The solution for many? Digital transformation. While digital transformation isn’t a new concept, the benefits of boosting efficiency, controlling costs, and delivering better customer experiences

Kong

Automating the API Lifecycle With APIOps: Part II

Kong Logo
EnterpriseOctober 26, 2021

In the last blog post , we discussed the need for both speed and quality for your API delivery and how APIOps can help achieve both. In this part of our blog post series, we'll walk through what the API lifecycle looks like when following APIOps.

Melissa van der Hecht

Automating the API Lifecycle with APIOps: Part I

Kong Logo
EnterpriseOctober 22, 2021

Today, Application Programming Interfaces (APIs) and microservices are the de-facto standard for building and connecting modern applications. APIs are no longer just a delivery mechanism but have become the product itself . API lifecycle managem

Ishwari Lokare

Balancing Innovation and Security With API Automation

Kong Logo
EnterpriseSeptember 16, 2021

Automating digital transformation API deployments can help speed time to market and minimize the resources required for the deployments — if developers can be assured that the automated process meets all necessary security requirements. It's a topic

Josh Molina

APIOps: End-to-End Automation Throughout the API Lifecycle

Kong Logo
EnterpriseFebruary 24, 2021

It is a truth universally acknowledged that the culture change side of any technology transformation program is the hardest and slowest part to get right. If you cannot efficiently operationalize a technology investment, that investment is wasted. T

Melissa van der Hecht

You Might Be Doing API-First Wrong, New Analyst Research Suggests

Kong Logo
EnterpriseSeptember 3, 2025

Ever feel like you're fighting an uphill battle with your API strategy? You're building APIs faster than ever, but somehow everything feels harder. Wasn’t  API-first  supposed to make all this easier?  Well, you're not alone. And now industry analys

Heather Halenbeck

Automating API Delivery with APIOps and Kong

Kong Logo
EngineeringJune 5, 2024

As organizations build more APIs, manual processes and frequent handoffs in the API development workflow can lead to a slower time to market, higher development costs, and poor-quality APIs. They can also result in APIs being poorly documented, caus

Ikenna Nwaiwu

Ready to see Kong in action?

Get a personalized walkthrough of Kong's platform tailored to your architecture, use cases, and scale requirements.

Get a Demo
Powering the API world

Increase developer productivity, security, and performance at scale with the unified platform for API management, AI gateways, service mesh, and ingress controller.

Sign up for Kong newsletter

    • Platform
    • Kong Konnect
    • Kong Gateway
    • Kong AI Gateway
    • Kong Insomnia
    • Developer Portal
    • Gateway Manager
    • Cloud Gateway
    • Get a Demo
    • Explore More
    • Open Banking API Solutions
    • API Governance Solutions
    • Istio API Gateway Integration
    • Kubernetes API Management
    • API Gateway: Build vs Buy
    • Kong vs Postman
    • Kong vs MuleSoft
    • Kong vs Apigee
    • Documentation
    • Kong Konnect Docs
    • Kong Gateway Docs
    • Kong Mesh Docs
    • Kong AI Gateway
    • Kong Insomnia Docs
    • Kong Plugin Hub
    • Open Source
    • Kong Gateway
    • Kuma
    • Insomnia
    • Kong Community
    • Company
    • About Kong
    • Customers
    • Careers
    • Press
    • Events
    • Contact
    • Pricing
  • Terms
  • Privacy
  • Trust and Compliance
  • © Kong Inc. 2026