Functional HTML
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
Explores Scriban, a lightweight .NET templating engine for text and Liquid templates, with code examples and use cases.
A Python Frederick meetup on automating document creation using Python-docx and Jinja templates, inspired by Practical Business Python.
A developer's critique and wishlist for improvements in Go 2.0, focusing on the standard templating engine's limitations and needed features.
How to escape double braces in ConvertKit emails using Liquid's {% raw %} tag to prevent code from being stripped out.
Learn how to use Eleventy's global data files to generate page content by iterating over JSON data, eliminating repetitive HTML coding.
A tutorial on building a minimal, Jinja-inspired text templating library in Python from scratch, covering lexers, parsers, and interpreters.
A tutorial on building a web server with the Fastify framework and using the Liquid templating language for dynamic HTML generation.
A tutorial on setting up an Express.js server, using templating engines (EJS, Mustache, Handlebars, Pug), and creating APIs for full-stack development.
A beginner's guide to Velocity Template Language (VTL) covering variables, directives, loops, and conditionals for dynamic content generation.
A guide to creating flexible, reusable components in Eleventy using Nunjucks macros, comparing them to React function components.
A developer's hands-on exploration of Lit-HTML, a fast templating library using web standards instead of Virtual DOM.
A developer's analysis and comparison of JavaScript templating libraries like Underscore.js, Mustache, Jade, and Swig for server-side rendering.
Introducing handroll, a simple static site generator for creating handcrafted websites with Markdown and templates.
Creating custom form helpers for Bootstrap in Spine.js using Eco templates and Underscore.js mixins to reduce verbose markup.
A tutorial on integrating the EJS templating engine into an Express.js project, covering setup, configuration, and basic view rendering.
Extending jQuery with John Resig's micro-templating function for cleaner, nestable JavaScript templates.