django-planet

Blog: Josh Karamuth

web https://joshkaramuth.com/
Author

Send Templated Emails in NodeJS

March 22, 2024 » Josh Karamuth » [Archived Version]

Learn how to use NodeMailer, Handlebars, and juice to send emails effortlessly in NodeJS.

Read More

Populate Custom User Attributes When Signing Up Using Django Allauth

March 21, 2024 » Josh Karamuth » [Archived Version]

Learn how to set custom attributes to your User model when signing up users with Django Allauth.

Read More

Track Hubspot Events in a React SPA

March 20, 2024 » Josh Karamuth » [Archived Version]

Learn how to use Hubspot to track user activity when using client side routing in React.

Read More

How to upload files to S3 using a Presigned Upload URL

March 3, 2024 » Josh Karamuth » [Archived Version]

Learn how to upload files directly to S3 from a front-end client to avoid API Gateway time-out issues.

Read More

Identify Individual Requests in ExpressJS

Jan. 24, 2024 » Josh Karamuth » [Archived Version]

Learn how to debug user errors more easily by tagging each request.

Read More

How to Store Passwords Securely in NodeJS

Jan. 23, 2024 » Josh Karamuth » [Archived Version]

Learn how to use built-in tools in NodeJS to store user passwords securely.

Read More

Verify Paddle Billing Webhook Signatures in Python

Jan. 11, 2024 » Josh Karamuth » [Archived Version]

Learn how to verify that webhooks hitting your back-end are from Paddle and not anyone else.

Read More

Generate good looking PDFs with WeasyPrint and Jinja2

Jan. 10, 2024 » Josh Karamuth » [Archived Version]

Learn how to easily generate beautiful PDFs in Python

Read More

Encode base64 in JavaScript and Decode in Python: Part 2

Oct. 15, 2023 » Josh Karamuth » [Archived Version]

Learn how to decode a Base64 string you encoded from JavaScript in Python

Read More

Encode base64 in JavaScript and Decode in Python: Part 1

Oct. 14, 2023 » Josh Karamuth » [Archived Version]

Learn how to send URL safe base64 encoded data to your Python API.

Read More