0
inkt
114d

I’ve built a ’self-serve’ inline-app/widget for our customers to book a moving quote appointment themselves. One of the ‘pages’ has a couple address autocomplete form fields. I went with a service called placekit, but used a CDN they offer. There is a more robust node.js library they offer, but couldn’t get it working. To be fair, I am completely new to node.js. I want to learn it, any recommended tuts, or readings? The company I work for is really invested in old technologies, we use SVN still. Does node play well with SVN? The IT lead for my department is opposed to connecting node to our DB, but I think we will be forced to for our upcoming automated testing project, it too is node, that’s what prompted my goal to learn it.

Comments
  • 2
    Js for backend scares me

    I recommend trying to mock your db with a repository pattern instead of coupling your tests to a db. The framework we use forces it and it's a real ball ache. Takes ages to run the test suite but we're working on speeding it up
  • 0
    @MammaNeedHummus thanks for your suggestion
Add Comment