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: express
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 (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
node.js, domino-db & Docker
Here is an example to create a express application with the new domino-db npm module and run it in a docker container. Requirements are that node.js & Docker is installed. Everything is done in the command line and a text … Weiterlesen
Veröffentlicht unter ES6, Java Script, node.js
Verschlagwortet mit Domino, express, node.js
7 Kommentare