1. Nginx 웹서버 설정 - 접속자 제어

Nginx 기본 내장 변수 목록 Embedded Variables list http://nginx.org/en/docs/http/ngx_http_core_module.html $remote_addr : client IP $request : 요청한 url $status : http response code $http_user_agent :...

Web Nginx

2. [Laravel] Mac 발렛 Valet 설치

반응형 MacOs를 위한 개발 환경. https://laravel.kr/docs/8.x/valet   라라벨 8.x - 발렛-Valet 라라벨 한글 메...

Laravel

3. [ Webpack5 ] export 'default' was not found in 에러

반응형   ERROR in ./frontend/public/js/handle.js 10:0-31 export 'default' (reexported as 'Feeds') was not fo...

에러와의 전쟁 NodeJS webpack

4. AWS Toolkit for Visual Studio 설치

Visual Studio 의 메뉴 "확장 > 확장 관리"를 실행합니다. aws 를 검색한 후, AWS Toolkit for Visual Studio 를 설치합니다. Visual Studio 를 종료하면, 설치를 진행합니다. 설치가 모두 끝나면 Visual Studio...

AWS AWS Toolkit for Visual Studio Visual Studio 클라우드

5. [ ThreeJS ] OBJLoader object 위치 이동

반응형   환경 구성 ThreeJS 0.128.0 버전을 이용합니다. 아래 CDN 링크를 참고해주세요.   위치 이동 Thr...

js threejs

6. [Javascript] Deno Web Framework

//------------------------------------- https://github.com/oakserver/oak - 4.1k - v10.5.1 , 2022-03 A middleware framework for handling HTTP with Deno , Koa - Koa 에서 영감, https://github.com/koajs/k...

javascript

7. Deno의 Node.js 대체 프로젝트

Deno alternatives to popular Node projects https://blog.logrocket.com/deno-alternatives-to-popular-node-projects/ web framework : Express.js / deno Opine WebSocket : ws / deno websocket desktop applic...

javascript