Skip to main content
serverpod
ملف منشئ GitHub

serverpod

عرض على مستوى المستودعات لـ ٦٧ skills مجمعة عبر ٤ مستودعات GitHub.

skills مجمعة
٦٧
مستودعات
٤
محدث
٣ سبتمبر ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

shadcn-ui-accordion
مطوّرو الويب

Build collapsible accordions with ShadAccordion and ShadAccordionItem; single or multiple open items. Use when adding expandable sections, FAQs, or vertically stacked reveal content in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-alert
مطوّرو الويب

Show callout alerts with ShadAlert and ShadAlert.destructive; icon, title, description. Use when displaying warnings, errors, or important messages in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-avatar
مطوّرو الويب

Display user avatars with ShadAvatar; image URL with optional placeholder. Use when showing user profile images or fallback initials in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-badge
مطوّرو الويب

Display badges with ShadBadge; primary, secondary, destructive, outline variants. Use when showing tags, status labels, or count indicators in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-breadcrumb
مطوّرو الويب

Build breadcrumb navigation with ShadBreadcrumb, ShadBreadcrumbLink, ShadBreadcrumbDropdown, custom separator. Use when showing navigation path, hierarchy of links, or dropdown breadcrumb in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-button
مطوّرو الويب

Use Shadcn UI buttons (ShadButton variants: primary, secondary, destructive, outline, ghost, link); leading icon, loading state, gradient and shadow. Use when adding buttons, CTAs, or button-style widgets in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-calendar
مطوّرو الويب

Use ShadCalendar for single, multiple, or range date selection; caption layout, hide navigation, week numbers, outside days, fixed weeks. Use when building date pickers or calendar widgets in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
shadcn-ui-card
مطوّرو الويب

Build cards with ShadCard; title, description, footer, and child content. Use when creating content cards, project cards, or notification panels in a Flutter shadcn_ui app.

٧ مارس ٢٠٢٦
عرض 8 من أصل ٣٨ skills مجمعة.
serverpod-upgrading
غير مصنف

Upgrade Serverpod — minor/patch updates, major upgrades (2.x to 3.0, 3.x to 4.0). Use when upgrading Serverpod versions or updating dependencies.

٣ سبتمبر ٢٠٢٦
serverpod-file-uploads
غير مصنف

File uploads in Serverpod — upload descriptions, verification, storage backends (database, S3, GCP). Use when implementing file uploads or cloud storage.

٢٦ أغسطس ٢٠٢٦
serverpod-models
غير مصنف

Define Serverpod data models in YAML (.spy.yaml) — fields, defaults, database tables, relations, enums, exceptions. Use when creating or editing .spy.yaml files. To query the generated ORM instead, use serverpod-database.

٢٦ أغسطس ٢٠٢٦
serverpod-configuration
غير مصنف

Configure Serverpod — YAML config, environment variables, passwords, run modes, generator.yaml, TLS. Use when setting up environments, API/database/Redis settings, managing secrets or overriding configurations for tests.

٢١ أغسطس ٢٠٢٦
serverpod-webserver
غير مصنف

Serverpod web server (Relic) — REST APIs, webhooks, middleware, static files, server-rendered HTML, SPAs, Flutter web. Use when adding raw HTTP routes, serving web pages or web apps, or intercepting requests. Not for RPC endpoints called from the generated…

٢١ أغسطس ٢٠٢٦
serverpod-auth
غير مصنف

Serverpod authentication — signing in users, checking whether they are authenticated, assigning scopes (e.g. admin). Use when adding features that require the user to be signed in.

٢٠ أغسطس ٢٠٢٦
serverpod-caching
غير مصنف

Serverpod caching — local and Redis caches, cache keys, lifetime, CacheMissHandler. Use when caching data, optimizing queries, or working with session.caches.

٢٠ أغسطس ٢٠٢٦
serverpod-database
غير مصنف

Serverpod ORM with PostgreSQL or SQLite — CRUD, filters, sorting, pagination, includes, transactions, raw SQL, client-side database. Use when reading or writing data at runtime. To declare tables and relations instead, use serverpod-models.

٢٠ أغسطس ٢٠٢٦
عرض 8 من أصل ٢١ skills مجمعة.
relic-app-setup
مطوّرو البرمجيات

Bootstrap a Relic web server, configure RelicApp, start serving, and enable hot reload. Use when creating a new Relic project, setting up a server, or configuring the development workflow.

٢٦ فبراير ٢٠٢٦
relic-middleware
مطوّرو البرمجيات

Create and apply middleware for auth, CORS, logging, and other cross-cutting concerns. Use context properties for type-safe request-scoped data. Use when adding middleware, request/response transformations, or passing data between middleware and handlers.

٢٦ فبراير ٢٠٢٦
relic-request-response
مطوّرو البرمجيات

Handle HTTP requests and create responses with Body, headers, and status codes in Relic. Use when reading request data, parsing JSON, building API responses, working with headers, or streaming content.

٢٦ فبراير ٢٠٢٦
relic-routing
مطوّرو البرمجيات

Define routes with path parameters, wildcards, tail segments, and typed params in Relic. Use when adding endpoints, handling dynamic URLs, setting up URL patterns, or forwarding requests.

٢٦ فبراير ٢٠٢٦
relic-shelf-migration
مطوّرو البرمجيات

Migrate a Dart web server from Shelf to Relic. Side-by-side reference for every API change. Use when converting Shelf code to Relic, replacing shelf/shelf_router/shelf_web_socket imports, or upgrading an existing server.

٢٦ فبراير ٢٠٢٦
relic-static-files
مطوّرو البرمجيات

Serve static files and directories with caching and cache busting in Relic. Use when serving assets, images, CSS, JS, favicons, or configuring HTTP cache control headers.

٢٦ فبراير ٢٠٢٦
relic-websockets
مطوّرو البرمجيات

Handle WebSocket connections and hijack connections for SSE or custom protocols in Relic. Use when implementing real-time communication, WebSocket endpoints, or server-sent events.

٢٦ فبراير ٢٠٢٦
عرض ٤ من أصل ٤ مستودعات
تم تحميل كل المستودعات