How to write neat and resuable codes
How to reuse your code and improve the readability of your code. From simple one page websites to more complex web applications, we need to improve the reusability of our website.
Read MoreHow to reuse your code and improve the readability of your code. From simple one page websites to more complex web applications, we need to improve the reusability of our website.
Read MoreThere are a lot of ways helping you deploy several website services on a server, like using ngnix services or creating reverse proxy. This article is mainly to help you create a ngnix service using Docker service.
Read MoreThere are multiple ways to encrypt your websites. You can create certificates own your server and then set up the certification configuration on your server. This article is mainly to teach you how to generate your own certificates and how to extend the validailty period of your certificates. However, you can also use some third-party services to help maintain your certificates.
Read More