Mar 27 · 5 min read · Introduction Imagine JavaScript as a manager in an office 🧑💼. Before starting any work, the manager doesn’t immediately execute tasks.Instead, they: Prepare everything first (assign space, organiz
Join discussion
Feb 15 · 6 min read · URL slug: aem-maven-archetype-explainedTags: AEM, Adobe Experience Manager, Maven, Java, Web Development What is Maven? Before understanding the archetype, you need to know Maven. Maven is a build tool for Java projects.It does for Java what npm doe...
Join discussionJan 31 · 3 min read · When you write CSS, the first question is always: “Which element should this style apply to?” CSS selectors answer this question. Selectors help you choose specific HTML elements so you can style them exactly the way you want. Without selectors, CSS ...
Join discussionJan 30 · 5 min read · How does a browser know where a website lives? When you type google.com into your browser and press Enter, have you ever wondered: 👉 How does the browser know where Google actually lives on the internet?👉 How does it find the correct computer among...
Join discussion
Jan 30 · 5 min read · First let’s understand what happens when i type a URL in browser & press Enter : Your browser first checks cache, if its there then its okay otherwise Your request goes to DNS resolver which further asks Root → TLD → Auth. for IP address After get...
Join discussion
Jan 30 · 3 min read · First of all let’s understand what CSS is. CSS is Cascading StyleSheet means it is used to give the beauty to any website. CSS is all about styling HTML elements. Simple Analogy → HTML is skeleton or bones of human body while CSS is the skin or cloth...
Join discussion