mars 15th, 2013
With no responses/p>
The other day I’ve done a big data import in MongoDB and I had to change some of my fields types, to rename fields, to transform String fields into sub-document array and other operations. All these operations took me time to search solution on the Web and I’ve wanted to share these solutions I’ve found. […]
mars 13th, 2013
With 7 responses/p>
I was striving to find for the most robust solution, for an autocomplete search field implemented with JQuery UI, on client side, and NodeJS on the server side. And after implementation’s tests, I discovered that NodeJS and Mongoose will provide a efficient solution. The client side, with JQuery, is the one configured out on their […]