deepak yadavhtto-09-to-http-20.hashnode.dev·Feb 9, 2025Understanding Memory Allocation, Shallow Copy and Deep Copy in JavaScriptMemory Allocation in JavaScript JavaScript manages memory differently for primitive and non-primitive data types. Primitive Data Types (Stored in Stack) Primitive types include string, number, boolean, null, undefined, symbol, and bigInt. These a...1 likeChaiCode
Tuanhdotnettuanhnet.hashnode.dev·Feb 6, 2025Heap Memory vs Stack Memory in JavaSource: Heap Memory vs Stack Memory in Java 1. Heap Memory vs Stack Memory in Java: An Overview Before jumping into the specifics, let’s clarify what we mean by Heap Memory and Stack Memory. These terms represent two distinct memory areas that...Java
Tuanhdotnettuanhnet.hashnode.dev·Feb 5, 2025Secrets to Effective Memory Management in GraalVM Native ImageSource: Secrets to Effective Memory Management in GraalVM Native Image 1. What is GraalVM Native Image? Before we dive into memory management, it’s essential to understand what a GraalVM Native Image is. Native Image is a technology in GraalVM...memory
DataGeekthecodecosmos.hashnode.dev·Jan 17, 2025Mastering Chatbot Memory: A Practical Guide - 2Introduction LangChain memory can be quite intricate, with various implementations designed to meet different system needs. 🌐 In our previous blog, we introduced the concepts of In-Prompt Memory 💬 and External Memory 🗂️ and even built a chatbot ...10 likes·44 readsChatBots 🤖 - From Small Talk 🗨️ to RAG Talk 📚genai
Anix Lynchgozeroshot.dev·Jan 16, 2025Extra memory for an Agentic AI w/ChromaScenario: Building an AI assistant with Chroma memory Goal: Use Chroma to provide long-term, embedding-based memory for conversations. The agent evolves its responses based on prior interactions, enabling personalized, context-aware conversations. ...memory
Tuanhdotnettuanhnet.hashnode.dev·Jan 13, 2025Secrets of Java's String PoolSource: Secrets of Java's String Pool 1. Introduction to Java's String Pool In Java, strings are a fundamental part of programming. The String Pool, also known as the String Intern Pool, is a special memory area where Java stores string litera...string
Roberto Andrade Fonsecarandradedev.hashnode.dev·Jan 7, 2025En Busca de la Memoria Infinita en la Era de la GenAIEl siglo XXI se ha convertido en un crisol de innovaciones tecnológicas, y entre ellas, la Inteligencia Artificial Generativa (GenAI) emerge como una fuerza transformadora. Desde la creación de imágenes asombrosas hasta la generación de textos convin...26 readsgenai
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...8 likes·51 readsChatBots 🤖 - From Small Talk 🗨️ to RAG Talk 📚genai