إنتقل إلى المحتوى الرئيسي

3 مقالات موسومة بـ "Tutorial"

Guides and how-tos

عرض كل الوسوم

From 10,000 Lines to 200: The Real Cost of Boilerplate

· 7 دقائق قراءة
Osamah Alghanmi
Co-Founder & Technical Lead

You want to build a task manager. Simple CRUD: create, read, update, delete.

The traditional way: 10,000 lines across 50+ files. The Almadar way: 200 lines in one file.

This isn't a theoretical comparison. Let's count.

Recent Posts

Schema-First Development: Why We Write JSON Before TypeScript

· 5 دقائق قراءة
Osamah Alghanmi
Co-Founder & Technical Lead

Schema-First Development: The Blueprint That Becomes the Building

What if you defined your entire application in a single JSON file before writing any component code?

Recent Posts

Understanding State Machines in Almadar

· 2 دقائق قراءة
Osamah Alghanmi
Co-Founder & Technical Lead

State machines are at the heart of Almadar. In this post, we explore why we chose state machines as the foundation for application behavior.

Recent Posts