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 discussionJan 30 · 3 min read · What is an HTML and why we use it HTML (HypterText Markup Language) is a Skeleton of Webpage. This language is mainly responsible for what content should be shown on a webpage. It gives the Structure to the content means how content should be arran...
Join discussionJan 29 · 3 min read · HTML feels slow without using Emmet abbreviations beacuse : Typing opening & closing tags every time feels hazy Writing similar patterns again & again What is an Emmet In simple terms, Emmet is basically a shortcut language for writing HTML. You ...
Join discussionJan 29 · 3 min read · We use a browser every day.Chrome, Edge, Firefox — we open them and websites appear. But have you ever stopped and asked: What actually happens after I type a URL and press Enter? A browser does much more than “open websites”.It works like a team of ...
Join discussionJan 29 · 6 min read · What really happens after you type a URL and press Enter? Most of us use browsers every day - Chrome, Firefox, Edge, Safari - but very few people know what’s happening behind the scenes. You type a URL. You press Enter. Boom - a website appears. But ...
Join discussion