AVAjinkya Veerinrag-system.hashnode.dev·Dec 25, 2025 · 6 min readRetrieval Augmented GenerationRAG i.e Retrieval Augmented Generation is one of the best approach to stored and gather information from huge amount of files. Its works as a pipeline where the whole process breaks into multiple steps. Lets understand RAG system in simple way. Basic...00
AVAjinkya Veerinseo-in-react-js.hashnode.dev·Dec 4, 2024 · 3 min readSearch Engine Optimization in React JsAchieving a spot in the top 3-4 Google search results is a dream for every website owner. If you're working with React, a great way to improve your SEO and manage dynamic titles and meta tags is by using the react-helmet npm package. This powerful to...00
AVAjinkya Veerinajinkyaveer.hashnode.dev·Jul 23, 2022 · 3 min readAll about : MarkdownThe markdown feature in VS code is very interesting and useful to describe our work in sophisticated manner. Working with Markdown files in Visual Studio Code is simple, straightforward, and fun. Let see one by one basic features of MD (MD = MarkDown...00
AVAjinkya Veerinajinkyaveer.hashnode.dev·Jul 22, 2022 · 3 min readSelectors in CSS : Easy to TargetI know some times its confusing to target elements which has two many parents, childs n all. Here is a easy recall for you guys. First understand then implement Selectors are nothing but a targeting a particular element present in a group. Let see me...00
AVAjinkya Veerinajinkyaveer.hashnode.dev·Jul 22, 2022 · 3 min readPosition Elements in CSS : Easy to understandElement Position itself says "placing element using properties like left, right, top, bottom.... Simple!!!" In CSS there are simple three properties which helps to position elements. /* We are mainly learn this three types of position */ position : a...00