Energy Efficiency: Low Power Modes

Now a day, conserving energy and extending battery life is more important than ever, especially for the embedded devices and systems. To achieve this, a very effective way is to take advantage of low power modes. In this blog post, we will take a deep dive into how to manage…

0 Comments

Discovering the Stale Closure Trap – “A weird bug”

Have you ever faced a situation where your state defined in the react component is empty or not working as expected, no matter how many times you update it? Or Your Function doesn't return what you expected? If you did, then you might have faced a common pitfall named the…

0 Comments

Queue Fusion: Unleashing Multithreading Magic with Ruby

Introduction Motivation for this post is to let people know things about designing concurrent queue. A queue is a fundamental data structure that follows the First-In-First-Out (FIFO) principle. It represents an ordered list of elements where the addition of new elements (enqueue) occurs at the rear, and removal of existing…

0 Comments

Vector-Based Image Search in Ruby on Rails with Weaviate

Have you ever wondered how to build an image search engine (like Google Images, Myntra fashion products search, etc,.)? In this blog post, we will create a simple image search feature in the Ruby on Rails application using the Weaviate vector database. The modern approach to implementing image search involves…

0 Comments

Test Strategies to ensure High Quality Deliverables

The test strategies involves quality engineers collaborating with stakeholders, end users and team members. Then, this interaction is suggested throughout the development pipeline to achieve High Quality Deliverables. According to me, High quality can be achieved using numerous elements. Whats more, Let's comprehend this by dissecting a few of these…

0 Comments

End of content

No more pages to load