OpenAPI by SwaggerWhat Is OpenAPI? OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API, including: Available endpoints (/users) and operations on each endpoint (GET /...Dec 7, 2022·2 min read
What is Nhost? And the Use CasesNhost is an open source backend as a service(BaaS) that makes the backend super easy for you by removing all the pain of infrastructure management. It provides a modern GraphQL backend and complete development platform for you to build web applicatio...Nov 22, 2022·5 min read
Use Cases: How Mergify Can Help With GitHub Pull Request AutomationA pull request allows a contributor to a project to experiment with new code changes without affecting the main project, then submit those changes for review. Managing pull requests can be time-consuming. You have to assign people to review code (or ...Nov 21, 2022·3 min read
TestKube: A New Approach to Cloud Native TestingTestKube, an open source lightweight testing framework for Kubernetes, takes a somewhat opinionated approach to bring testing into the cloud native era. When companies talk about modernizing their tech stack or removing legacy infrastructure, it ofte...Nov 16, 2022·4 min read
Firefly - Cloud Asset ManagementWhat is Infrastructure as Code (IaC) Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes. With IaC, configuration files are created that contain your infrastructure specific...Nov 14, 2022·4 min read
Verify Argo Workflow Costs with KubecostArgo is the super popular open source tool for Kubernetes to run workflows, manage clusters, and do much more. One of its most common use cases is orchestrating parallel jobs on Kubernetes. With Kubecost, you can measure the costs of these jobs in re...Nov 10, 2022·4 min read
Infrastructure as Code with Java and PulumiIntroduction Infrastructure has become a core part of application development as modern cloud capabilities such as microservices, containers, serverless, and data stores define your application’s architecture. The term “infrastructure” covers all of ...Nov 9, 2022·4 min read