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.

[Project Management] Repository Strategy

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

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 ▶︎

Ansible&Docker

2020-12-16
let's install Docker and Docker Compose on vagrant virtual machine(guest system) by Ansible Playbook.
see more ▶︎

Ansible Playbook

2020-12-16
let's try to use Ansible Playbook to install server programs and to configure the server.
see more ▶︎