Systems | Development | Analytics | API | Testing

DevOps

Managing Kuma Tokens with HashiCorp Vault

Managing tokens in Kuma can be a challenging and manual process. Both the user and dataplane token lifetimes need to be manually tracked and managed. This ultimately becomes a burden for DevOps, and long life tokens end up being used. In this session, you will learn how to: Kong Builders is a livestream series that takes our developer-focused toolsets and puts them on display in the best venue possible – building applications and connecting workloads.

What is DevOps? | Complete DevOps Tutorial from Beginner to Advance | Divyam Mathur | Antino Labs

In today's era the major driving force to digital transformation is DevOps which is often termed as integration of Development and Operations. Get the understanding of DevOps and what role does it play in digital transformation, just in 40 minutes.

What is continuous deployment?

After working on a new feature or an improvement, it's normal that you want to deliver these changes to your users as fast as possible. Depending on your deployment pipeline, confidently deploying changes to production might include coordinating with whoever is leading on-call, getting their approval, manually deploying your changes, spending hours to monitor how it goes, and performing a rollback in case something goes wrong.

38 Best CI/CD tools In 2022

There has been widespread adoption of CI/CD tools to streamline software development and testing processes in recent years. 47% of DevOps teams say they have fully automated their testing journey in 2022, a feat most significant to enumerate the importance of automation to optimize resource usage. This trend has driven 35% of developers to release codes twice as fast, facilitating higher revenues and better effort utilization.

A beginner's guide to go_router in Flutter

Routing is a crucial aspect of an app. Just like when you manage the application state or build the UI, you should give sufficient attention to optimizing the routing of your application. An optimized routing system helps users navigate your app and can handle the user state efficiently. go_Router is a declarative and minimal routing system built on top of Flutter’s Router API. go_router provides a convenient URL-based API to navigate between different screens.

Flutter widgets cheat sheet

Flutter is an open-source tool designed to build fast and beautiful applications across multiple platforms. The Flutter SDK has been widely adopted for developing mobile applications, and many developers are learning Flutter every day. It is important to create content that can help them do this, and that’s the aim of this blog post! So, we’ve prepared a simple cheat sheet of different Flutter widgets (and in Flutter, everything is a widget!), which you can use to build your Flutter apps.