Recent Posts

Offline Crypto Address Validation in Java

Author: Oleksandr Dendeberia Original post on Foojay: Read More Backend validation often starts with simple questions. Is the input empty? Does it have the expected shape? Can it be parsed? Does it belong to the selected domain? Crypto wallet addresses are no different, except the formats vary across chains and simple regular expressions are rarely enough. If a Java backend …

Read More »

The Third-Generation GUI Builder: One Workspace for Every Form

Author: Shai Almog Original post on Foojay: Read More We have rebuilt the Codename One GUI Builder again. This is its third generation. The interesting part is not another drag-and-drop surface. It is what we kept, what Maven broke, and why a visual editor must understand the whole project instead of opening one generated form at a time. What is …

Read More »

Aggregation Optimization in MongoDB: Optimizing Many-to-Many Relationships (Part 3)

Author: Graeme Robinson Original post on Foojay: Read More And why MongoDB might be a better relational database than you ever realized. Design reviews are one-on-one meetings where MongoDB experts deliver advice on data modeling best practices and application design challenges. In this series, we are going to explore common real-life scenarios where design reviews helped developers achieve meaningful success …

Read More »