Blog
Understanding Whats Behind AI Chatbot
A comprehensive journey into understanding AI Chatbot, from LLMs to designing your own AI Chatbot
What is a Large Language Model (LLM)?
Explore the fundamentals of Large Language Models (LLMs) and discover how AI systems like ChatGPT work. Learn about transformers, tokens, and the technology powering modern AI assistants.

What is prompt engineering?
Master the art of communicating with AI systems. Learn how to craft effective prompts, understand system messages, and unlock the full potential of Large Language Models through strategic input design.

What is RAG?
Discover how Retrieval-Augmented Generation (RAG) solves AI hallucinations by combining real-time information retrieval with language generation. Learn about embeddings, vector databases, and how RAG makes AI responses more accurate and reliable.

Designing an AI Chatbot
Bring it all together! Learn how to combine LLMs, prompt engineering, and RAG to design intelligent AI chatbots. Discover the architecture of AI agents and how they create powerful, autonomous conversational systems.

Understanding Web App Testing
Understanding why testing is crucial in application development can clarify why companies emphasise writing test cases. Testing is a crucial aspect of web application development that ensures reliability, functionality, and user satisfaction.
Testing to Build Reliable Applications
Discover why testing is essential for web applications, learn about different testing levels and types, and understand how to write tests that focus on user behavior rather than implementation details.

How to Write Effective Tests
Testing is more than just a means to catch bugs; it is a practice that fosters a culture of quality and reliability. Lets explore the essential APIs that form the backbone of testing

Other Posts
Code Aesthetics and Style
Only shipping the code is merely one facet of the comprehensive software development process, it is imperative to accord proper attention to the aesthetics of your code. By adhering to proper code aesthetics and utilizing effective tooling, you save valuable time that can be invested in solving actual problems.

React 18 features, all that you should know.
In this revision, we will explore the new features that were shipped with version 18, and discuss how they impact developers and ultimately, end users.

Web Caching, a quick guide
When it comes to web performance and app optimization, caching is one of the solution you can't overlook. And also caching is default concept build into HTTP request, let learn how to exploit it.

Getting Hang of GIT
Sharing my process of getting to know and learning git commands using the directory and files system analogy.

Measuring performance and building lightning web apps
How much time is enough for the user to wait, or what content can be considered meaningful, when the first time user interacted with the content, what was reaction time to that interaction? To find answers to all these questions we measure and optimize.

Derived state and using Selectors in React and Redux
How to implement selectors to improve react performance, code reuse and optimized communication with state management library.

React lazy, Suspense and loadable-components
Understanding React lazy and suspense API. The inspiration behind the library loadable-components, and why and how to use it in your react application with an example.

An Introduction to PWA
Progressive Web Apps (PWA) combine new technologies with established best practices for creating a reliable, accessible and engaging experience. PWA allow you to deliver user experiences that of native apps.

The Way I Learn Things
Sharing my process of learning new things in the dynamic and rapidly growing JavaScript universe.

Day 1, React India
My experience at Day 1, React India Conference. The speakers, talks and fun which kick started first international react conference in India at Goa.

Why I am writing a blog
I have decided to write blog, and here is my first post mentioning why.
