A place to find all those things I can never remember, but always need.
- Stack Overflow: The definitive guide to form-based website authentication
- Generate self-signed cert with no passphrase:
openssl req -x509 -newkey rsa:2048 -sha256 -nodes -keyout key.pem -out cert.pem -days 365
- Email regex to match browser:
[A-Za-z0-9!#$%&'*+-/=?^_`{|}~]+@[A-Za-z0-9-]+(.[A-Za-z0-9-]+)*
- How to implement validation in React-based form
- State-driven Routing, React, Redux, Selectors
- Basic immutable state with PureComponent example
- Reactive React
- Create new user+DB in Ubuntu
- Create a new project (user + database) in postgres
- Run Postgres (and pgadmin) in Docker container(s)
- Using DB Constants for Mysql ssl parameters
- This is from/for outdated versions of Symfony v2.8/3. Not sure how much has changed for later versions.