Noos - Where Thought, Code, and Craft Converge

mock: Build APIs with Shell Scripts, Not Frameworks

2 minute read Published: 2025-11-05

Build REST APIs with shell scripts using mock framework. Lightweight API prototyping without heavy frameworks—perfect for testing, mocking, and quick integrations.

Java vs Rust: A ROUGE-L Performance Comparison

5 minute read Published: 2025-11-02

Java vs Rust performance benchmark: ROUGE-L implementation comparison shows dramatic speed differences. Same algorithm, same results, wildly different execution times.

What Happens When Prototypes Try to Go to Production

3 minute read Published: 2025-11-02

Why AI prototypes fail in production: technical debt, scalability issues, and the gap between research and production ML systems. Real-world observations.

The Zola About Page Puzzle: When Root Sections Bite Back

3 minute read Published: 2025-11-02

Solving Zola static site generator routing issues: how root-level pages work differently than expected. Quick fix for about page and section configuration.

Rust Macros vs Functions: What Java and Python Developers Should Know

3 minute read Published: 2025-11-01

Understanding Rust macros for Java and Python developers. Learn when to use macros vs functions, with practical examples and language comparisons.