My Learning Curve

Feed

kettanaito.com

Latest entries from kettanaito.com.

Source: https://kettanaito.com

My Struggle With Remix

May 10, 2023

Remix is a fantastic framework but it's not without its issues. Here are some of my struggles after building a few different projects with it.

Writing a Custom Webpack Loader

Jun 6, 2021

Learn how to write custom webpack loaders with this example that transforms MP3 file imports into interactive audio players.

How To Ask Questions?

Sep 4, 2020

Asking the right questions in engineering is hard. This article makes it a bit easier.

The Plague of Linters

Jul 10, 2020

If you ever had a debate about which linting rule to use, you must read this.

Efficient CircleCI debugging with SSH

May 11, 2020

Stop wasting hours on debugging failed CI jobs, when you can go to the very remote machine that run your tests, open its state, and solve the issue spot-on.