Articles by Tag #metaprogramming

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Data Driven Generic Code Generator

Maven-Integrated Code Generator The Nop platform provides code generation capabilities...

Learn More 0 0Nov 17

Metaprogramming in Low-Code Platforms

Among many programming languages, the venerable Lisp has always been a unique presence, a uniqueness...

Learn More 1 0Nov 24

Let's build a test runner in Elixir.

I have not interacted much with metaprogramming in Elixir, but I thought it was time to check it out....

Learn More 1 0Nov 3

In defense of `union` and `goto`

Like mentioned in my previous video, memory safety has been an issue since the dawn of programming,...

Learn More 11 1Apr 26

Building a Mini ORM with Ruby Metaprogramming: A Deep Dive into Active Record Pattern

Code Writes Code Object-Relational Mapping (ORM) frameworks like ActiveRecord are...

Learn More 6 0Mar 25

C# Reflection and Attributes: Beyond the Basics

C# Reflection and Attributes: Beyond the Basics In the world of C# programming, reflection...

Learn More 1 1Jun 6

Building a Custom DSL for RSpec: How I Reduced Testing Boilerplate by 77%

Testing is essential for reliable software, but it can become a significant burden when tests grow...

Learn More 6 0Mar 21

Unlock Your Code's Superpowers: 18 Must-Have Metaprogramming Resources

Unlock Your Code's Superpowers: 18 Must-Have Metaprogramming Resources Ever wished your...

Learn More 2 0Jun 25

Meta Programming - Writing code that generates or modifies other code dynamically

Imagine you are working on a project that requires logging function calls across multiple modules....

Learn More 1 1Mar 18