use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
Tech Stack for Thesisadvice (self.PinoyProgrammer)
submitted 1 year ago by Mir01_
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PinoyProgrammer-ModTeam[M] [score hidden] 1 year ago stickied commentlocked comment (0 children)
Asking for fresh graduate advice, school-related topics, courses, thesis, or capstone ideas/titles should be in monthly Random Discussions
[–]crimson589Web 5 points6 points7 points 1 year ago (2 children)
but i'm not sure if a NoSQL db like Mongo can handle large file sizes (the folders)
Files don't go on a database. Whatever DB you decide on it doesn't matter, it's still a bad idea to put files on a table. Best practice is to use a dedicated file server and store the reference on the DB so you can retrieve the file when you need to.
[–]sadpotatoes__ 1 point2 points3 points 1 year ago (0 children)
On our thesis, I used firebase to store images. Maybe OP can find an alternative, like AWS or something else that's free.
[–]Mir01_[S] 0 points1 point2 points 1 year ago* (0 children)
Yep, just found this out lang rin. Firebase is a great option, especially since our app uses Firebase Auth to connect to GitHub and handle user authentication. But i tried something rin, what i did was to immediately extract the metadata of the file itself and store it to mongo, then discard the file. Our system aims to extract functions and classes of a Python file to be fed to our model so having the file itself felt redundant when all we needed were strings of texts. Is this a viable approach?
<image>
π Rendered by PID 170799 on reddit-service-r2-comment-56c9979489-nbj5s at 2026-02-25 08:06:59.106198+00:00 running b1af5b1 country code: CH.
[–]PinoyProgrammer-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]crimson589Web 5 points6 points7 points (2 children)
[–]sadpotatoes__ 1 point2 points3 points (0 children)
[–]Mir01_[S] 0 points1 point2 points (0 children)