Skip to content

Instantly share code, notes, and snippets.

@vengrov
vengrov / event-handler.js
Last active August 31, 2017 08:16
Code reuse in Backendless Business Logic
//handlers/persistence/product/afterCreate.js
const productCreatedWorkflow = require('../../../workflows/product/created')
Backendless.ServerCode.Persistence.afterCreate('Product', (req, res) => {
const product = res.result;
return productCreatedWorkflow(product);
})
@vengrov
vengrov / map.geojson
Created August 21, 2019 11:36
0526512E-3AE6-A8B2-FF0A-1618B4432100
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 21, 2019 11:49
114FF54D-5C3E-70C7-FFA3-B9D543978800
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 21, 2019 12:04
AC9D0FCC-4285-31A0-FFD7-39470D236700
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 21, 2019 12:26
9963E59B-E9F7-E70B-FFFE-0FB006F91000
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 21, 2019 13:37
219D2BBE-10D2-CF67-FFDA-42CF16AB4F00
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 21, 2019 13:39
72BB8FE0-2BA9-EBE6-FFAA-9F008C149600
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 22, 2019 10:01
002F12CD-499A-4B5F-FF27-F5652399EE00
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Last active August 22, 2019 11:18
5C7F9A13-FCB8-0962-FF58-38566A516B00
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vengrov
vengrov / map.geojson
Created August 22, 2019 10:38
A3924C29-0EE8-8EBB-FF55-9481739CC700
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.