Skip to main content

Preetha Chandramohan

Preetha is a technical consultant specializing in front-end development, with expertise in HTML5, CSS3, JavaScript, jQuery, and React.js. Passionate about crafting seamless user experiences, she enjoys exploring the latest front-end technologies to stay ahead in the ever-evolving tech landscape. Outside of work, she loves dancing and embracing creativity during her leisure time.

Blogs from this Author

Istock 2012746941

Insights on the Mark and Sweep Algorithm

As a developer, understanding how Mark and Sweep algorithm in JavaScript helps to write an efficient code  Memory Management: A memory allocation will be created for all the variables, objects, functions we declare in the code. The memory heap is the place where all these memories are stored. This is constantly in sync with the […]

Css Animation

CSS – Advanced Animations and Transitions

The animation and transition enhance user experience and can bring life to websites. Advanced CSS techniques allow us to create animations that are smooth, performant and engaging.  Understand between CSS Animation and Transition Animations: They can run automatically or triggered dynamically. Able to create multistep sequences using @keyframes.  Transition: Used for state changes, for example […]

Accessibility icons on a computer keyboard

ADA Compliance – Frontend Developer’s Guide

Why ADA Compliance matters in web development Making web content accessible to everyone is not just a requirement – it’s a commitment. ADA Compliance in front-end development ensures websites are navigable and usable for all, including people with disabilities. This enhances user experiences, boosts search engine optimization (SEO), and protects against accessibility-related legal issues. ARIA […]