django-planet

Blog: Josh Karamuth

web https://joshkaramuth.com/
Author

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

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

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

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