|
You are here |
mensfeld.pl | ||
| | | | |
davidlynch.org
|
|
| | | | | The title is a bit of a mouthful. Sorry. Before we begin, I present the caveat that this code should not be used on a production system. It launches a java runtime for every single request, which would cripple you. This would need (a) output caching, and (b) some sort... | |
| | | | |
tomk32.de
|
|
| | | | | As it happens I tend to try out indexes on the production or staging MongoDB first before adding them to the codebase. While this might not be the proper way, it's the production db that has all that precious data that we work on and thus is the one that will be slow if we don't add the correct indexes. | |
| | | | |
blog.theamazingrando.com
|
|
| | | | | In this post, I will provide some code to make working with an Enum data type in Postgres easier within your ActiveRecord models. Skip to the end for the code, or stick around for some verbose pontificating. | |
| | | | |
www.mathieupassenaud.fr
|
|
| | | [AI summary] The article argues for securing user accounts by minimizing the number of passwords stored and utilizing robust authentication protocols like OAuth, OpenID, and WebAuthn provided by major services, suggesting password managers and hardware keys as effective alternatives. | ||