Tagged articles
9 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Aug 4, 2024 · Backend Development

Mastering Lua‑resty‑template: Fast HTML Rendering with OpenResty

This guide introduces the lightweight Lua‑resty‑template engine for OpenResty, explains its typical use cases, shows how to install and configure it, and provides step‑by‑step examples of basic and advanced template rendering with code snippets and configuration files.

LuaOpenRestyTemplating
0 likes · 9 min read
Mastering Lua‑resty‑template: Fast HTML Rendering with OpenResty
DevOps Cloud Academy
DevOps Cloud Academy
Jun 25, 2023 · Cloud Native

Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps

This article explains how to create and customize Helm charts by setting replica count ceilings, reusing logic with sub‑templates, and generating properly indented ConfigMaps using toYaml and indent functions, providing practical examples and command‑line snippets for Kubernetes deployments.

ConfigMapDevOpsKubernetes
0 likes · 12 min read
Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps
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.

ComponentDataBindingJSON
0 likes · 13 min read
Understanding KEMIS: Declarative JSON Configuration for MIS Page Development
System Architect Go
System Architect Go
Nov 16, 2020 · Backend Development

How to Decouple Elasticsearch Queries Using Mustache Search Templates

This article explains how to separate Elasticsearch DSL queries from application code by defining reusable search templates with Mustache placeholders, managing them via the scripts API, and rendering them with parameters to produce flexible, maintainable search requests.

DSLElasticsearchSearch Template
0 likes · 10 min read
How to Decouple Elasticsearch Queries Using Mustache Search Templates
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
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.

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