Building Resilient Event-Driven Systems: Lessons from the Distributed TrenchesWhen you first look at a distributed architecture diagram with services scattered across multiple cloud providers, regions, and continents…5d ago5d ago
Bridging the AI Gap: Simplifying LLM Development in Elixir with langchainFriend’s link for non-membersMay 1May 1
Published inDevOps.devOvercoming Challenges with Google Vertex API, s6-overlay, and Fly.io:When working with Google Vertex AI’s API, one of the challenges developers face is its reliance on access tokens that are valid for only…Feb 2Feb 2
Leveraging GenServer and Queueing Techniques: Handling API Rate Limits to AI Inference servicesIn the realm of efficient application development, managing external service rate limits is a pivotal challenge. Recently faced this task…Nov 2, 2024Nov 2, 2024
Pooling AMQP TLS connections in Elixir for high throughput and low latencyIn the fast-paced, data-driven world of computing, reliable message brokers are critical for communication between services. One of the…Sep 15, 2024Sep 15, 2024
Published inDevOps.devSimplifying Webhook Handling with Vector.dev: A Modern Solution for Serverless AppsSimplifying Webhook Handling with Vector.dev: A Modern Solution for Serverless Apps In the world of serverless applications and…Sep 5, 2024Sep 5, 2024
Multi-Layered Caching with Decorators in Elixir: Optimizing Performance and ScalabilityPhil Karlton’s famous quote aptly captures the essence of caching in computer science: “There are only two hard things in Computer Science…Jun 18, 2024Jun 18, 2024
Brod; boss kafka in elixirElixir has rapidly gained recognition as a powerful language for developing distributed systems. Its concurrency model, based on the Erlang…Jun 3, 2024Jun 3, 2024
Published inDevOps.devDeploy Ollama with s6-overlay to serve and pull in one shotOllama brings the power of Large Language Models (LLMs) directly to your local machine. It removes the complexity of cloud-based solutions…May 29, 2024May 29, 2024
Supercharge Your Ecto Queries over Postgres JSONB with Flop: Filtering, Sorting, and PaginationElixir’s Ecto library is fantastic for interacting with your database. But when it comes to building dynamic user interfaces with features…Mar 28, 2024Mar 28, 2024