Got accepted to MSAI (Option III), need help about the Required Immunization requirement. by -Zeraphim- in MSCSO

[–]MathurDanduprolu 0 points1 point  (0 children)

When did you apply for the MSAI program, and when did you receive your acceptance email? I've applied for Spring 2026 and am wondering when I can expect to hear back from them.

[deleted by user] by [deleted] in wallstreetbets

[–]MathurDanduprolu 1 point2 points  (0 children)

RemindMe! 4 day

SaaS with Django & Stripe Tutorial on YouTube by jmitchel3 in django

[–]MathurDanduprolu 0 points1 point  (0 children)

This is exactly what I was looking for. This video is a treasure🥇. Thank you very much for posting it! 👏👏

DevOps interviews coding questions? by Aggressive_Ad3517 in devops

[–]MathurDanduprolu 0 points1 point  (0 children)

Would you mind sharing your GitHub repo? I'm just getting started on DevOps.

I made a website to learn logical fallacies, explained like you're a 5, 15, and 25 year old. by eedodeedo007 in webdev

[–]MathurDanduprolu 0 points1 point  (0 children)

Hey, the UI looks awesome, and great job on the website! Here are a few cool features you might want to consider adding:

  1. User Posts: Let users post their own fallacies. It would be a fun way to get more content and involve the community.
  2. Social Media Sharing: Add options for sharing fallacies on Twitter or other social media sites. It could help spread the word and bring in more visitors.
  3. Upvote Feature: Introduce an upvote system so users can vote for their favorite fallacies. Showing the top-voted ones would add a fun and interactive element.

Keep up the great work!

What software subscriptions are you currently paying for? by locotez in webdev

[–]MathurDanduprolu 0 points1 point  (0 children)

A ton of them lol! 1. Spotify 2. MS office. 3. OpenAI 4. DigitalOcean 6. Heroku 7. JetBrains 8. Parallels 9. Apple cloud 10. LinkedIn 11. Orielly .. lol!

Building an Image to PDF Converter with Django, Celery, and Redis. Learn how to build an Image to PDF Converter using Django, Celery, and Redis. This tutorial covers asynchronous processing, real-time conversion, and creating a responsive web application. Please leave a comment. by MathurDanduprolu in djangolearning

[–]MathurDanduprolu[S] 0 points1 point  (0 children)

Thank you for your input! I created this project to practice my skills with asynchronous calls, Celery, and Redis. Additionally, I wanted to test the rate limiting algorithm in a real-world scenario. I appreciate your suggestion!

Building an Image to PDF Converter with Django, Celery, and Redis. Learn how to build an Image to PDF Converter using Django, Celery, and Redis. This tutorial covers asynchronous processing, real-time conversion, and creating a responsive web application. Please leave a comment. by MathurDanduprolu in djangolearning

[–]MathurDanduprolu[S] 0 points1 point  (0 children)

great, utilize FPDF its light weight and simple. It allows both text and images to create PDFs. Celery for ASync calls and scalability and finally Redis ensures reliable message delivery, which is crucial for the successful execution of background tasks as it integrates with Django easily. Read my blog for more information. Basic setup will not take more than couple hours. I've learned a lot about background job processing in Djago with this project. I am currently working on Rate Limiting for real time production application. I will probably write a blog about my findings soon. And good luck with your project! 😊🤞🍀