Zen-QL: Expressions (Sifu)
Recently, we introduced an expression language named Sifu. Expressions generate native Go functions...
Tag archive
Recently, we introduced an expression language named Sifu. Expressions generate native Go functions...
Take a look at this example: we have a filter, take, skip and update. the take function wont run...
💡 We are announcing that after the release of v2.0.0, the ZenQL package becomes modular. This means...
What started as a simple set of extensions has grown into a unified API that spans six different...
Building open source when the world around you is falling apart. When I started developing ZenQL,...
a new way to interact with your data in golang Zenql is an internal DSL (Domain Specific Language)...

Java Streams provide a powerful way to process data in a functional style, allowing developers to...
Types of Stream Operations 1. Intermediate Operations Return a stream that can be linked...
In this post I'll be talking about the boxed() method of Java streams. What is the...
How to use Java's streaming API together with JDBC to stream queries with large number of rows without running out of memory.