A(Abdullateef (Belle)inbelle-meee.hashnode.dev·Jul 23, 2025 · 4 min readLanguage Models: A Reader's Journey with Chip HuyenCurrently reading Chip Huyen’s AI Engineering Book, and I plan to write about some concepts I come across while reading. This is going to be the first in a series of articles, and in this article, I’d be discussing Language Models #What’s a Language ...00
A(Abdullateef (Belle)inbelle-meee.hashnode.dev·Nov 2, 2024 · 3 min readStream data to AWS S3 as a CSV file with AxiosI’m assuming that, like me, you ran into a challenge where you needed to stream a large JSON response (not a file) without having to store the entire JSON array in memory before processing and uploading it as a document. Streaming a JSON response wit...00
A(Abdullateef (Belle)inbelle-meee.hashnode.dev·Oct 16, 2024 · 5 min readUnderstanding RabbitMQ Exchanges: A Guide to Message RoutingUnderstanding RabbitMQ Exchanges: A Guide to Message Routing RabbitMQ is one of the most popular message brokers available today, known for its flexibility, reliability, and ease of use. At the heart of RabbitMQ's messaging system are exchanges, whic...00