DPDivyansh pratap singhindivyanshcodes.hashnode.dev·Mar 28 · 13 min readFrom wikepedia or algorithm to implementaition (The real Skill)How to research for such algorithm? programmaers don't look for specific algorithm they just want to solve their problem so they search only those things . ⚡ Shortcut trick (VERY POWERFUL) Whenever yo00
DPDivyansh pratap singhindivyanshcodes.hashnode.dev·Mar 28 · 5 min readHow to research for the project and actually do coding like 90's era people? Have you ever curious about that how the 90's developers were able to code because at that time there was no stackoverflow , no chatgpt , no youtube . Then how can they able to code ? These are the th00
DPDivyansh pratap singhindivyanshcodes.hashnode.dev·Feb 23 · 3 min readHow TCP Internally works ? Great article to must read - Article 1 Code Format C The below code is in C language so first understand some terms in C language :- Part 1: The Server Code (The Listener) The server's job is to set00
DPDivyansh pratap singhindivyanshcodes.hashnode.dev·Feb 18 · 13 min readHow Computer data is getting transmitted?Buzz words it requires : High level overview High Level Language↓Assembly Language↓Machine Code↓Instruction Format (8-bit / 16-bit / 32-bit)↓Stored in Memory (RAM)↓CPU reads from Memory and Executes N00
DPDivyansh pratap singhintechwithdivyansh.hashnode.dev·May 8, 2025 · 4 min readHow computer internally works ?Do you know when you press a key of Keyboard then what happens ? how the things working internally that you are getting on the monitor ? If not this article will give you a full idea that how things actually works in computer . It took me 4 months to...00