Skip to content

Instantly share code, notes, and snippets.

@RobertAKARobin
RobertAKARobin / python.md
Last active December 29, 2025 10:08
Python Is Not A Great Programming Language
@plentz
plentz / nginx.conf
Last active December 14, 2025 13:43
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048