Category: Technician

  • Creating a Todo-List Component for the WordPress Block Editor – part 1

    Creating a Todo-List Component for the WordPress Block Editor – part 1

    With this series of practical materials, I want to show you how far WordPress development has come. In 2024, a WordPress developer is primarily a frontend developer who must have a solid understanding of HTML/CSS, React, the specifics of WordPress, as well as PHP to independently write the backend for the blocks being created. Admit…

  • HTTP Status Codes

    HTTP Status Codes

    HTTP status codes are standard codes used by web servers to inform the client (such as a browser) about the results of their requests. These codes are defined in the HTTP specifications and are used to identify the status of the requested resource and provide information on what actions need to be taken to complete…