Sumangal Chhetribytesbysumangal.hashnode.dev·Aug 13, 2024Integrating Kubernetes with Ontologies and Semantic Graphs: A Deep DiveIntroduction In the rapidly evolving world of cloud-native technologies, Kubernetes stands out as a robust platform for container orchestration. However, managing and understanding the relationships between Kubernetes resources can be complex. To add...CNCF
Daniel Barrientosdanielramirez.hashnode.dev·Jun 11, 2024How to extend an existing schematicHey there, schematic enthusiasts! If you're new to schematics, you might be wondering how to extend existing ones without starting from scratch. You probably just want to add some new functionality without reinventing the wheel. Unfortunately, there'...99 readsBlueprint
Daniel Barrientosdanielramirez.hashnode.dev·Apr 30, 2024What the hell is a Schema JSON in schematics?Introduction We have already executed our first schematic. Now, we have the opportunity to address the question: “What happens when we need input from the user before starting our schematics?” What is a schema json? JSON schemas are used to validate ...schema-json
Daniel Barrientosdanielramirez.hashnode.dev·Apr 30, 2024Starting my first schematicGoals for this tutorial Create our first Schematics project. Set up basic configurations to use our first schematic. Create our first schematic. Prerequisites NodeJS 20+. Install npm i -g @builder/cli or use npx @pbuilder/cli. Create a schem...angular schematics
Daniel Barrientosdanielramirez.hashnode.dev·Apr 29, 2024Understanding JS Code Automation for BeginnersIntroduction In this article, I'll explore code generation with JavaScript (JS). I aim to share why I embarked on this journey and what insights you can expect from this and subsequent articles. Note: Feel free to skip the story section if you prefer...Schematics