Our goal here is to get our MongoDB database running and read from it.
Continue reading “Pyramid 02: MongoDB Setup”Pyramid 02: MongoDB Setup
In this post we access our MongoDB database and read a collection.
Tutorials, impressions, hobbies and things I learned.
In this post we access our MongoDB database and read a collection.
Our goal here is to get our MongoDB database running and read from it.
Continue reading “Pyramid 02: MongoDB Setup”This is the first of a series of posts that presents how to build a web application with Pyramid, Pymongo and WTForms.
This series of posts intend to build a web application that uses Pyramid, Pymongo and WTForms.
The goal of this step is to setup the basic project structure.
Continue reading “Pyramid 01: Basic Project Structure”It is important to keep our skills sharp and there is no better way than training.
Now, one thing is to reproduce simple tutorials that we can find online with clear constraints and tools easily available, another thing, and far more challenging, is to take requirements similar to real life problems and code it from scratch, without any references.
Continue reading “Django CRUD”