PinnedInDevOps.devbyInnocent Anyaele·Aug 12, 2024Distributed Real-Time Communication: Scaling WebSockets with Redis Pub/SubHow are websockets handled at scale? In a simple websocket implementation, your client connects to the server and the associated websocket…
PinnedInDevOps.devbyInnocent Anyaele·Feb 12, 2024Querying Gemini with Langchain’s RunnableMap, LLM chain and Gemini API using…A response icon1A response icon1
PinnedInnocent Anyaele·Jun 27, 2023Setup Meta Webhooks for Instagram Messaging and respond to message.In this article, I’ll guide you through how to set up Instagram messaging webhooks using the meta developer platform and set up a flask…A response icon7A response icon7
PinnedInDevOps.devbyInnocent Anyaele·May 15, 2023Building a CI/CD Pipeline with Flask, Docker, GitHub Actions, AWS ECR and AWS ECSIn this blog, we are going to build a CI/CD pipeline for our Flask server. The flow we want is simple. We want to dockerize our Flask…
PinnedInDevOps.devbyInnocent Anyaele·Nov 27, 2023Using Redis as vector storage to connect a Website to OpenAI — From Building the index to Querying…I’m going to try to be quick with this so you can get back to building your app before OpenAI releases GPT 5 and kills your startup.
Innocent Anyaele·Feb 2, 2025Build a POSIX compliant shell in C++Let’s build a Shell in C++. A POSIX (Portable Operating System Interface) shell is a command-line interface (CLI) designed to be compatible…
Innocent Anyaele·Jan 26, 2025Implementing HTTP Compression (Gzip) in a C HTTP Server: A CodeCrafters Challenge WalkthroughPointers, low-level, compiled, memory management… Great! Now that we’ve successfully scared away the Python developers, let’s get…
InDevOps.devbyInnocent Anyaele·Aug 12, 2024Fault-Tolerant Systems: Implementing Distributed Message Queues with RabbitMQFault tolerance is a very integral part of distributed systems. How does your system respond to network issues or server crashes in the…
InDevOps.devbyInnocent Anyaele·Aug 12, 2024Optimizing Cache Performance: Hashing function calls and Implementing Composite Caches with Local…If you have ever worked on the backend of an application that was going to serve users at a large scale, you have probably worried about…
Innocent Anyaele·Aug 29, 2023Why The Bear feels like a warzone?FX show, The Bear, just like some of their previous masterpieces, delivered us with an authentic yet thrilling experience. Every episode…