Monday, January 25, 2021

Test and Code: 142: MongoDB - Mark Smith

MongoDB is possibly the most recognizable NoSQL document database.
Mark Smith, a developer advocate for MongoDB, answers my many questions about MongoDB.
We cover some basics, but also discuss some advanced features that I never knew about before this conversation.

Special Guest: Mark Smith.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>MongoDB is possibly the most recognizable NoSQL document database.<br> Mark Smith, a developer advocate for MongoDB, answers my many questions about MongoDB.<br> We cover some basics, but also discuss some advanced features that I never knew about before this conversation.</p><p>Special Guest: Mark Smith.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE20</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/1kne1ou" title="MongoDB" rel="nofollow">MongoDB</a></li><li><a href="https://ift.tt/36RD3rm" title="Everything You Know About MongoDB is Wrong!" rel="nofollow">Everything You Know About MongoDB is Wrong!</a></li><li><a href="https://ift.tt/2B6PHTK" title="Implementing Event Sourcing and CQRS pattern with MongoDB" rel="nofollow">Implementing Event Sourcing and CQRS pattern with MongoDB</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...