React Signals: An Introduction
As React developers, we know how hard it can be to control deeply nested child components from a parent component. Several tools and methodologies are available for doing this. Some of these techniques include passing controlled state down explicitly
via props (the dreaded prop drilling approach),….
Mastering Advanced SQL: Part 2
In the Part 1 of this blog series, we learnt how to create a frame using frame_types…
Continue ReadingMastering Advanced SQL: Part 1
SQL is a remarkably rich and versatile declarative database and programming language.Development…
Continue ReadingUtilizing Threads in Ruby for Better Performance
We all know what a process is it is a unit of work with a single thread of control.Thread is also a lightweight…
Continue ReadingFastify on Lambda: Serverless Deployment Guide
An efficient server implies a lower cost of the infrastructure, better responsiveness under load, and happy…
Continue ReadingPredicting NFT Image Prices with AI
An NFT is an image in the form of a digital token. These tokens are then sold online. AN NFT can be anything in digital…
Continue ReadingTop Object Detection Techniques in Computer Vision
Object detection: Locating the presence of objects with a bounding box and types or classes of the located objects…
Continue ReadingDeep Learning for Image and Video Colorization
Converting color images to black and white is quite easy using the OpenCV framework,but for converting…
Continue ReadingImage Entity Recognition with OCR
An entity can be a word or series of words that consistently refer to the same thing. Every detected entity is classified into a prelabelled category. For example, a NER model might detect the word…
Continue ReadingAnalyzing IMDB Reviews with Sentiment Analysis
The act of computationally recognising and categorising opinions contained in a piece of text, especially in order to discern whether the writer has a good, negative, or neutral attitude…
Continue Reading