How to Remove Username from Django's Default User model
Learn how to allow users to authenticate with your app without a username.
Programming tutorials, tips, and insights
Learn how to allow users to authenticate with your app without a username.
CSRF token cookies are typically sent without httpOnly set to true. But is that a secure practice?
Learn how to use NodeMailer, Handlebars, and juice to send emails effortlessly in NodeJS.
Learn how to set custom attributes to your User model when signing up users with Django Allauth.
Learn how to use Hubspot to track user activity when using client side routing in React.
Learn how to upload files directly to S3 from a front-end client to avoid API Gateway time-out issues.
Learn how to debug user errors more easily by tagging each request.
Learn how to use built-in tools in NodeJS to store user passwords securely.
Learn how to verify that webhooks hitting your back-end are from Paddle and not anyone else.
Learn how to easily generate beautiful PDFs in Python