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] Yarn Workspaces

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

[JavaScript] Tools for Monorepo

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

[Project Management] Repository Strategy

2024-03-10
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 ▶︎

Development Environment on Mac(2) - for tools

2023-02-10
now I'm configuring the development environment on new Mac. in here, I'll introduce the tools that I use when I develop.
see more ▶︎

Development Environment on Mac(1) - iTerm & zsh

2023-03-18
I try to set the development environment on new Mac. in here, I'll introduce how to configure iTerm and zsh for Terminal on new Mac.
see more ▶︎

ngrok

2020-12-16
let's see how to access virtual machine(Guest System) from external environment by ngrok.
see more ▶︎