#node

Vue Storefront 1 autologin implementation

Some time ago I was asked to implement an autologin feature (password-free login) on Vue Storefront 1, I’ll tell you how I did it partly to explain how authentication works in a headless frontend and partly in case some other legacy software hero has the same problem and wants the work already done.

Install a Javascript module without npm

Npm is an excellent package manager for JavaScript and for sure it’s the first choice when it comes to managing packages and dependencies, but sometimes we just need to install a library from GitHub.

Docker environment with node and mysql

After sharing my environment for a node and mongo application, I want to share a less frequent configuration: Node with mysql. Quite rare with a javascript/node stack, but it happens.

Bootstrap for a node and mongo environment with docker-compose

As a developer, I often need to quickly build a development environment for small projects and Docker is a very convenient way to have a stable one up and running in no time. Today I want to share my starting point when I have to build an app in node/express and mongoDB.