Skip to main content

Harshal V. LADHE

Frontend Engineering: HTML, CSS, JS, and SVG

Core frontend development topics including DOM manipulation, responsive design, and integrating code-based graphics into web applications.

6 posts

Posts tagged frontend

  • Animating SVG: A Guide to CSS Transitions and Keyframes

    Bring static shapes to life with transitions and @keyframes.
    Learn how to animate SVG with CSS: transitions vs @keyframes, self-drawing lines, clip-path reveals, staggered delays, motion paths, shape morphing, and scroll-driven timelines.
    Published at:
    Categories:Animations
    Estimated reading time:23 min read
  • CSS Logical Properties: Writing Modes, RTL, and Direction-Aware Layouts

    Design once, adapt everywhere.
    CSS Logical Properties adapt your layout to any language, direction, or writing mode from one stylesheet — no more RTL hacks or duplicated styles.
    Published at:
    Categories:CSS
    Estimated reading time:20 min read
  • Mastering JavaScript Operators: A Complete Guide with Examples

    Transform, compare, assign—write cleaner code.
    A complete breakdown of all JavaScript operators including arithmetic, logical, assignment, comparison, bitwise, and special operators with syntax and real-world examples.
    Published at:
    Categories:JavaScript
    Estimated reading time:21 min read
  • SVG Essentials: Mastering Shapes, Coordinates, and Styling

    Build sharp, scalable graphics with basic shapes.
    Learn how to build resolution-independent SVG graphics. Master the viewBox, coordinates, essential shapes, and CSS styling with fill, stroke, and hover animations.
    Published at:
    Categories:SVG
    Estimated reading time:18 min read
  • Mastering CSS Grid: Grid Areas, Item Alignment, and Spanning

    Series:CSS Grid Fundamentals (2/3)
    Structure with clarity, align with precision.
    Take your CSS Grid skills to the next level by mastering semantic layouts with grid areas, named lines, item alignment, spanning, subgrid, and accessible ordering.
    Published at:
    Categories:CSS
    Estimated reading time:15 min read
  • Getting Started with CSS Grid: A Beginner's Guide to 2D Layouts

    Series:CSS Grid Fundamentals (1/3)
    Lay the foundation, shape the grid.
    A beginner-friendly introduction to CSS Grid that covers core concepts and guides you through building your first 2D layouts with real-world examples.
    Published at:
    Categories:CSS
    Estimated reading time:10 min read