Skip to main content

Vikram Gopal

I am a senior technical consultant with 5 years of Front End experience on the EPiServer/Optimizely platform. I am always on the lookout for ways to enhance UI and UX development workflows with the latest tools and technologies.

Blogs from this Author

A team of tech workers in a meeting together.

Webpack Builds Too Slow? Try ESBuild-loader Plugin.

“My project is not ready to move away from webpack and deal with migration issues just yet.” “I want to speed up my project builds without having to completely uproot webpack.” If either of the statements above applies to you, please consider the ESBuild-loader plugin for webpack. This nifty little plugin essentially utilizes the amazing […]

Optimizely Configured Commerce Best Practices

Fluid Typography With CSS Clamp()

Summary In this article we will explore a cool CSS feature called clamp() which allows screen size to dictate what the font size should be instead of multiple media queries. We’ll also consider some factors such as browser support, accessibility concerns and the overall effectiveness of feature. Responsive Typography Responsive typography is adding a bunch […]