ARamrit rajputinaijorganssimpleexplanationbybamrit.hashnode.dev·Mar 17 · 7 min readDecoding AI JorgansAI (Artificial Intelligence): AI isn’t magic, it’s just data + algorithms trained at scale. Artificial intelligence (AI) is a technology that allows computers and machines to replicate human learning,00
ARamrit rajputinnodejs-archeitecture.hashnode.dev·Mar 7 · 5 min readNode.js ArchitectureBefore diving into Node.js internals, let's first understand what Node.js is? Node.js is a JavaScript runtime environment designed for server-side programming. JavaScript was originally built to run00
ARamrit rajputinarraymethodsinjs.hashnode.dev·Feb 25 · 5 min readArray methodsBefore discussing methods, let's begin with the question: What is an array? Many people describe an array as a collection of elements of the same data type in contiguous memory locations. However, t00
ARamrit rajputinallaboutcssselectors.hashnode.dev·Jan 31 · 4 min readComprehensive Guide to CSS SelectorsWhat is CSS ? Cascading Style Sheets (CSS) is a stylesheet language used to describe how a document written in HTML or XML (including XML dialects like SVG, MathML, or XHTML) should look. CSS defines how elements are displayed on the screen, includin...00
ARamrit rajputinlearnemmet.hashnode.dev·Jan 30 · 5 min readBoost Your HTML Skills with EmmetWhy Emmet: Without Emmet, when you write code, especially HTML, there are too many repetitive words. Although browsers have suggestion features, the repetition makes coding take a lot of time. What Emmet does is provide suggestions, but in an advance...00