Building Notification SystemMy team has been working on re-architecting and building a notification system lately. The product team has a vision for the new system but…Feb 13, 2023Feb 13, 2023
Introduction to MicroFrontendWith the rise of digitalization and cloud technologies, frontend development has undergone a paradigm shift. The client-side has become…Nov 24, 2020Nov 24, 2020
Lazy Loading Images, the performant wayIn the fast-paced development cycle, performance optimizations often take a back seat and we lose out on the low hanging optimizations…Oct 5, 2020Oct 5, 2020
Published inDev GeniusDemystifying Microservices patternWith the rise of digitalization and cloud technologies, building and maintaining microservices is one of the most sought after skills in…Jul 27, 2020Jul 27, 2020
Introduction to KubernetesIn my last month’s blog, I talked about Docker that is a platform or ecosystem around creating and running containers. This month’s blog…Jun 29, 2020Jun 29, 2020
Published inDev GeniusIntroduction to DockerDocker is a platform or ecosystem around creating and running containers. To understand docker in a better manner let us first try to…Jun 1, 2020Jun 1, 2020
Setting up Continous Integration on JenkinsNew challenges are the toughest especially when it is completely out of your comfort zone. I have been working on setting up UI workflow…May 2, 2020May 2, 2020
Introduction to GraphQLIf you have been following latest trend in web/mobile application development, you may have heard buzz around GraphQL. In this blog, we…Jan 27, 2020Jan 27, 2020
Progressive Web ApplicationsProgressive Web Apps (PWAs) are the latest trend in web development as they bring mobile-app-like experiences to your users without…Jan 18, 2020Jan 18, 2020
Web for AllI attended a conference couple of days back where one of the speaker who was specially abled gave a talk on Web Accessibility. It helped…Oct 15, 2019Oct 15, 2019
Journey from Class to React HooksFew months back I got an opportunity to start a project from scratch at my organisation. The decision that had to be made was if we are…Aug 20, 2019Aug 20, 2019
Front-end framework warThe front-end community has grown exponentially in the past few years. New front-end frameworks/libraries seem to be published every day…Jun 23, 2019Jun 23, 2019
Demystifying Frontend TestingTesting in frontend has always been a topic of discussion among developers, with most of us following custom testing architecture that…Apr 28, 2019Apr 28, 2019
Demystifying CSS unitsWe use units in our daily life to express the values, Kilograms or pounds for measuring the mass of an object , inches to measure length…Mar 18, 2019Mar 18, 2019
Inheritance in React ComponentsIn object-oriented programming, inheritance enables new objects to take on the properties of existing objects. A class that is used as the…Jan 10, 20196Jan 10, 20196
Use React without a ClassFrom the stage of React Conference 2018, Dan Abramov from the React team at Facebook introduced a new feature proposal(React Hooks) that…Oct 28, 2018Oct 28, 2018
Unexplored territory of let declarationLike most of us I have also been using let to declare variables in my personal and professional projects and was pretty confident about it…Sep 17, 2018Sep 17, 2018
How to split your Webpack Config?Firstly this blog is neither about what webpack does nor it’s comparison with any other module bundling tool. If you want to learn about…Jul 23, 2018Jul 23, 2018
New Context API in React 16.3.0React 16.3.0 is out now and with this release React Team has released the much awaited new context API which is a complete re-write of the…Apr 2, 2018Apr 2, 2018
Journey from React 15 to React 16I work for Evive, a healthcare benefits start up. The frontend team of the company was tasked with migrating the company’s product from…Mar 26, 2018Mar 26, 2018