Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
TL;DR Spent hours debugging why my OpenFGA CLI config file wasn't working. Turned out YAML...
A hands-on walkthrough of writing Terraform configurations in YAML, transforming them into JSON, and applying environment-specific patches using yisp. This approach brings a kustomize-like workflow to Terraform—making it easier to manage differences across dev, prod, and other environments without modifying shared modules directly.
In the world of modern development, configuration files are the unsung heroes that dictate how our...
We have the site, we have the theme, and according to the quickstart guide, we are ready to add...
A comprehensive YAML learning resource with 12 chapters, playground, and interview prep - everything you need to master YAML for DevOps
Our previous blog: Understanding YAML describes how RASA NLU handles entities, intents and how slots...
Following up Understanding RASA which discussed Featurizers and Classifiers, and Pipelines, this one...
Working with configuration files? You'll inevitably need to convert between JSON and YAML formats....
Tired of managing multiple YAML files for different Kubernetes environments? Meet yisp — a functional, Lisp-flavored engine for structured config generation.
Why This Matters Managing IAM can be tedious when done manually — especially when your...
Simplifying Diffing for Multi-Document YAML Files
The Plan vs. Reality The real problem was our namespace architecture. We'd designed this beautiful...
Want static analysis to run not just locally, but also on every pull request? Want bugs to be caught...
Hey Guys! This blog will make you understand what YAML is all about. I'm keeping it simple and easy,...
TL;DR: Zigflow lets you write Temporal workflows in YAML, so you can focus on what happens instead of...
Recently, our team has been working more extensively with YAML files, and I noticed we were spending...
In the previous blog, we explored CRFEntityExtractor, a sequence-labeling model that learns how...
YAML and JSON: Two Sides of the Same Coin YAML (YAML Ain't Markup Language) and JSON...
Managing your app configurations and secrets securely is non-negotiable in modern cloud-native...
Whether you're new to Kubernetes or want a clean reference sheet, here’s a quick guide to working...
Our previous blog explored how the Entity Synonym Mapper helps normalize extracted entities into...
Our previous blog: Understanding RASA pipelines described how RASA NLU handles stories, rules,...
In the previous blog, we explored RegexEntityExtractor, a rule-based approach where entities are...
CRF showed us structured entity extraction. DIET showed us joint intent–entity learning. Now it’s...
Quick Summary: 📝 Dashy is a self-hosted dashboard application that allows users to...
A etapa seguinte foi uma das mais frustrantes de toda a jornada: configurar o MediaMTX corretamente....
We demystify the dreaded YAML file. Learn about the declarative approach and the core components of a manifest (`apiVersion`, `kind`, `metadata`, `spec`) by converting our previous deployment into a reusable file.
Introduction YAML (YAML Ain’t Markup Language) is a human-readable data serialization...
Quick Summary: 📝 Process Compose is a Go-based scheduler and orchestrator designed to...
Introduction YAML (YAML Ain’t Markup Language) is a human-readable data serialization...