Anmol singhjavascripts.hashnode.dev·Dec 19, 2024What are Variables in JavaScript?Understanding Variables A variable is simply the name of a storage location in programming. Think of it as a container that holds data or information, which can be referenced and manipulated throughout your code. Diagram Explanation When building a ...JavaScript
Tuanhdotnettuanhnet.hashnode.dev·Dec 14, 2024Tips for Saving Redis Memory: Essential Techniques for Efficient Resource ManagementSource: Tips for Saving Redis Memory: Essential Techniques for Efficient Resource Management 1. Optimize Data Structures Choosing the right data structures can make a significant difference in memory usage. Redis provides several data structur...Redis
DataGeekthecodecosmos.hashnode.dev·Dec 1, 2024Mastering Chatbot Memory: A Practical GuideIntroduction Previously on ChatMania (dramatic music playing 🎶), we proudly introduced ChatPal, our shiny new chatbot. It could answer questions, handle small talk, and even fake politeness. But let’s face it—ChatPal had the memory of Dory from Fi...ChatBots 🤖 - From Small Talk 🗨️ to RAG Talk 📚genai
Sam Tsamjr.hashnode.dev·Nov 28, 2024Human MemoryI'd like to go over an idea that has been brewing in me for a long time. I think I have reached the realization I need for the idea to come to life. It started a while back with this concept that language models (LMs) had enough intelligence to work ...memory
Auth0x78forGDSC NIT Silchar Blogblog.gdscnits.in·Nov 25, 2024Buffer Overflow Basics: A Simple Guide to Understanding VulnerabilitiesIntroduction Have you ever wondered how seemingly harmless input can compromise a program's security? Buffer overflows have become a notorious weapon in the hands of attackers, allowing them to manipulate memory and execute malicious code. In this bl...2 likes·249 readsBuffer Overfow
Shivam Dubeygo-tutorial.hashnode.dev·Nov 22, 2024Memory Management in Go: A Beginner’s GuideMemory management is a crucial concept in programming, and Go makes it simpler with its automatic garbage collector and efficient memory allocation mechanisms. This article explains how memory is allocated, its lifetime, and the difference between th...memory management in go
3rdSon3rdson.hashnode.dev·Oct 27, 2024How to Add Memory to RAG Applications and AI AgentsSometime in the last 5 months, I built a RAG application, and after building this RAG application, I realised there was a need to add memory to it before moving it to production. I went on YouTube and searched for videos, but I couldn’t find anything...1 like·65 readsAI
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 27, 2024Cache MemoryCache Cache its defined as a Hardware or Software Component which help in serving the data either its frequently requested or its expensive to compute on , cache its stores the Computed response and helps in saving the expensive operation Cache Inval...cache
Laasya Kandukurilaasya.hashnode.dev·Oct 11, 2024From Creation to Collection: Journey of A Java VariableBefore diving into the details, it's important to note that a variable in Java embarks on a fascinating journey from its initial creation in an IDE to the moment it’s cleaned up by the garbage collector. Along the way, it interacts with various parts...Java
Auth0x78auth0x78-blog.hashnode.dev·Oct 10, 2024Buffer Overflow Basics: A Simple Guide to Understanding VulnerabilitiesIntroduction Have you ever wondered how seemingly harmless input can compromise a program's security? Buffer overflows have become a notorious weapon in the hands of attackers, allowing them to manipulate memory and execute malicious code. In this bl...1 like·44 readsBuffer Overfow