Fading Coder

One Final Commit for the Last Sprint

Deploying Full-Stack Applications on CentOS Server

Preparation Steps Before deploying your application, you'll need to prepare your CentOS server and development environment. Required Tools Download and install WinSCP for file transfer between your local machine and the server. This secure file transfer protocol client allows you to easily move file...

Integrating Lua Scripts into OpenResty: A Comprehensive Guide

Introduction to Lua Integration in OpenResty OpenResty provides multiple mechanisms for embedding Lua code directly into the Nginx configuration. This article explores the various methods available for incorporating Lua logic into your OpenResty applications. Methods for Embedding Lua in OpenResty D...