NoteHub — Explore Public Notes
Blog by Vikash / #Tcp vs Udp
TCP vs UDP Explained: Understanding Their Roles and Relationship with HTTPBefore We Start: Why Do These Rules Exist?Before jumping into TCP and UDP, let’s first understand why such rules are needed.Im
Read MoreBlog by Vikash / #how a web browser works
🌐 How a Browser Works: A Beginner-Friendly Guide to Browser Internals:👉 What actually happens after I type a URL and press Enter?Most beginners think:“Browser opens a website.”But behind the scenes!
Read MoreBlog by Vikash / #Git for Begineers
Git for Beginners: Basics and Essential CommandsNow, let’s understand Git and VCS.When I started learning web development, managing my code felt chaotic.Files like project file1, project file2 and pro
Read More
AI Ml / DB Scan Clustering
DBSCAN Clustering in ML (Density-Based Clustering)Clustering analysis, or simply clustering, is an unsupervised learning technique that divides data points into a number of groups or "clusters." The i
Read MoreW2C Car xml project / #CheckList for Xml Pojects
#XML CAR CHECKLISTAgar aap CAR XML project par kaam kar rahe ho, to conversion tool ke baad XML file me kaafi errors aate hain jo manually fix karne padte hain.Is post me main step-by-step checklist s
Read More
Blog By Abhijeet Singh Rajput / What is Pretext JS? How It Fixes Browser Reflow and Makes Text 500x Faster
What is Pretext JS? How It Fixes Browser Reflow and Makes Text 500x FasterCSS isn’t dead… but one of its biggest limitations just got exposed.For the last 30 years, browsers have handled text layout u
Read More
AI Ml / DB Scan Clustering Numerical
📘 DBSCAN Clustering (Numerical Solution)🧠 DBSCAN Concepts Recapε (epsilon): Radius of neighborhoodMinPts: Minimum number of points (including the point itself) to be considered a core pointCore Poin
Read More
AI Ml / Machine Learning
Machine LearningMachine learning is a mathematical, statistical, and logical model (system, algorithm). In ML, we train machines with past data and experience.Machine learning is the area of study, in
Read More
AI Ml / Decision Tree
Decision TreeA decision tree is a tree-shaped diagram used to determine a course of action. Each branch of the tree represents a possible decision, occurrence, or reaction.ExampleConsider a situation
Read More