Category: Guide

  • Why are reverse proxy servers critical when implementing self-hosted services

    Why are reverse proxy servers critical when implementing self-hosted services

    What is a proxy server? Proxy servers are applications that take local area network client requests towards the upstream world, and execute those requests in name of the client. Using a proxy server is usually done as an added protection layer for a company network. A proxy server hides how many clients are on a…

  • How WordPress editor works

    How WordPress editor works

    What is WordPress First things first, WordPress is a web framework mostly utilised by news outlets and bloggers. It aims to remove the hassle of learning web development entirely and lets users focus solely on content creation. All pages, posts can be edited by an intuitive graphical editor. This editor is designed to make use…