Profile picture

Welcome to My Frontend Ledger — a blog in which I share ideas about frontend development and the latest news in this space.

  1. August 07, 2022

    This article provides an overview of the different module systems in JavaScript and helps developers choose the right bundler for building and deploying npm packages. The article covers considerations such as build time, tree shaking and code splitting support, ease of configuration, and documentation and support.

  2. May 10, 2019

    GraphQL is a powerful query language that allows clients to select the information they need from the server — therefore, smaller payloads of data are being sent over the network, resulting in a faster speed. In this article, I’ve done an in-depth analysis of both the benefits and the impediments you can encounter while using this technology.