Skip to content

Instantly share code, notes, and snippets.

View adelinopds's full-sized avatar
🚨
life is short, but learning is constant

Adelino Pereira adelinopds

🚨
life is short, but learning is constant
View GitHub Profile
@adelinopds
adelinopds / gist:d79a3a67c6da17f77e33daf3a9038b31
Created August 21, 2020 13:17
(コピペ)nginx最大パフォーマンスを出すための基本設定

http://nodejs.osser.jp/server/nginx-max-performance/

nginx最大パフォーマンスを出すための基本設定

  • Nginxチューニング
  • nginx最大限にスピードを出すために、設定パラメーターをチュニングしました。
  • nginx設定例
user www-data;
@adelinopds
adelinopds / JavaScript.md
Created August 21, 2020 13:17 — forked from kenmori/JavaScript.md
JavaScript練習問題集(ECMAScript2015,2016,2017,2018,2019,2020,other Library)

JavaScript練習問題集

JavaScript

更新情報

・Decoratorsに関する問題を追加(2020/6/6)
・リンクを追加(2020/5/30)
・問題を追加(2020/4/18)