GuidesOrchestrating AI in clinical settings with jBPM2 Min ReadjBPM orchestrates external AI, specifically for integrating AI-powered features into clinical settings like stroke prediction with…
GuidesjBPM as an AI orchestration platform – Part 23 Min ReadThis series presents jBPM as a platform for orchestrating external AI-centric environments.
CybersecurityGuidesTLS and networking20 Min ReadTLS (Transport Layer Security), the compatible successor to SSL (Secure Socket Layer), is the basis of…
CybersecurityGuidesSecurity and cryptography algorithms: A guide13 Min ReadThese algorithms have been extensively studied by cryptographers, and open-source implementations have benefited from the scrutiny…
CybersecurityGuidesEssential Python web security13 Min ReadThis series explores the critical security principles every Python web developer should know. While hard and…
GuidesPractical Open SourceHow to make reviewing pull requests a better experience8 Min ReadPull requests are often time consuming for Open Source maintainers. Here's how to make the process…
Best Open PracticesGuidesBeyond TikTok: Open Source at ByteDance3 Min ReadByteDance's Open Source project Monolith is designed to handle high-throughput, low-latency operations, making it perfect for…
Community ManagementGuidesManage your NVMe drive in the Linux terminal3 Min ReadLearn how to manage NVMe drives directly from the Linux terminal using the Open Source nvme-cli…
Best Open PracticesGuidesWhy sysadmins should license their code for Open Source4 Min ReadHelp your fellow sysadmins by Open Source licensing your scripts for maximum impact and community benefit.
GuidesHow to parse config files with Bash3 Min ReadLearn how to parse variables from config files in Bash. This approach separates code from settings,…