Skip to main content

Apurva Bele

Apurva Bele is a Technical Architect specialized in front-end development working with the commerce team. With a passion for UI frameworks and tools, he enjoys learning and exploring new technologies related to UI. He loves sharing his knowledge with his team, fostering a collaborative and innovative work environment.

Blogs from this Author

Closeup Of Program Developer Writing Software On Multiple Computer Screens At Home Office

Debugging Redux Applications with Redux DevTools and Trace in Editor

Debugging modern web applications can be a challenging task. Redux DevTools is an excellent tool for tracking state changes and dispatching actions in Redux applications. Combined with source maps in Webpack, you can easily trace back to your original source code, making debugging much more straightforward. In this post, we’ll walk through setting up Redux […]

4 Helpful Tools for Fixing Web Accessibility Issues

It’s important for your business to have an accessible website and other digital assets, but maintaining accessibility means incorporating helpful tools to continuously utilize in your design and development processes, and ultimately, benefit your end-users.   Here are a few accessibility tools to consider.  Tool 1: Axe   Axe is typically the standard DevTool used in accessibility testing for any or Chrome/Firefox extension. This tool can analyze a page for accessibility issues within […]

A Brief Overview of Web Accessibility

The web has grown to play a significant role in how we consume information, with a direct correlation to how we live our lives. But accessing the web isn’t always easy for every user. One in four adults in the United States live with some type of disability, either permanent, temporary, or situational. This can make […]