Kasra Khosravi Founder at FeedbackOnSite.co.

Stories by Kasra Khosravi

Using ES modules in browsers with import-maps

Using ES modules in browsers with import-maps

Dev

In this post, we are going to look at a few basic examples of how ES modules are used.

Kasra Khosravi
Aug 18, 2020 ⋅ 8 min read

Visual debugging using gdbgui

Dev

In this post, we will be examining gdbgui, an extension of gdb, which will help us debug compiled languages.

Kasra Khosravi
Jul 15, 2020 ⋅ 5 min read

Intro to lh and rlh in CSS

Dev

In this post, we’ll learn more about these two new font relative length units, see some examples, and see how they can help us to better style our websites.

Kasra Khosravi
Jul 13, 2020 ⋅ 4 min read

A guide to CSS at-rules

Dev

In this post, we’ll cover the most practical and useful rules with code examples.

Kasra Khosravi
Jul 8, 2020 ⋅ 7 min read

Slimming down your bundle size

Dev

A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.

Kasra Khosravi
Jun 18, 2020 ⋅ 9 min read

Why you should use SWC (and not Babel)

Dev

In this post, we’ll compare Babel and SWC based on setup, execution, and speed.

Kasra Khosravi
Jun 3, 2020 ⋅ 7 min read

Frustrations with Node.js

Dev

Frustrations are not limited to Node.js by any means. However, there are two prominent frustrations that I want to explain. Read more here.

Kasra Khosravi
May 8, 2020 ⋅ 8 min read

Introduction to Lando

Dev

Think of Lando as an abstraction layer of your development environment that is standardized across all major operating systems like MacOS, Windows, and Linux.

Kasra Khosravi
May 5, 2020 ⋅ 9 min read

Component state: local state, Redux store, and loaders

Dev

Learn more about local state, Redux store, and loaders.

Kasra Khosravi
Mar 13, 2020 ⋅ 5 min read

CSS Grid or CSS frameworks?

Dev

In this post, we will take a look at when you should use CSS Grid and when you should use CSS frameworks.

Kasra Khosravi
Mar 4, 2020 ⋅ 8 min read