Continue.dev — Open Source AI Coding Assistant
Complete guide to Continue.dev, the open-source AI coding assistant for privacy-conscious developers.
12 articles
Complete guide to Continue.dev, the open-source AI coding assistant for privacy-conscious developers.
Run Stable Diffusion locally or via API for image generation.
Complete guide to Chroma DB for local vector embeddings and semantic search.
Complete guide to setting up and using Meta's LLaMA 3 models locally.
Complete guide to Mistral AI models: setup, usage, and optimization.
Complete guide to Google's Gemma models: capable open-source alternatives.
Comprehensive guide to DeepSeek models from China: performance and accessibility.
Deploy open-source LLMs at scale using Together AI infrastructure.
Master LoRA and QLoRA for efficient fine-tuning of open-source models like Llama 2, Mistral, and Phi on limited hardware.
Self-hosting LLMs is now practical. Here''s when it makes sense, what hardware you need, and how to deploy at scale.
Most loggers are synchronous — they block your event loop writing to disk or a remote service. logixia is async-first, with non-blocking transports for PostgreSQL, MySQL, MongoDB, SQLite, file rotation, Kafka, WebSocket, log search, field redaction, and OpenTelemetry request tracing via AsyncLocalStorage.
Most HTTP clients give you fetch. reixo gives you Result<T,E> returns, automatic retry with jitter, circuit breakers, request deduplication, LRU caching, GraphQL support, WebSocket/SSE, OpenTelemetry tracing, and a fluent builder API — all in one TypeScript-first package.