Blog Posts
Posts on technology, coding, development and more. All my posts can also be found ondev.to .
07 December, 2024
RAG Implementation with LangChain
Retrieval Augmented Generation (RAG) is a process where we augment the knowledge of Large Language...
Read more16 September, 2024
Getting Started with AI Development: My Journey with Embeddings and Vector Databases
As a web developer, I’ve always been intrigued by AI development. I had wanted to explore it for...
Read more13 August, 2024
React useOptimistic: Harnessing the power of snappy UIs!
Am I the only one who finds useOptimistic both fascinating and amazing? If you're curious and want to...
Read more22 July, 2024
How I built a custom image file uploader
The whole problem started with some issues I was facing when trying to use Cloudinary file Uploader....
Read more13 May, 2024
Optimizing Performance in Next.js Using Dynamic Imports
As developers, we are constantly seeking ways to enhance the performance of our applications to...
Read more21 August, 2023
Demystifying JavaScript Arrays: A Comprehensive Guide for Beginners and Intermediates
Introduction JavaScript arrays are variable which can hold more than one value or items of...
Read more13 July, 2023
React useState Simplified
Introduction Understanding React useState can be a little daunting especially for...
Read more04 July, 2023
JavaScript Promises
Introduction There are various ways asynchronous operation can be handled or managed,...
Read more31 May, 2023
JavaScript Class Inheritance
Prerequisite: A good understanding of how JavaScript classes work and how to use it. Check...
Read more20 April, 2023
Introduction to JavaScript classes: basics, syntax and example usage
Introduction JavaScript classes gives JavaScript developers the power to organize and...
Read more06 March, 2023
JavaScript reduce() method: absolute beginner's guide
Introduction: In this gentle beginner's guide to JavaScript reduce() method, we are going...
Read more