In software development, it's crucial to deliver solutions that are scalable, secure, and maintainable to achieve business objectives. A solid solution architecture is fundamental to software design, ensuring that the system can grow, adapt to changes, and maintain consistent performance under different loads. Without a strong architecture, projects may face inefficiencies, budget overruns, technical debt,... Continue Reading →
Installing NGINX on Linux and configuring a reverse proxy
NGINX [engine x] is one of the most popular light weight, free and open-source high-performance web server. NGINX can be used as a load balancer, reverse proxy, http cache or mail proxy. However most common use of NGINX is to be used as a reverse proxy to host web apiโs and apparently NGINX is the... Continue Reading →