NoteHub — Explore Public Notes

vikash kumar
vikash kumar · @vikashkumar

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 More
vikash kumar
vikash kumar · @vikashkumar

Blog 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 More
vikash kumar
vikash kumar · @vikashkumar

Blog 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
Abhijeet Singh Rajput
Abhijeet Singh Rajput · @abhijeetsingh

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 More
vikash kumar
vikash kumar · @vikashkumar

W2C 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
tillu badmoss
tillu badmoss · @tillu-badmoss

tillu files / tillu docs

tillu docs

Read More
Abhijeet Singh Rajput
Abhijeet Singh Rajput · @abhijeetsingh

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
Abhijeet Singh Rajput
Abhijeet Singh Rajput · @abhijeetsingh

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
Abhijeet Singh Rajput
Abhijeet Singh Rajput · @abhijeetsingh

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
Abhijeet Singh Rajput
Abhijeet Singh Rajput · @abhijeetsingh

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