How to make and host website for free?

Creating a website is easier than ever, and thanks to modern tools and platforms, you can host one for free. GitHub, in particular, allows free hosting for static websites through its GitHub Pages feature. However, understanding the difference between static and dynamic websites is crucial for choosing the right approach. This blog will guide you […]

Read More →

Nginx SSL pass through

In most of the configuration we terminate the SSL at the load balancer and use http connection from load balancer to the server when it is in internal network. But in some situation we needed SSL pass through such as if the server is handling the SSL certificates. For example, in my home network, I […]

Read More →

Free screen recorder for making animated gif

There is a time that you made an amazing React component and want to show case to the world. Off course you want to show it in action and an animated gif would be better. You search for some screen recorder for making gif file from screen recording. Many of them promised to be free […]

Read More →