In a previous article, we benchmarked three open-source Vision-Language Models on zero-shot object detection and arrived at an uncomfortable conclusion: even the fastest contender, Phi-3.5-vision-instruct, takes 4.45 seconds per frame on an NVIDIA L4. LLaVA-v1.6 sits at 8.13 seconds. For any application that needs to process a live video stream, these numbers are disqualifying. But the conclusi...
Recently, I started working on building a dynamic form system using React + Formik where the entire form UI was driven by JSON configuration instead of hardcoded components.
Instead of manually writing fields like this:
I wanted the frontend to dynamically render forms based on configuration received from the backend.
This is the beginning of a blog series where I’ll c...
Always there is a starting point for anything, here is my starting point where I created my portfolio with deep understanding rather than just copy paste 🫣
The tech world is moving insanely fast right now 🚀
Every week we’re seeing:
Here are some of the biggest thi...
Apache Kafka and Apache Cassandra pair effectively because they complement each other's strengths: Kafka handles high throughput, real-time event streaming and ingestion, while Cassandra provides scalable, fault tolerant and low-latency persistent storage for processed data.
Example: A movies streaming company from their platform may be streaming bil...
Ever wondered how banks are able to detect and stop fraud in real-time? This is how they do it.
Banks process thousands of transactions every second, end each transaction is recorded in backend systems as it happens. Instead of relying on traditional batch processing, With Kafka they are able to stream/read all these new events that are being recorded in ba...