Secure AngularJS app

No one has a fucking clue how to write secure AngularJS apps.

Prove me wrong!

I’m sorry to contribute to the heap of spam on the internet with no real content, however this still seems to hold true almost 3 years later.

Software RAID replace failed harddisk

systemd open file limit aka ulimit -n

I’m using archlinux.
In /etc/security/limits.conf

Session rememberme easy to remember ;)

I was searching around, since it has been a while since I’ve worked at this level with sessions and the gist of it is:

session lifetime = 0 means remove cookie after browser is closed
session lifetime < 0 means remove cookie right now session lifetime > 0 means remove cookie after int seconds

This is valid for everything, gorilla/sessions, php, you name it