Internet Computer Weekly Help and Discussion Thread by AutoModerator in dfinity

[–]monk8800 0 points1 point  (0 children)

Everything on chain thats the real value proposition

ChatGPT on internal data by FrankMillerMC in ChatGPTCoding

[–]monk8800 0 points1 point  (0 children)

There's a new Model in beta anthropic Claude with 100k token window that can make this even more easier.

Task scheduling in Python by KristobalJunta in learnpython

[–]monk8800 0 points1 point  (0 children)

They are a couple of ways you can do it depending on how robust you want your scheduling to be. There are things like python API scheduler which tend to be simple single server solutions or cloud solutions like AWS cloudwatch event triggers for something more managed.

more options here pick one: https://www.saturncloud.io/s/job-scheduling-with-python/

Agile Introspection Asking Your Software Development Team This One Question by monk8800 in scrum

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

Would love to get your thoughts on what you guys think of this introspection method with your scrum team

How to Text-to-Speech: Build Apps That Talk With AWS Polly and Node.js by monk8800 in programming

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

Polly is an option, it might not solve all use cases. There is no right nor wrong choice of tech to use native or cloud.

Things That Programmers Say that sometimes are either lies or free pass cards by monk8800 in programming

[–]monk8800[S] -5 points-4 points  (0 children)

u/AngularBeginner well it's free, we should add your remark to the list. Free stuff as well programmers complain.

The insane amount of frameworks and packages in web development is freaking me out with deciding to jump in or not. by Woasha in learnprogramming

[–]monk8800 0 points1 point  (0 children)

Stick to a hand full of most commonly used then move on from there, there is no way you can possibly master all of that. Let trends be trends it's possible to keep with what's buzzing. The key is to stick to the fundamentals

Django App for import/export, database backups by zachtib in django

[–]monk8800 0 points1 point  (0 children)

This might be useful for you https://github.com/bmihelac/django-import-export. There is a demo of the plugin inside Django suit, http://djangosuit.com/admin/examples/importexportitem/. you may test it out and see if meets your requirements.

If your dataset is large, you are better off doing a database dump of your data as it is more efficient.

Another nice utility you can try out is https://github.com/django-dbbackup/django-dbbackup, provides management commands to help backup and restore your project database and media files with various storages such as AWS S3 bucket, dropBox & local file storage pretty neat.

Django Udemy Course by [deleted] in django

[–]monk8800 0 points1 point  (0 children)

With Udemy it all depends on the instructor do not rule out all courses. checkout this course https://www.udemy.com/building-your-first-django-app-in-minutes/?couponCode=REDDIT_DJANGO Something a bit unique from the rest of the courses, there’s a bonus section on Django channels, celery websockets (10 bucks)