Jun 14, 2021
#devops
How to Setup Nginx with Let's Encrypt on Ubuntu 20.04
This tutorial describes how to setup a free SSL certificate issued by Let's Encrypt on Ubuntu 20.04 LTS Server running Nginx.
May 21, 2021
#startup
Promote the mobile application in 13 steps
During this article, we set out to approach a complete study on the subject. We have divided this article into two categories.
May 10, 2021
#resources
#devops
Devops resources
This article is a journal about the best resources that I've read about devops. I update constantly the list, so stay ahead and follow me.
May 2, 2021
#resources
Complete list with reading resources and free books
A complete list with reading resources and free books for either students, developers and all types of readers
Apr 21, 2021
#devops
#tutorials
Asymmetric encryption (Public-key cryptography) with Node.js
In an asymmetric key encryption scheme, anyone can encrypt messages using a public key, but only the holder of the paired private key can decrypt such a message. The security of the system depends on the secrecy of the private key, which must not become known to any other.