Suche
Kategorien
Über…
Das ist das Blog von Sven Hasselbach über Themen aus der Entwicklung und alles, was ihm sonst so durch den Kopf geht.
Seit 2003 als freiberuflicher Entwickler deutschlandweit im Einsatz, mit dem Schwerpunkten Lotus Notes & XPages, Spring, Java & OSGi
IBM ICS Champion 2013
Um Kontakt mit mir aufzunehmen, einfach eine eMail an contact<at>hasselba.ch schicken oder mich bei XING finden:
Projektanfragen sind immer willkommen!-
Neueste Beiträge
Neueste Kommentare
- Chris Eggenberger bei xsp.application.context.proxy
- Chris Eggenberger bei xsp.application.context.proxy
- Displaying Markdown in an XPage using the showdown.js library - wp2020.focul.net bei XPages: Inject CSJS code at page top
Archive
Meta
Schlagwort-Archive: domino-db
node.js, domino-db & Docker (12): DominoDB and a big NO-NO?
Disclaimer: This is a response on Heiko’s post about his security considerations with the domino-db module. It is good to have such a discussion, and hopefully this discussion will go on. This is my personal view on this topic. If … Weiterlesen
node.js, domino-db & Docker (10): Protecting Proton Keys
Before we are looking into the details how to setup a non-anynomous connection to Domino’s Proton server, I have an advice for protecting the key files required for the connection. The keys are not password protected, and this is a … Weiterlesen
Veröffentlicht unter Docker, ES6, Java Script, node.js, Security
Verschlagwortet mit Docker, domino-db, ES6, Java Script, node.js, Security
Ein Kommentar
node.js, domino-db & Docker (9): Global Configurations
The database configuration should not be changing during the different requests, that’s why it is a good idea to store the configuration in a central place of our express application. There are multiple ways of doing this, e.g. you can … Weiterlesen
Veröffentlicht unter ES6, Java Script, node.js
Verschlagwortet mit domino-db, ES6, express, node.js
Schreib einen Kommentar
node.js, domino-db & Docker (7): The ValueHolder
I am using this for years in Java, so I thought it would be great to use this approach also in the JavaScript world: The ValueHolder. The class allows to easily define „cachable“ code and it’s result, without having to … Weiterlesen
Veröffentlicht unter ES6, Java Script, node.js
Verschlagwortet mit domino-db, ES6, memcached, node.js
Schreib einen Kommentar
node.js, domino-db & Docker (4): Error Handling
When we started our express application and accessed it in the browser, an error raised on the console and no response was sent back to the browser. The reason for this behaviour is that the database connection is not correctly … Weiterlesen
Veröffentlicht unter Java Script, JSX, node.js
Verschlagwortet mit Domino, domino-db, express, JSX, node.js
Schreib einen Kommentar
node.js, domino-db & Docker (3): Adding domino-db
The express application is still the boilerplate created by express generator. Now let’s look into the existing code and use the domino-db package. First we have to understand express a little bit better. I won’t go deeply into details, because … Weiterlesen
Veröffentlicht unter ES6, Java Script, node.js
Verschlagwortet mit domino-db, ES6, express, jade, node.js
Schreib einen Kommentar