dev environment

we'll introduce how to configure development environment for backend, server. in here we'll talk about docker, vagrant, ansible to set laravel, python development environment.

Auto-switching GitHub CLI Accounts per Directory

2026-06-19
Tired of running gh auth switch every time you move between personal and work projects? Learn how to combine the GH_TOKEN environment variable with zsh's chpwd hook to automatically switch GitHub CLI accounts when you enter a directory.
see more →

How to Enforce Node.js Versions Across Your Team — Using a Yarn Berry Plugin

2026-03-01
Learn how to enforce Node.js versions across both local development and CI environments by combining .nvmrc, the engines field in package.json, and a custom Yarn Berry plugin.
see more →

ESLint Configuration for Monorepo in VSCode

2024-08-22
Let's see how to configure ESLint in VSCode when developing Monorepo projects.
see more →

Hide VSCode Incoming/Outgoing changes graph

2024-08-16
Let's see how to hide the Git Incoming/Outgoing changes graph feature newly added to VSCode in July 2024.
see more →

Web Cache and AWS S3, CloudFront

2024-08-15
Let's see what cache is in web development and how to apply cache when providing web services with static files using AWS S3 and CloudFront.
see more →

Software Development Deployment Strategy

2024-08-07
Let's see the types and usage of service deployment strategies in software development.
see more →

Branch Strategy for Software Development

2024-08-04
Let's see the types and usage of branch strategies for software development.
see more →

[Monorepo] Creating a Monorepo with pnpm

2024-01-29
Let's see how to create a monorepo using pnpm, one of the NodeJS package managers.
see more →

[Monorepo] Yarn Workspaces command

2024-01-25
Let's see how to execute the commands set in the scripts of each project in a monorepo configured using Yarn's Workspaces.
see more →

[Monorepo] Dependency Hoisting of Yarn Workspaces

2024-01-24
Let's see how Hoisting works when adding dependencies to each project when configuring a Monorepo using Yarn's Workspaces.
see more →

[Monorepo] Yarn Workspaces

2024-01-18
Let's see how to use Yarn's Workspaces to set up a monorepo for a project developed in JavaScript.
see more →

[Monorepo] Symlink

2024-01-17
Let's see what Symlink (Symbolic Link) is, which is the basic knowledge for using Monorepo in a project developed in JavaScript.
see more →

SHARE
Twitter Facebook RSS