7 lessons from a fresher after 3 months at RazorpaySome advice for starting your careerPublished on19 October 2021Reading time4 min readRead →
Bundle a React library with ParcelCreate a React library and bundle it with the new Parcel v2. Parts of Parcel are rewritten in Rust and that means it is ...Published on17 October 2021Reading time3 min readRead →
Understand how styled-components works by creating a cloneFirst article in a guide on how to build your own styled-components clone. Understand why it is necessary and how to sta...Published on4 August 2021Reading time7 min readRead →
The const keyword does not create immutable variablesThe const keyword creates a read-only reference to a value. It does not mean that the value itself is immutable. It is j...Published on28 July 2021Reading time3 min readRead →
Cut down your Webpack build times by half with esbuild-loaderSpeed up your Webpack builds by leveraging esbuild, a tool written in Go that promises faster build times even for large...Published on14 July 2021Reading time3 min readRead →