Skip to content

Instantly share code, notes, and snippets.

@extrimua
extrimua / fedora-31-install-webstorm.md
Created July 22, 2021 09:57 — forked from siamkreative/fedora-31-install-webstorm.md
Installing WebStorm on Fedora 31
@extrimua
extrimua / nginx.conf
Created April 23, 2021 11:10 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@extrimua
extrimua / aboutNodeJsArchitecture.md
Created October 20, 2020 20:00 — forked from zmts/aboutNodeJsArchitecture.md
A little bit about Node.js API Architecture

A little bit about Node.js API Architecture (Архитектура/паттерны организации кода Node.js приложений)

node.js

TL;DR

code: https://github.com/zmts/supra-api-nodejs

Предисловие

Одной из болезней Node.js комьюнити это отсутствие каких либо крупных фреймворков, действительно крупных уровня Symphony/Django/RoR/Spring. Что является причиной все ещё достаточно юного возраста данной технологии. И каждый кузнец кует как умеет ну или как в интернетах посоветовали. Собственно это моя попытка выковать некий свой подход к построению Node.js приложений.