Raunak_Codes

64 posts

Raunak_Codes banner
Raunak_Codes

Raunak_Codes

@Raunak_codes

Sharing clean, practical code snippets in Java, Python, C++, and Web Dev. Simplifying tech, one real-world post at a time.

prayagraj Katılım Ağustos 2025
132 Takip Edilen8 Takipçiler
Raunak_Codes
Raunak_Codes@Raunak_codes·
Will the checkbox be checked or unchecked when checked="false" is used? Why does the textarea show empty even though a value is assigned? When the form is submitted without action and method, where does the data go and which HTTP method is used by default?
Raunak_Codes tweet media
English
0
0
1
13
Raunak_Codes
Raunak_Codes@Raunak_codes·
HTML Forms and attributes reveal the real test of understanding when it’s not about definitions, but about how the browser actually behaves. #Grok #TrendingNow
Raunak_Codes tweet media
English
0
0
1
25
Raunak_Codes
Raunak_Codes@Raunak_codes·
If you think you understand JavaScript Closures… try this. One small variable, three different functions… and your entire logic collapses. Most developers guess this wrong — even seniors. Drop your output in the comments… no googling, no VS Code, just pure brain.
Raunak_Codes tweet media
English
0
0
0
11
Raunak_Codes
Raunak_Codes@Raunak_codes·
Master JavaScript Closures Today! The secret power behind data privacy, callbacks, and pro-level JS logic. Understand how functions remember their scope even after execution — This single concept can instantly level up your coding and interview game.
English
0
0
1
10
Raunak_Codes
Raunak_Codes@Raunak_codes·
Made this clean HTML-CSS hover card featuring the Tata Sierra, giving a perfect blend of nostalgia and futuristic vibes. Smooth animation, minimal UI, and a premium look that fits any frontend portfolio or concept project. #TataSierra #FrontendDesign #CarDesign #TataMotors
English
0
0
0
109
Raunak_Codes
Raunak_Codes@Raunak_codes·
Today’s focus: understanding how trees think. Wrote a simple but powerful Binary Search Tree in C with insertion and all three traversals. Nothing fancy — just pure logic, memory, and structured flow. #CodingJourney #DSA #BST #CProgrammer #Tech
Raunak_Codes tweet media
English
0
0
1
19
Raunak_Codes
Raunak_Codes@Raunak_codes·
DOM Manipulation! a small program where a new HTML element gets added dynamically to the page when a button is clicked. This simple experiment helped me understand how createElement(), createTextNode(), and appendChild() actually work behind the scenes in the DOM.
Raunak_Codes tweet media
English
0
0
1
15
Raunak_Codes
Raunak_Codes@Raunak_codes·
A simple C program demonstrating Preorder Traversal in Binary Tree Built using dynamic memory allocation with a clear example of how recursion helps traverse hierarchical data structures efficiently. Concepts Used: Structure & pointers Dynamic node creation Recursive traversal
Raunak_Codes tweet media
English
0
0
0
26