Shape first vs. details first

When a project is placed in front of us, the big question is, what kind of approach should we apply in order to get the best result.

Read

PM2 to the rescue

How to use and install PM2 advanced process manager that can keeps alive your application in case of a crash.

Read

Express.js web app running on Nginx

Quick tutorial on how to set up a web application with Node.js and Express.js running on Nginx.

Read

Multiple apps with Forever using bash

This small article explains how to start multiple apps with Forever continuous process runner using Bash.

Read

PostgreSQL v13 Installation on Ubuntu 18.04

This is a walkthrough on how to install and configure basic PostgreSQL on Linux and create a local remote connection with the EC2 PostgreSQL server.

Read

Center child div using CSS

Few ways of centring the child div within a parent div using CSS.

Read

Express.js Session with Redis

This is a tutorial on how to set up a session with the Node.js/Express.js and Redis.

Read

Converting Inline SVG to File

Quick snippet for converting inline SVG to embeddable file.

Read

Minimum Html5 Template

Just a useful snippet Html5 when you trying you setup Linux repo or adjust Nginx or apache.

Read

Subdomain Certificate with Let's Encrypt and Nginx

Installing certificate can sometimes get a wrong turn, I hope this article can help just a bit.

Read

Git - most frequent commands

A list of git commands is used on a day to day bases during development, some of them are more and others less frequent, but you will likely use them while working in any professional environment.

Read

Non distraction days

If feel you have too many meeting preventing you to do the actual work you should proably read this.

Read

How to host your web site with 'GitHub Pages'?

Giving simple instructions how to deploy your blog or website to GitHub pages and host your web site for free

Read

Web site with Gatsby

This is just test page, for future references it is best to visit Gatsby official website.

Read