Prince is a technical writer and DevOps engineer who believes in the power of showing up. He is passionate about helping others learn and grow through writing and coding.
API & Product Technical Documentation Roles Freelance writing roles Cloud-native writing roles
When you’re documenting an API reference, there are two main approaches you can follow. You can either use the manual approach of filling in the endpoints via a user interface, or organize a structured document containing all the necessary informatio...

Our previous articles discussed concepts such as building a containerized application, setting up an EKS cluster, and navigating Jenkins. This article will combine all this knowledge and implement a workflow similar to what you'll see in a real-world...

When you're working on large projects that require multiple containers to be deployed to Kubernetes, managing these containers manually can quickly become overwhelming. This is because you'll probably have to write a separate deployment file, service...

When building software applications using Docker, your workflow is usually identical. You'd write code, build a Docker image, push the image to a registry, and deploy the image to a server. If you're making multiple changes in a day, this process can...
