Next.js Integration with 1C Bitrix: Asynchronous Lead Transfer https://sudonull.com/next-js-integration-with-1c-bitrix-asynchronous-lead-transfer
Implement reliable lead transfer without queues. Detailed breakdown of the pattern with after(), retry, and error handling. Learn how to avoid Bitrix REST API timeouts.
1C Development Standards: Efficiency, Manageability, Quality https://sudonull.com/1c-development-standards-efficiency-manageability-quality
Learn how proper implementation of standards in 1C projects increases team efficiency, reduces technical debt, and ensures manageability, avoiding common mistakes.
BPMN in 1C: process recording automation https://sudonull.com/bpmn-in-1c-process-recording-automation
Learn how the tool captures actions in 1C and generates BPMN diagrams in 12 minutes instead of 3 days. Save 80% of time on modeling. For 1C analysts.
1C configuration architecture problems for developers https://sudonull.com/1c-configuration-architecture-problems-for-developers
Analysis of standard 1C shortcomings: binding to forms, code duplicates, unreadable queries. Improvement tips for middle/senior. Learn how to optimize.
RAG system for 1C: MCP server architecture https://sudonull.com/rag-system-for-1c-mcp-server-architecture
Breakdown of multi-level RAG for documents1c and metadata1c: chunks with heading_path, RRF, BM25 tokenization. Code and optimizations for 1C developers. Study the implementation.