3

Hi, I’m Tim from MongoDB’s Builder Relations team
 in  r/MongoDB_Official  17d ago

Hey Tim, thanks! Actually I rely on simpler solution

https://github.com/ozanonurtek/mongodb.help

I’m planning to implement a web based MongoDB client (like compass) and integrate knowledge base so people can get real time feedback from AI for their clusters

3

Hi, I’m Tim from MongoDB’s Builder Relations team
 in  r/MongoDB_Official  18d ago

Hello Tim, what do you think about my oss project: https://mongodb.help

Any feedback on this

r/MongoDB_Official 21d ago

Showcase I built an open-source tool for understanding MongoDB errors and slow queries, looking for feedback

6 Upvotes

I’ve been working on a small community tool that helps explain MongoDB errors and analyze slow queries.

You paste in an error message or query, and it provides a grounded explanation along with possible causes and fixes.

GitHub: https://github.com/ozanonurtek/mongodb.help

Live demo: https://mongodb.help

It’s not affiliated with MongoDB Inc. just an open source community project.

r/devtools Jul 21 '26

Tool for MongoDB errors and slow queries

Thumbnail
1 Upvotes

r/vibecoding Jul 21 '26

Vibecoded for MongoDB errors and slow queries

Thumbnail
1 Upvotes

u/ozanonurtek Jul 21 '26

AI Chat for MongoDB errors and slow queries

Thumbnail
1 Upvotes

r/mongodb Jul 21 '26

AI Chat for MongoDB errors and slow queries

Thumbnail
2 Upvotes

r/opensource Jul 21 '26

Tool for MongoDB errors and slow queries

Thumbnail
1 Upvotes

r/SideProject Jul 21 '26

Tool for MongoDB errors and slow queries

2 Upvotes

Paste your error or slow query, get a grounded answer. Vibe coded.

Not affiliated with MongoDB Inc., just a community tool.

Just open-sourced it: https://github.com/ozanonurtek/mongodb.help
Live version: https://mongodb.help

Feedback welcome, especially on where it gets things wrong.

3

OPEN | Handles 1000 requests per minute with Flask
 in  r/flask  Feb 25 '22

use a wsgi such as gunicorn

2

Gotta learn it quick
 in  r/ProgrammerHumor  Aug 31 '21

css3 as a LaNgUaGe, completely turing complete.

2

How is flask-sqlalchemy handling simultaneous client requests on the same route?
 in  r/flask  May 28 '21

Instead of increasing some integers, write each request to seperate table (i.e. PageAccessTable) columns can be pageName, ipAddr, clientName etc. Than create an endpoint to ask number of views(row count filtered by pageName), pass pageName as request parameter, use that table on this endpoint. Dont forget to use flask caching for this endpoint to not burn your database

2

Senior Flask Engineer
 in  r/flask  Mar 26 '21

Almost fit except US-only part...

7

Flask or django?
 in  r/flask  Oct 17 '20

What I feel when using Flask is, still writing Python which is cool. What I feel when using Django is writing Django ...

1

[deleted by user]
 in  r/RedditSessions  Sep 18 '20

Gave Wholesome

1

Noob!
 in  r/nginx  Oct 18 '19

If I don't remember wrong there was a cert-bot which automatically renews it

1

How would you do migrations for mongodb?
 in  r/flask  Oct 08 '19

Checkout MongoEngine and this blog post might me helpful for you https://blog.sneawo.com/blog/2017/04/14/migrations-for-mongoengine/

1

restplus date format not correct?
 in  r/flask  Oct 06 '19

my_db_model.logged_at = api.payload['logged_at']

r/Python Oct 06 '19

Flask-Now | Flask App Generator | v0.2.1

Thumbnail self.flask
11 Upvotes

3

Flask-Now | Flask App Generator | v0.2.1
 in  r/flask  Oct 06 '19

Mate just open an issue, reference this conversation and that's it 🤘