KKKrishna Kumar Yadavindevintelligence.hashnode.dev·5h ago · 25 min readHow ChatGPT Understands Your Questions?1. What is an LLM? A. What LLM stands for LLM stands for Large Language Model. Let’s break the name into three parts. Large The word Large doesn’t simply mean the model occupies a lot of storage. It m00
KKKrishna Kumar Yadavindevintelligence.hashnode.dev·Jun 23 · 12 min readGit for Beginners: Basics and Essential Commands1. Introduction Imagine we are working on a project and keep saving different versions like this: project project_final project_final_new project_final_latest project_final_latest2 After a whil00
KKKrishna Kumar Yadavindevintelligence.hashnode.dev·Jun 15 · 9 min readTemplate Literals in JavaScript: Why They Were Introduced and How They Changed String Handling1. Problems with Traditional String Concatenation Before ES6 introduced Template Literals, JavaScript developers used the + operator whenever they wanted to combine strings and variables. Let’s see a 00
KKKrishna Kumar Yadavindevintelligence.hashnode.dev·Jun 13 · 10 min readWhy Version Control Exists: The Pendrive Problem1.WHAT IS THE MAIN PROBLEM ? Let's understand with a real life imaginable scenario. Imagine it’s 2005, and you’re a developer building a college management system.At first, the project is small. You c00