Build a simple template engine in <100 lines of Rust code
If you've ever built a full-stack web app, you've probably run into a templating engine like the one provided by Django or Flask. These neat utility packages parse your HTML files and "fill-in-the-blanks" (so to speak) with dynamic content.
A common ...
blog.spike.codes11 min read
Ibrahim Nergiz
UI Developer
Great article Spike๐