How to build Rule Engines with Golang
If you’ve been working on a product or business, a recurring scenario that happens is the changing business requirements. Developers build a solution based on a set of conditions. Over time these logical conditions might change due to changing business needs or other external market factors. Rule engines are a powerful way to solve such problems. In […]