understandingwebdevelopment.hashnode.devJavaScript Array Methods You Must KnowIn JavaScript array is ordered list of values. Each value is known as element, is assigned a numeric position in array called its index [start from 0th index ...]. Array is grouped in pair of square b1d ago·4 min read
understandingwebdevelopment.hashnode.devInside Git: How It Works and the Role of the .git FolderHow Git Works Internally Git may look complicated at first, but internally it works in a very logical and organized way. Instead of just saving files, Git carefully tracks changes and stores them in a structured system. Understanding this helps you u...Jan 29·3 min read
understandingwebdevelopment.hashnode.devWhy Version Control Exists: The Pendrive ProblemIntroduction Version control system is really necessary when working in collaborative way. Before version control existed we still worked in team, shared our code to each other but the way we used to do was really messy, risky. The Real Problem (What...Jan 29·2 min read
understandingwebdevelopment.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIntroduction of CSS CSS stands for Cascading Style Sheets and allows you to create visually appealing web pages. If you think of a website as a house, HTML is the structure (the walls and beams), while CSS is the interior design. Without CSS, your ho...Jan 29·3 min read
understandingwebdevelopment.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? In simple terms, Emmet is a shortcut language for web developers. Think of it like Auto-correct or Predictive Text on your smartphone. Instead of typing "See you later," you might just type "SYL" and your phone knows what you mean. Emm...Jan 29·3 min read