django-planet

Feed: Josh Karamuth

Hi, I'm Josh from Mauritius. I write about programming and other related topics.

Blog Josh Karamuth
RSS 2.0 Feed Josh Karamuth
web https://joshkaramuth.com/
Last Update01.29.2025
Posts31

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

Use Python partial objects to write cleaner higher order functions

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

Learn how to improve readability of your code when using callback functions thanks to partial objects.

Read More

Log to console with Sentry

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

Learn how to see your Sentry logs in the dev tools console for a faster debugging experience.

Read More