Jan 29 · 3 min read · HTML 101: The DNA of the Web Ever wondered how your browser knows to show a bold heading, a clickable button, or a neatly organized list? It’s not magic—it’s HTML. Think of a webpage like a house. The furniture and paint are the CSS (design), the plu...
Join discussion
Jan 17 · 4 min read · If you’ve just started learning programming or web development, you’ve probably heard people say things like“Push it to GitHub”, “Create a new branch”, or “Check the commit history”. At first, Git can feel confusing and a little scary.But once you un...
Join discussion
Aug 24, 2025 · 5 min read · Hey fellow devs and web enthusiasts! 👋 If you're just starting out in web development or looking to refine your HTML basics, you're in the right place. I'm Mishu, a software developer passionate about full-stack web dev, AI/ML, and sharing knowledge...
Join discussionJun 14, 2025 · 1 min read · 🧱 1. Foundations 🔹 Programming & OOP Java (Core) Variables, Loops, Conditionals OOP Concepts: Classes, Inheritance, Polymorphism, Encapsulation Exception Handling Collections Framework Java 8+: Streams, Lambda Expressions, Functional Interfac...
Join discussion
Mar 26, 2025 · 3 min read · What Exactly is Reactive Web Development? At its core, Reactive Web Development focuses on building applications that are highly responsive to changes. This means that any update in the backend data automatically reflects on the frontend interface wi...
Join discussion
Feb 1, 2025 · 4 min read · Introduction HTML stands for Hypertext Markup Language. Just like any other programming language its a standard markup language for creating a web page. Its the backbone of the web development and describes the skeleton/structure of the web page. Wha...
Join discussion
Jan 11, 2025 · 3 min read · Have you ever thought about BTS - no I am not talking about the boy band but we sure must have thought about them once :P - I am talking about the BTS of how website works. There are three key parts to it - Frontend - Backend and API. Overview - A we...
Join discussion
Dec 22, 2024 · 3 min read · Introduction Closures are a fundamental concept in JavaScript, allowing you to write better, more efficient, and modular code. They enable private variables, state maintenance, and advanced functionality often seen in modern frameworks and libraries....
Join discussion