Alejandro Napoles
Alejandro Napoles

Alejandro Napoles

Follow
homeAboutNewsletter
Tag

backend

#backend

More content

Read more stories on Hashnode


Articles with this tag

Domain-Driven Design for dummies (I)

Apr 28, 202010 min read

Domain-Driven Design can have a big learning curve. Let's cover the key concepts and principles. · Let's play a little game Start by whispering something...

Domain-Driven Design for dummies (I)

Deploying Node applications in a Centos server (II)

Oct 14, 20186 min read

In the second and final chapter of this journey, we'll see how to secure Nginx and add SSH, install Node and discover how to have our application...

Deploying Node applications in a Centos server (II)

Deploying Node applications in a Centos server (I)

Oct 14, 20185 min read

For a while, I've been wanting to brush Linux up. In this article, I get a cloud server and learn how to deploy a Node application from scratch. Last...

Deploying Node applications in a Centos server (I)

Webpack Middleware and Hot Module Replacement

Oct 13, 20185 min read

This post is rather old, most likely some of the code shown and libraries are out of date Let's make the DevEx easier by not avoiding restarting the...

Webpack Middleware and Hot Module Replacement

Simple production environment with Webpack and Express

Mar 12, 20167 min read

This post is rather old, most likely some of the code shown and libraries are out of date Programming in development mode gives us a lot of helpful...

Simple production environment with Webpack and Express