Etsu

スポンサーリンク
Development Environment

Django3.2+PostgreSQL+Nginx with Docker and docker-compose

I'm using Docker and docker-compose to set up Django, PostgreSQL for the DB, Nginx for the web server, Python 3.9.6, PostgreSQL 13.4, Nginx 1.20.1 .
Development Environment

Laravel+MySQL+Nginx with Docker and docker-compose

This article explains how to set up Laravel with docker-compose.The web server is Nginx and the database is MySQL.Both Windows and Mac are supported.
Android Studio

Setting up Android Studio+Flutter for Windows and installed VSCode plugin

This article explains how to set up Android Studio + Flutter on Windows, including how to create a project with VScode and how to install plugins.
Development Environment

Setup React.js/Next.js development with Docker and docker-compose

It is very easy to set up a development setup with docker and docker-compose. Node.js 14.15.4 is installed. On top of that, we have Next.js installed.
Development Environment

Setup Vue/Nuxt development with Docker and docker-compose

It is very easy to set up a development setup with docker. Node.js 14.15.4 is installed. On top of that, we have Nuxt.js installed.
Development Environment

Django+MySQL+Nginx with Docker and docker-compose

Docker and docker-compose make it easy to create a Django+ Nginx+MySQL development environment. Python 3.8.5, MySQL8.0, and Nginx1.18 to install.
Development Environment

Setting Up Docker and docker-compose on WSL2

Setting Up Docker and docker-compose on WSL2.Installing WSL2. Installing Docker 20.10.1 . Installing docker-compose 1.27.4
スポンサーリンク