All about arrays and its methodWhat is arrays in js? it is a type of non-preemptive data type in a js . it is know as collection of element store in a contiguous memory location. creating and using array creating an array you can create a array using square brackets [] and seprate...Jun 1, 2025·4 min read
Deep drive into node jsWhat is Node js? JavaScript on a server side explain? Node js is a javascript runtime enviroments revers to the enviroment where your javascript code runs. with the help of it we can run javascript code outside the browser history of node js: Rayn da...Apr 10, 2025·2 min read
Decode ai jargons with a late night chaiENCODER: Suppose that we can have a one of a complex puzzle so we can breakdown it can a small pieces to that in can easily can we understand for a ai models that small pieces is called as a latent representations . Encoders are used to reduce clutte...Apr 8, 2025·5 min read
Polyfills for JavaScriptPolyfill Kya Hai? Polyfill ek code ka hissa hota hai jo purane browsers mein naye features ko laane mein madad karta hai. Jab aap modern JavaScript ka feature use karte hain jo sirf naye browsers mein kaam karta hai, to polyfill us feature ko purane ...Apr 8, 2025·1 min read
Function Bulding blocks of javascriptFunction declaration and function expressions Function declaration is are one the most straightforward ways to define a function in js they are using a function keyword followed by a name,parameters and a function body. Hoisting: Function declaration...Mar 12, 2025·1 min read
basics of csswhat is css? css is know as a cascading style sheet it can help to make our html beautiful ,responsive . html id and class attributes when we can given a id to select that element then it can given a class we can also select using a id attributes als...Jan 20, 2025·3 min read