hashload
- 24 skills
- 0 followers
- 4 hours ago last updated
- ▌ Horse Websocket 2 · hashloadGuidelines and workflows for developing and maintaining WebSocket endpoints and protocol upgrades within the Horse framework.
- ▌ Horse Routing · hashloadGuidelines for setting up endpoints, defining path parameters, route wildcards, and structuring HTTP controllers.
- ▌ Horse Ssl Tls · hashloadGuide to enabling SSL/TLS, configuring HTTPS, handling certificates, and securing transport layers.
- ▌ Horse Grpc · hashloadGuidelines and workflows for developing and maintaining gRPC services, HTTP/2 h2c transport, and Protobuf serialization within the Horse framework.
- ▌ Horse Providers · hashloadGuide to selecting and configuring Horse server adapters (Indy console, CGI, ISAPI, Daemon, HTTP.sys).
- ▌ Horse Websocket · hashloadGuidelines and workflows for developing and maintaining WebSocket endpoints and protocol upgrades within the Horse framework.
- ▌ Horse Middlewares · hashloadGuide to using standard Horse middlewares (CORS, Jhonson, compression, basic-auth, logger) and pipeline registration order.
- ▌ Horse Minimal API · hashloadGuide for building lightweight, low-boilerplate, and rapid HTTP services (Minimal APIs) in Horse.
- ▌ Horse Streaming · hashloadDiretrizes e workflows para desenvolvimento e manutenção de transmissões de dados em tempo real (Web Streams e Server-Sent Events - SSE) no framework Horse.
- ▌ Horse App Structure · hashloadGuide for setting up Horse applications, bootstrap program (.dpr), basic console initialization, and registering modules.
- ▌ Horse Files Streams · hashloadGuide to handling file uploads (multipart), downloads, and stream lifetime management in the Horse framework.
- ▌ Horse Security Auth · hashloadGuide for securing routes, configuring JWT and Basic-Auth middlewares, and handling route authentication groups.
- ▌ Horse Multi Instance · hashloadGuidelines for instantiating and configuring independent Horse server instances (THorseInstance) running concurrently on different ports.
- ▌ Horse Zero Allocation · hashloadGuide for programming with Zero-Allocation principles in Horse, focusing on stack allocations, string slicing, object pooling, and avoiding lock contention.
- ▌ Horse Database Pooling · hashloadGuide for setting up thread-safe database connection pooling (FireDAC / UniDAC) in multithreaded Horse applications.
- ▌ Horse Mvc Architecture · hashloadGuide for structuring corporate Horse applications using Clean MVC (Model-View-Controller) principles and decoupling HTTP layers from business logic.
- ▌ Horse Request Response · hashloadGuide to interacting with THorseRequest (body, query, params, headers) and THorseResponse (Send, Status, ContentType).
- ▌ Horse Integration Tests · hashloadGuide for writing automated integration tests for Horse endpoints using DUnit/DUnitX and THTTPClient.
- ▌ Horse Performance Tuning · hashloadGuide for optimizing performance, tuning memory alocations, handling large payloads, and adjusting provider execution pipelines.
- ▌ Horse Writing Middleware · hashloadGuide to writing custom middlewares for the Horse framework, following the callback flow with the Next parameter.
- ▌ Horse Advanced Routing · hashloadGuidelines and workflows for developing and maintaining regular expressions and optional parameter routing features in the Horse framework.
- ▌ Horse Dependency Injection · hashloadGuide for managing request-scoped contextual services and IoC (dependency injection) in Delphi and Lazarus.
- ▌ Horse Lazarus Compatibility · hashloadGuide for ensuring Lazarus and Free Pascal (FPC) compatibility, addressing anonymous methods differences, JSON units, and compiler directives.
- ▌ Horse Telemetry Observability · hashloadGuidelines for registering, executing, and optimizing native high-precision telemetry hooks (AddOnTelemetry) in the Horse Web Framework.