-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopensource.json
More file actions
67 lines (67 loc) · 1.97 KB
/
opensource.json
File metadata and controls
67 lines (67 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"id": "nexus",
"name": "Nexus Framework",
"description": "Multi-tenant application framework with .NET microservices architecture. Features service discovery, API gateway, and distributed configuration.",
"url": "https://github.com/nexus-framework/nexus",
"language": "C#",
"tags": [
"microservices",
"multi-tenant",
".NET"
],
"icon": "git-branch"
},
{
"id": "solid-auth0",
"name": "solid-auth0",
"description": "Auth0 authentication integration for SolidJS applications. Provides hooks and components for seamless OAuth flows.",
"url": "https://github.com/afroze9/solid-auth0",
"language": "TypeScript",
"tags": [
"SolidJS",
"Auth0",
"authentication"
],
"icon": "shield"
},
{
"id": "project-management",
"name": "Project Management",
"description": "Full-stack project management system built with Clean Architecture and DDD patterns. Demonstrates CQRS, MediatR, and modern .NET practices.",
"url": "https://github.com/afroze-project-management",
"language": "C#",
"tags": [
"clean-architecture",
"DDD",
"CQRS"
],
"icon": "kanban"
},
{
"id": "sk-assistant",
"name": "SK Assistant",
"description": "AI assistant built with Semantic Kernel. Demonstrates LLM integration, prompt engineering, and intelligent agent patterns.",
"url": "https://github.com/afroze9/sk-assistant",
"language": "C#",
"tags": [
"semantic-kernel",
"AI",
"LLM"
],
"icon": "bot"
},
{
"id": "xmb-portfolio",
"name": "XMB Portfolio",
"description": "This portfolio website! A PS3-style XrossMediaBar interface built with React, PixiJS, and TypeScript. Features animated wave backgrounds, smooth navigation, and deep linking.",
"url": "https://github.com/afroze9/afroze9.github.io",
"language": "TypeScript",
"tags": [
"React",
"PixiJS",
"portfolio"
],
"icon": "github"
}
]