Latest Posts

All blog posts sorted by newest first.

[Monorepo] Node JS module resolution

2024-01-16
I will explain how NodeJS loads modules as basic knowledge to understand Monorepo.
see more →

[JavaScript] Tools for Monorepo

2024-01-11
Let's see what tools are needed to use Monorepo in a project developed in JavaScript.
see more →

[Project Management] Repository Strategy

2024-01-04
Let's see the repository strategies like Monolith, Multi Repo, and Monorepo for managing projects.
see more →

[GitHub Actions] Check Pull request labels

2023-12-25
Let's see how to use PR Labels Checker that is one of GitHub Actions to check the labels of Pull request in GitHub.
see more →

[GitHub Actions] Automate Release notes

2023-12-07
Let's see how to use Release Drafter that is one of GitHub Actions to automate Release notes in GitHub.
see more →

[GitHub Actions] Check Pull request title

2023-12-06
Let's see how to check the Pull request title to see if it follows Conventional Commits using GitHub Actions.
see more →

[Mac M2 silicon chip] NPM package deasync installation error

2023-11-20
Let's see how to resolve the node-gyp error when installing the deasync NPM package on Mac M2 silicon chips.
see more →

[GitHub Actions] Automate NPM package deployment

2023-10-23
Let's see how to automate NPM package deployment using GitHub Actions.
see more →

Custom template for create-react-app

2023-10-21
Let's see how to create the custom template for create-react-app and make a React project with the custom template.
see more →

[Code Quality] Stylelint V15

2023-10-03
Let's see how to check the style code in the CSS, SCSS, and CSS-in-JS files by using StyleLint V15.
see more →

[Web] Optimize Images Using avif and webp Formats

2023-03-18
Let's learn how to solve Lighthouse's Serve images in next-gen formats issue by generating images in avif and webp formats using Python.
see more →

[Web] Optimize loading Google Web Font

2023-03-12
When using Google Web Fonts on a web page, let's see how to optimize loading Google Web Font so that it doesn't affect the performance of the web page.
see more →

SHARE
Twitter Facebook RSS