← Back to Garden

Index of Blogs

Write Your blog

A curated collection of thoughts, observations, and engineering notes — sifted from daily reading, courses, and ongoing research.

Sort by
0647 read as 423 in C++
c++

0647 read as 423 in C++

In C++, octal numbers play a crucial role in numerical representations. One intriguing aspect of octal numbers is the significance of leading zeros in their rep…

Sep 2, 2024Read Full Blog
farewell

A Journey Filled with Friendship, Growth, and Countless Memories: Farewell Codemonk 👋

Hello Everyone, This is Ashutosh, and today marks the last day of my journey at Codemonk—at least in this home. But this is just a transition, not a farewell fo…

Mar 28, 2025Read Full Blog
KANKHAR a full stack friendwork
friendship

KANKHAR a full stack friendwork

I dont know much....

Sep 2, 2024Read Full Blog
nda

My NDA experience.

About myself Hello my name is Prince Tiwari, I am going to write about my recent experience in NDA exam, actually this was my 2nd attempt, so I am going to writ…

May 9, 2024Read Full Blog
javascript

What are syntax and expressions in javascript

Syntax, Expression, and Statement in JavaScript

Aug 22, 2024Read Full Blog

My journy from Delhi to Bangalore

delhi bengaluru

javascript

Basic Question of JavaScript

What is JavaScript? JavaScript is a scripting language that enables interactive web pages. It's commonly used to create dynamic content, control multimedia, and…

Feb 10, 2025Read Full Blog
js snippets

Data Types in JavaScript

Interviewer : Tell me all data types in JavaScript? You: There are total 8 built in data types in JavaScript. 1. string 2. number 3. boolean 4. null 5. undefine…

Apr 9, 2024Read Full Blog
javascript

Where to practice JavaScript Questions

Coming Soon...

Feb 8, 2025Read Full Blog
javascript

Best video sources for JavaScript

Coming soon

Feb 8, 2025Read Full Blog
javascript

Polyfills in JavaScript with Code

Polyfills are code snippets that fill the gap for older browsers to support modern web features. More precisely, a polyfill is a piece of code that enables olde…

Mar 3, 2025Read Full Blog
javascript

Spread and Rest Operator and Destructuring

This is ES6 feature Spread Operator The spread operator is used to expand elements of an iterable, such as an array, object, or string, into individual elements…

Mar 5, 2025Read Full Blog

Showing 12 of 107 blogs