Skip to content

Commit 1812461

Browse files
committed
feat: add comprehensive examples across all remaining directories
Second batch of examples (65+ files): HR Management: - payroll-calculator: salary-calculation, tax-calculation, batch-processing - leave-management: leave-request, balance-tracking, approval-workflow ERP Systems: - inventory-management: stock-operations, inventory-reports, reorder-alerts - purchase-order-system: create-po, approval-workflow, vendor-management Finance & Collaboration: - expense-tracker, invoice-generator, budget-planner examples - team-chat: messaging, knowledge-base: article-management - video-conference: meeting-management APIs: - GraphQL: schema-design, resolvers, subscriptions, dataloader - Microservices: service-communication, event-driven, circuit-breaker Generative AI: - openai-integration, prompt-engineering, streaming-responses - embeddings, rag-pipeline, agent-tools, memory-management Desktop Apps: - Electron: ipc-communication, native-menus, file-system, system-tray, auto-updater - Tauri: commands.rs Browser Extensions: - productivity: keyboard-shortcuts, data-sync - social-media: content-extraction, ui-enhancement, download-manager - common: background-messaging, permissions-api Fintech: - transaction-history, currency-conversion, risk-assessment - compliance-check, portfolio-tracking, recurring-payments IoT/Embedded: - device-provisioning, data-aggregation, edge-processing - remote-control, firmware-update, alert-system Shared Packages: - ui-components: form-patterns, data-table, modal-dialog - shared-utils: api-helpers, validation-examples, security-examples, type-usage
1 parent 51bfa91 commit 1812461

File tree

64 files changed

+42069
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+42069
-0
lines changed

apis-backend/graphql/examples/dataloader.ts

Lines changed: 603 additions & 0 deletions
Large diffs are not rendered by default.

apis-backend/graphql/examples/resolvers.ts

Lines changed: 701 additions & 0 deletions
Large diffs are not rendered by default.

apis-backend/graphql/examples/schema-design.ts

Lines changed: 646 additions & 0 deletions
Large diffs are not rendered by default.

apis-backend/graphql/examples/subscriptions.ts

Lines changed: 641 additions & 0 deletions
Large diffs are not rendered by default.

apis-backend/microservices/examples/circuit-breaker.ts

Lines changed: 710 additions & 0 deletions
Large diffs are not rendered by default.

apis-backend/microservices/examples/event-driven.ts

Lines changed: 729 additions & 0 deletions
Large diffs are not rendered by default.

apis-backend/microservices/examples/service-communication.ts

Lines changed: 684 additions & 0 deletions
Large diffs are not rendered by default.

browser-extensions/common/examples/background-messaging.ts

Lines changed: 670 additions & 0 deletions
Large diffs are not rendered by default.

browser-extensions/common/examples/permissions-api.ts

Lines changed: 659 additions & 0 deletions
Large diffs are not rendered by default.

browser-extensions/productivity-tools/examples/data-sync.ts

Lines changed: 505 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)