@ParasJain
Hashing
Nothing here yet.
Nothing here yet.
Feb 14 · 3 min read · If you're starting your developer journey (especially as a student or aspiring MERN stack dev), mastering Git workflow is non-negotiable. In this guide, I’ll teach you step-by-step how to: ✅ Create a GitHub repository ✅ Create a develop branch ✅ C...
Join discussionFeb 5 · 4 min read · Web Components allow us to create reusable, framework-free UI components using native browser APIs. In this article, we’ll build a styled table component that: Works like a custom HTML tag Has scoped CSS using Shadow DOM Accepts headers via HTML a...
Join discussionFeb 5 · 2 min read · I have converted the testimonial carousel from a JavaScript-based implementation to a pure CSS solution using the radio button technique. Changes Made 1. HTML Overhaul Added Hidden Radio Buttons: Two radio buttons (#dot-1 and #dot-2) were added to t...
Join discussion