How to install Kong API Gateway and Konga on Docker Step1: Create a Docker network docker network create my-network Step2: Install Postgress and prepare Postgres DB for Kong docker run -d --na...
vue create vue3
vue3 create insert or update npm install -g @vue/cli yarn global add @vue/cli vue --version > 4.5.0 node -v > 12.0.0 create vue vue create vue3-basic (choose Manually) ? ...
vscode vue3 snippets
vscode snippets code > preferences > User Snippets { "Print to console": { "prefix": "vue3", "body": [ "<template>", " <div></div>", "</tem...
react typescript redux
react typescript example create react npx create-react-app --template typescript react-typescript-redux yarn add redux react-redux 1. without redux // InputNoteInput.tsx import React, { Change...
auto-deploy
auto deploy 1. crontab 설치 yum install crontab systemctl start crond ps -ef grep crond 편집 crontab -e ### 조회 crontab -l ###...
java big file upload
Link https://gist.github.com/ninanung/cb199ad80ac29da4ca6111b970956d79
react typescript example
react typescript example create react npx create-react-app --template typescript react-typescript-example App.tsx import React, { FC } from "react"; interface AppProps { sendSearchQuery(arg...
react javascript hook form
create react npx create-react-app react_javascript_example yarn add react-hook-form import React from "react"; import { useForm } from "react-hook-form"; function App() { const { register...
nginx add nginx-rtmp-moudle
hooks import React, {useReducer} from 'react'; const reducer = (state, action) => { switch(action.type) { case 'CHANGE': return action.value; default: ...
nginx add nginx-rtmp-moudle
신규 https://www.cnblogs.com/boonya/p/7910967.html https://medium.com/vicuesoft-techblog/how-to-install-tune-nginx-with-rtmp-module-and-start-streaming-through-ffmpeg-with-quicksync-on-eff02fac3eeb ...