Tag

Templating

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Nov 18, 2021 · Cloud Native

Using Helm Capabilities to Build Charts Compatible with Multiple Kubernetes Versions

This article explains how to use Helm's Capabilities object and custom template functions to make Helm charts, especially Ingress resources, compatible with multiple Kubernetes versions by dynamically selecting the appropriate API version and fields.

ChartCompatibilityHelm
0 likes · 8 min read
Using Helm Capabilities to Build Charts Compatible with Multiple Kubernetes Versions
Beike Product & Technology
Beike Product & Technology
Dec 10, 2020 · Frontend Development

Understanding KEMIS: Declarative JSON Configuration for MIS Page Development

This article explains how the KEMIS framework provides a universal, declarative JSON‑based solution for building Management Information System (MIS) pages, covering component declaration, data fetching via initApi and api, variable resolution, expression‑based attributes, and custom component registration with React examples.

DataBindingJSONKEMIS
0 likes · 13 min read
Understanding KEMIS: Declarative JSON Configuration for MIS Page Development
Laravel Tech Community
Laravel Tech Community
Apr 13, 2020 · Backend Development

Laravel Blade Template Engine: Inheritance, Components, Slots, Data Display, Flow Control and Extending Blade

This article provides a comprehensive guide to Laravel's Blade templating engine, covering file structure, layout inheritance, sections, components and slots, data rendering, integration with JavaScript frameworks, conditional statements, loops, view inclusion, collection rendering, and how to create custom Blade directives.

BladeLaravelPHP
0 likes · 14 min read
Laravel Blade Template Engine: Inheritance, Components, Slots, Data Display, Flow Control and Extending Blade
Test Development Learning Exchange
Test Development Learning Exchange
Oct 30, 2018 · Backend Development

Jinja2 Template Engine: Concepts, Syntax, and Practical Usage in Python

This article introduces the concept of templates, explains Jinja2's advantages, installation steps, core syntax—including variables, filters, control structures, loops, macros, and inheritance—and demonstrates how to render templates in Python using Environment with PackageLoader and FileSystemLoader.

Jinja2Template EngineTemplating
0 likes · 10 min read
Jinja2 Template Engine: Concepts, Syntax, and Practical Usage in Python
Architecture Digest
Architecture Digest
Jun 28, 2017 · Frontend Development

A Comprehensive Guide to Selecting Front‑End Frameworks and Libraries

This article explains the differences between libraries and frameworks, outlines common front‑end solution categories such as DOM manipulation, communication, utilities, templating, components, routing and architecture, and provides practical recommendations of popular JavaScript tools for each area.

ArchitectureJavaScriptTemplating
0 likes · 11 min read
A Comprehensive Guide to Selecting Front‑End Frameworks and Libraries