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.

ESLint Configuration for Monorepo in VSCode

2024-08-27
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-21
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-09
Let's see the types and usage of service deployment strategies in software development.
see more ▶︎

Branch Strategy for Software Development

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

[Monoepo] Creating a Monorepo with PnpM

2024-08-04
Let's see how to create a monorepo using PnpM, one of the NodeJS package managers.
see more ▶︎

[Monoepo] Yarn Workspaces command

2024-08-04
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 ▶︎

[Monoepo] Dependency Hoisting of Yarn Workspaces

2024-08-04
Let's see how Hoisting works when adding dependencies to each project when configuring a Monorepo using Yarn's Workspaces.
see more ▶︎

[Monoepo] Yarn Workspaces

2024-08-04
Let's see how to use Yarn's Workspaces to set up a monorepo for a project developed in JavaScript.
see more ▶︎

[Monoepo] Symlink

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

[Monorepo] Node JS module resolution

2024-08-04
I will explain how NodeJS loads modules as basic knowledge to understand Monorepo.
see more ▶︎

[JavaScript] Tools for Monorepo

2024-08-04
Let's see what tools are needed to use Monorepo in a project developed in JavaScript.
see more ▶︎