Yeom suyun

Yeom suyun @artxe2

Location:
Seoul, South Korea
Joined:
Jun 6, 2023

Yeom suyun
articles - 17 total

Implementing Drag-and-Drop using Svelte 5

It's been two weeks since Svelte 5 was published on npm as the next version. During that time, I had...

Learn More 7 0Nov 25 '23

Managing the types folder with a simple script

A few weeks ago, I wrote an article on setting up a project for an npm package using JSDoc. ...

Learn More 3 0Nov 19 '23

Is JavaScript's freedom a strength or a weakness?

JavaScript is a very interesting programming language. It is easy and quick to code, runs immediately...

Learn More 8 3Nov 12 '23

Introduction to eslint-plugin-lube

ESLint is quite a useful tool for code linting. When used with vsce, it notifies you of coding...

Learn More 6 0Nov 4 '23

Performance of Runtime CSS Generation using MutationObserver

Recently, I found an interesting tweet on Twitter. The contents of the commit attached to the...

Learn More 2 0Oct 28 '23

JavaScript and Basic Security

JavaScript is one of the most widely used languages in the world. It is not only the basic...

Learn More 6 0Oct 21 '23

How to write types for better usability

TypeScript is a very popular JavaScript tool with over 94.7k GitHub stars as of the time of...

Learn More 39 1Oct 15 '23

Who can overthrow the authority of React?

I recently discovered an interesting project called nuejs on GitHub. The syntax of this front-end...

Learn More 18 29Oct 6 '23

How to create a simple VSCE for CSS Lube

CSS Lube is a CSS library that I created. I personally use the term "CSS interpreter", but it can...

Learn More 6 0Sep 28 '23

A few things about regular expressions in JavaScript

Regular expressions are a powerful tool for matching and manipulating text in JavaScript. They have...

Learn More 7 0Sep 21 '23

JSDoc in TS and JS

Two days ago, I wrote a post about JSDoc. The post was about using JSDoc for type checking, and it...

Learn More 40 11Sep 18 '23

Throw away the "Script" from "Type""Script".

Before writing this article, I will first attach a post that was posted on a community a few days...

Learn More 54 91Sep 16 '23

Are you still using the ternary operator to dynamically apply Tailwind styles?

Tailwind CSS is a CSS framework that has gained incredible popularity, with usage skyrocketing 40% in...

Learn More 2 0Sep 9 '23

Pure Critique of Pure Functions in Functional Programming

TL;DR A few days ago, I came across an article with an intriguing title on the...

Learn More 16 14Sep 5 '23

How to configure JSDoc instead of TypeScript

A few months ago, there was a something issue in the JavaScript ecosystem. It was the migration of...

Learn More 17 3Sep 2 '23

JavaScript's async function and topological ordering

Today we all use web browsers. And this is like saying that we all use JavaScript. There are many...

Learn More 41 5Aug 26 '23

CSS Lube: Highly-optimized CSS Interpreter

Introduction The landscape of CSS paradigms has seen a constant evolution, marked by the...

Learn More 26 9Aug 22 '23