Full Stack Development Blogs

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 More

How to create multiple website services on one server

There 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 More

How to Encrypt your websites

There 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