Inz Forge UI
🚧 Under Development
Version 0.0.1
A Source-First, Multi-Framework Blueprint Registry. I consider this as my personal engineering lab and component registry where i build standalone UI components from open source designs on the wide web. it is a Blueprint Registry ( inspired by Shadcn/UI) where components are distributed as raw source code.
Dynamic Module Loader for .NET
Version 1.0.1
A .NET library for building plugin-based architectures through configuration-driven module loading. Dynamically swap infrastructure and resolve dependencies at startup via app settings, maintaining strict clean architecture boundaries without code changes.
Data Seeder for .NET
Version 2.0.3
A powerful and flexible data seeding library for .NET applications, designed to streamline the process of populating databases with test or initial data. It supports environment-specific data, dependency management between seeders, batch processing for large datasets, and hash-based change detection. It integrates seamlessly with Entity Framework.
Algerian RIB Validator
Version 0.0.1
A set of lightweight packages to validate any Algerian RIB (Relevé d’Identité Bancaire) or RIP (Relevé d’Identité Postal) code according to instruction 06-2004 using a pre-defined list of banks. I worked on this project collaboratively with @itshakim123
Pipeline Pattern for .NET
Version 1.0.0
A resilient .NET pipeline library for building complex data workflows via a fluent API. Supports sequential, parallel, and conditional execution with built-in fault tolerance (retry, circuit breaker, fallback), thread-safe resource sharing, and integrated performance metrics.
Pipeline Pattern for Typescript
🚧 Under Development
Version 0.9.1
Typescript implementation of InzPipeline .NET package
Onion Architecture with .NET
🚧 Under Development
A sample project that demonstrates how to adapt Onion Architecture in a .NET project.
Repository Pattern Files Generator for Laravel
Version 1.1.0
An old package for Laravel projects, provides a set of feature to help adapt the repository pattern for any given model.