ASAshish Shahinblog.ashishshah.me·Feb 25, 2025 · 1 min readWhat is a web browser?A web browser is like an empty canvas; the browser asks the server(anything can be who can give the required file), the server gives you some files, and the browser paints that file in front of you. In the same way, when you open a text file saved on...00
ASAshish Shahinblog.ashishshah.me·Feb 19, 2025 · 5 min readJavaScript Object PrototypesHey! This is Ashish Shah, writing this Article on 19 Fab 2025, explaining the prototype property of JavaScript and its superpower. I’m listening to the song Kill Me Slowly By Sickick Have you ever wondered why most things in JavaScript are either o...00
ASAshish Shahinblog.ashishshah.me·Feb 5, 2025 · 9 min readJavaScript: Array Methods in JS💡 TL;DR: The Goal is to Share: Some important methods of array that are most used in Full Stack Development. I’m Ashish Shah, writing this blog on ‘Wed 05 Fab 2025 at 21:42:59 PM IST’, because I think these methods should be known by each develope...00
ASAshish Shahinblog.ashishshah.me·Feb 2, 2025 · 4 min readWhat the heck is "Preprocessor directive" in C++?💡 tl;dr - certain action is done by pre-processor before actual complilation of source code. The goal is to share: what is Preprocessor Directive in C & C++ and what are the different ways we use it. I’m writing this ‘blog’ today 2 February 2025 b...00
ASAshish Shahinposition-property-in-css.hashnode.dev·Jan 25, 2025 · 5 min readHow does position property work in CSS?Suppose you have a nav bar on your website and want to move it as the user visits different sections of your website. Alternatively, on a particular page, you want to show something that stays in a fixed position no matter how much the user scrolls. ...00