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.

[Monoepo] Creating a Monorepo with PnPM

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

[Monoepo] Yarn Workspaces command

2024-04-13
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-04-13
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-04-13
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-04-13
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-04-13
I will explain how NodeJS loads modules as basic knowledge to understand Monorepo.
see more ▶︎

[JavaScript] Tools for Monorepo

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

[Project Management] Repository Strategy

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

Manage Python version by pyenv

2023-03-02
Let's see how to use pyenv to use various Python versions on the same machine.
see more ▶︎

(macOS) Manage Node versions via NVM

2022-04-17
Let's see how to install NVM(Node Version Manager) on macOS and how to manage Node versions.
see more ▶︎

Configure automatically development environment on Mac via Homebrew and Shell Script

2023-03-18
Let's see how to configure automatically development environment on Mac via Homebrew and Shell Script. and then Let's see how to use Brewfile and Shell script on new Mac for configuring the development environment.
see more ▶︎

Development Environment on Mac(3) - for development

2023-02-10
I'm setting the development environment on new Mac. in here, I'll introduce how to configure the development environment what I use.
see more ▶︎