My Journey to simplify Node.js library bundling process: Bundle a library with a single command
2023-07-21
Configurations for library bundling are too long. Let's simplify them.
How to represent and exchange date?
2023-03-23
Make sure that everyone see the correct date
How to develop a library compatible with CommonJS and ESM: exports field
2022-10-03
There are two kinds of module systems in Node.js. How does front-end team of Toss handle it in 100+ libraries?
Data normalization for intuitive component
2022-06-01
The connection between component complexity and data normalization
How to synchronize changed data in DynamoDB with other services: DynamoDB Streams
2022-02-18
How can do this without any failure or overload in your server?