Sung M. Kim

Sung M. Kim @dance2die

About: Exploring the world of TypeScript, React & Node

Location:
NYC - the Big 🍎
Joined:
Aug 5, 2017

Sung M. Kim
articles - 82 total

Notes on the Dip by Seth Godin

Introduction Second time reading The Dip by Seth Godin. Without notes/reflection, I forgot...

Learn More 12 3Oct 13 '20

Tailwind CSS - Fluid Width Video

Introduction Learned how to make YouTube videos from this CSS Tricks article, Fluid Width...

Learn More 20 2Oct 11 '20

Trying to understand Etag

Intro I found out about Etag while reading thru Youtube Data API documentation. One of th...

Learn More 11 0Oct 9 '20

Ubuntu - IBus not working on Visual Studio Code

TL;DR Install the official .deb version of VS Code. Issue Running Ubuntu 20.04...

Learn More 4 1Oct 9 '20

Namespace separator syntax using gatsby-plugin-react-i18next

Introduction First time learning i18n (internationalization) using gatsby-plugin-react-i18...

Learn More 5 0Oct 9 '20

Check out repository before using GitHub @actions/glob

TL;DR Check out repository with actions/checkout@v2 before @actions/glob. Introd...

Learn More 5 0Oct 9 '20

Prerequisite to understanding TypeScript Omit in React TypeScript Cheatsheet

Introduction A note to self lest I forget the resources I learned from. As I was going th...

Learn More 13 0Oct 9 '20

CSS Gradient Text Note

A note to self on how to make HTML text with gradient background. Introduction I saw a co...

Learn More 5 0Oct 9 '20

Snowpack - The requested module '/web_modules/recoil.js' does not provide an export named 'RecoilRoot'

Introduction I started learning Snowpack and have been pleased with the speed and developm...

Learn More 18 1Jul 7 '20

Tampermonkey script to show anchor tag links on dev.to articles

Introduction I started using Tampermonkey browser extension for some forums without "filte...

Learn More 8 0Jul 2 '20

How to create a custom Material UI theme for Gatsby

*** Note on 2020-06-26 *** There is a very nice customization video, React Material-UI Themes: Custo...

Learn More 35 0Jun 26 '20

Svelte tutorial note

This is a note as I wrote down as I was going through Svelte tutorial. Might be of helpful for some...

Learn More 147 3Jun 21 '20

Korean input on Kubuntu 20.04

Installed Kubuntu 20.04 LTS (KDE version of Ubuntu) on my old laptop. Had a bit of trouble setting u...

Learn More 12 5Jun 19 '20

Youtube iFrame API - YT.Player is not a constructor

As I was playing around with YouTube Player API Reference for iframe Embeds, I was getting the follow...

Learn More 11 2Jun 12 '20

Tailwind for Create-React-App Cheat Sheet

Updated on 2020-02-29 Replaced concurrently with npm-run-all Fixed initial empty page lo...

Learn More 155 4Feb 27 '20

Clientside Webmentions in Gatsby

Webmention is not new and I liked the idea after reading @swyx's post, Clientside Webmentions - Joini...

Learn More 16 0Feb 17 '20

On Deliberate Practice

I've heard and read about Deliberate Practice but never paid attention to it. After coming across Ja...

Learn More 34 5Feb 14 '20

Why is Tailwind Letter Spacing named Tracking and Line Height, Leading?

Tailwind names Letter Spacing utilities with tracking-* and Line Height, leading-*. TIL that they ar...

Learn More 18 0Feb 13 '20

Building Gatsby with GitHub Actions and deploying to Netlify

Netlify introduced build minutes (300 minutes for the free tier, 1000 for the pro account), which lim...

Learn More 124 1Dec 26 '19

Prefetch lazy-loaded component

Thoughts on prefetching lazy-loaded component

Learn More 66 8Nov 30 '19

The Great Gatsby Migration

Rough list of migrating WordPress blog to Gatsby and stuff

Learn More 68 9Nov 10 '19

"useSWR" - React Hooks for Remote Data Fetching

"useSWR" - React Hooks for Remote Data Fetching from Zeit

Learn More 104 12Oct 29 '19

React Conf 2019 Live stream

Links to React Conf 2019 live stream

Learn More 50 4Oct 24 '19

Installing Dokku on Kubuntu

Image by StockSnap from Pixabay As I was looking for ways to deploy a node & react site for intr...

Learn More 16 0Sep 29 '19

React Sticky Event with Intersection Observer

Photo by Kelly Sikkema on Unsplash There isn’t a way to monitor stickiness of a component in CSS (po...

Learn More 48 7Aug 24 '19

React.Suspense doesn’t work with Gatsby (yet)

          Photo by Егор Камелев on Unsplash           (Image chosen cuz it’s a suspense-invoking cute...

Learn More 35 8Aug 1 '19

Page Not Found on Netlify with MDX-Deck

Photo by Sora Sagano on Unsplash You might run into the following error after deploying an MDX-Deck...

Learn More 14 0Jul 26 '19

“href” vs. “src” in HTML

Last night, I vented out my frustration on <link> requiring href to point to a CSS stylesheet i...

Learn More 312 40Jul 18 '19

Math.min returns Infinity?

Why does Math.min return Infinity, not a negative Infinity?

Learn More 49 22Jun 23 '19

How to use TSDX

A Zero-configuration CLI (command line interface) for creating a TypeScript library       ...

Learn More 14 3Jun 17 '19