DIMMiN Notes

My working notes related to the development of dimmin.com.

Clear Filters

2024-12-12-Thursday

Read more

2024-12-11-Wednesday

Read more

2024-12-10-Tuesday

Read more

2024-12-09-Monday

Read more

2024-12-06-Friday

  • Learned how to Django Bulk Upload my ideas into the BigBrain App. Maybe this is the right app to upload my dev notes to? I wonder if it can support markdown.
  • installed the AWS CLI, used it to pre-sign the URL of and S3 object, then used my custom command to upload my ideas into the app.

Read more

2024-12-05-Thursday

  • Fixed the Taskmaster App (or rather, identified what was wrong)
  • Started learning how to bulk upload data into my models via the creation of the bulk_upload_ideas custom command

Read more

2024-12-04-Wednesday

Read more

2024-12-03-Tuesday

  • Created the BookNook App to help me track my different books

Read more

2024-11-22-Friday

  • Successfully configured the full workflow of the blog post subscription feature for the blog app, closing out the blog post subscription issue .

Read more

2024-11-21-Thursday

  • Configured the blog post subscription feature
    • Created the simple BlogSubscriber Django Model to track people who want to be emailed when I release a new blog
    • Used AJAX to submit the user form without redirecting them off the page

Read more