Stefan Stoichev
  • Home
Sign in Subscribe

update

A collection of 3 posts
qlikview

Check for updates for Qlikview extension

After installing Qlikview extension I'm usually forgetting to check if the extension have new versions. From time to time I'm remembering to check but this is not on very regular basis. Last week I've started a new extension (more about it in the next
Sep 12, 2015 2 min read
update

Pack Bookmarks (Chrome) (Update 3)

Extension update (v1.2.4): * extension now have a button to short the current tab. The short link point directly to current tab url. Chrome web store link [https://chrome.google.com/webstore/detail/extensions-update-notifie/nlldbplhbaopldicmcoogopmkonpebjm?hl=en] Hope you like it! Stefan
Sep 21, 2014
mongodb

MongoDB bulk update and insert

Just a note to myself (kinda) how to perform bulk update in MongoDB. (it took me some time to figure it out) // OrderId = [1,2,3,4,5,6] BulkUpdate(OrderId, function() { console.log('done'); }); function BulkUpdate(OrderId, callback) { Model.update( { orderid : { $in: OrderId } }, { $set: { status: 'complete&
Sep 15, 2014
Page 1 of 1
Stefan Stoichev © 2025
Powered by Ghost