Karthik Kalyanaraman Software engineer. Curious about technology and the economics of the tech industry. Follow me on Twitter @karthikkalyan90.

Stories by Karthik Kalyanaraman

Getting Started With Create React App

Getting started with Create React App

Dev

Create React App is a great tool for quickly getting up and running on new React projects. Let’s learn how to use it.

Karthik Kalyanaraman
Mar 28, 2023 ⋅ 13 min read
Deep Dive React Fiber

A deep dive into React Fiber

Dev

Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.

Karthik Kalyanaraman
Mar 14, 2022 ⋅ 14 min read
Terser vs. Uglify vs. babel-minify: Comparing JavaScript minifiers

Terser vs. Uglify vs. babel-minify: Comparing JavaScript minifiers

Dev

Terser is one of the most popular and efficient libraries for minifying ES6 code. See how Terser compares to UglifyJS and babel-minify.

Karthik Kalyanaraman
Jun 16, 2021 ⋅ 11 min read
Avoid Overfetching With Properly Designed GraphQL Resolvers

Avoid overfetching with properly designed GraphQL resolvers

Dev

GraphQL’s biggest advantage over REST is that it solves the issue of overfetching data — so long as you have properly designed resolvers.

Karthik Kalyanaraman
Jun 16, 2020 ⋅ 6 min read