dev environment

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.

[NPM] Fix Conflicting peer dependency error

2023-08-25
Let's see how to fix the Conflicting peer dependency error when installing a package by NPM.
see more ▶︎

[macOS] Manage Java versions by jEnv

2023-08-03
Let's see how to use jEnv to manage the various versions of Java on the same macOS machine.
see more ▶︎

[macOS] Disable macOS sleep mode by command

2023-06-20
Let's see how to disable the sleep mode by the command.
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-08-03
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-08-03
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 ▶︎

Ansible&Laravel

2023-03-18
let's make development environment by installing Laravel on virtual machine(guest system) that is configured by Ansible and Laradock.
see more ▶︎

Ansible&Laradock

2020-12-16
let's make Laravel development environment by using virtual machine(guest system) created by vagrant and Ansible.
see more ▶︎