Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

horse

يحتوي horse على 20 من skills المجمعة من HashLoad، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
1.4k
محدث
2026-07-11
Forks
243
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

horse-advanced-routing
مطوّرو البرمجيات

Guidelines and workflows for developing and maintaining regular expressions and optional parameter routing features in the Horse framework.

2026-07-11
horse-telemetry-observability
مطوّرو البرمجيات

Guidelines for registering, executing, and optimizing native high-precision telemetry hooks (AddOnTelemetry) in the Horse Web Framework.

2026-07-11
horse-multi-instance
مطوّرو البرمجيات

Guidelines for instantiating and configuring independent Horse server instances (THorseInstance) running concurrently on different ports.

2026-07-10
horse-database-pooling
مطوّرو البرمجيات

Guide for setting up thread-safe database connection pooling (FireDAC / UniDAC) in multithreaded Horse applications.

2026-07-10
horse-dependency-injection
مطوّرو البرمجيات

Guide for managing request-scoped contextual services and IoC (dependency injection) in Delphi and Lazarus.

2026-07-10
horse-middlewares
مطوّرو البرمجيات

Guide to using standard Horse middlewares (CORS, Jhonson, compression, basic-auth, logger) and pipeline registration order.

2026-07-10
horse-routing
مطوّرو البرمجيات

Guidelines for setting up endpoints, defining path parameters, route wildcards, and structuring HTTP controllers.

2026-07-10
horse-minimal-api
مطوّرو البرمجيات

Guide for building lightweight, low-boilerplate, and rapid HTTP services (Minimal APIs) in Horse.

2026-07-07
horse-mvc-architecture
مطوّرو البرمجيات

Guide for structuring corporate Horse applications using Clean MVC (Model-View-Controller) principles and decoupling HTTP layers from business logic.

2026-07-07
horse-zero-allocation
مطوّرو البرمجيات

Guide for programming with Zero-Allocation principles in Horse, focusing on stack allocations, string slicing, object pooling, and avoiding lock contention.

2026-07-07
horse-lazarus-compatibility
مطوّرو البرمجيات

Guide for ensuring Lazarus and Free Pascal (FPC) compatibility, addressing anonymous methods differences, JSON units, and compiler directives.

2026-07-07
horse-performance-tuning
مطوّرو البرمجيات

Guide for optimizing performance, tuning memory alocations, handling large payloads, and adjusting provider execution pipelines.

2026-07-07
horse-integration-tests
محللو ضمان جودة البرمجيات والمختبرون

Guide for writing automated integration tests for Horse endpoints using DUnit/DUnitX and THTTPClient.

2026-07-07
horse-security-auth
مطوّرو البرمجيات

Guide for securing routes, configuring JWT and Basic-Auth middlewares, and handling route authentication groups.

2026-07-07
horse-ssl-tls
مطوّرو البرمجيات

Guide to enabling SSL/TLS, configuring HTTPS, handling certificates, and securing transport layers.

2026-07-07
horse-app-structure
مطوّرو البرمجيات

Guide for setting up Horse applications, bootstrap program (.dpr), basic console initialization, and registering modules.

2026-07-07
horse-files-streams
مطوّرو البرمجيات

Guide to handling file uploads (multipart), downloads, and stream lifetime management in the Horse framework.

2026-07-07
horse-providers
مطوّرو البرمجيات

Guide to selecting and configuring Horse server adapters (Indy console, CGI, ISAPI, Daemon, HTTP.sys).

2026-07-07
horse-request-response
مطوّرو البرمجيات

Guide to interacting with THorseRequest (body, query, params, headers) and THorseResponse (Send, Status, ContentType).

2026-07-07
horse-writing-middleware
مطوّرو البرمجيات

Guide to writing custom middlewares for the Horse framework, following the callback flow with the Next parameter.

2026-07-07