Python Slicing is an effective way to manipulate strings and arrays. Let us learn more about how slicing works in Python.
Author: Sreeram Sreenivasan
How to Ask User Input in Python Until Valid Response
Often Python developers need to ask for user input to process further. Here is how to ask user input in Python Until valid response.
How to Bind Events to Dynamically Created Elements in JavaScript
Often web developers need to bind events to dynamically created elements on web pages. Here are the steps for event binding to dynamic elements.
How to Password Protect Directory in Nginx
Sometimes you may need to secure directories and files in NGINX. Here is how to password protect directory in NGINX.
Apache Deny Access to URL, Files & Directory
Sometimes you may need to restrict access to URL, file or directory. Here is how to deny access to URL, Files & Directory in Apache.
NGINX Restrict Access to Directory and Subdirectories
Learn how to limit access to directory and subdirectory in NGINX using deny and allow access control directives.
How to Restrict URL Access in NGINX
How To Enable Server Side Includes (SSI) in Apache
You can configure server side includes to add dynamic web content. Here is how to enable server side includes in Apache.
How To Configure NGINX Log Rotation
NGINX log rotation allows you to rotate logs without piling up. Here is how to configure NGINX log rotation.
How To Disable ETags in Apache Server
Here are the steps to disable ETags in Apache web server and improve website security. Prevent Etags from causing security issue by disabling it.