// ———————————————————————-
// Thinker, Infrastructure Overseer,
// Strategic Planner and Tech Operations
// —————————————–

Category: Tutorials

  • Create a PHP extension (tutorial)

    Create a PHP extension (tutorial)

    This is a simple tutorial to create a PHP extension in windows for both Linux and Windows. It will require some basic knowledge of PHP and C and creating the following files: Requirements Step 1: Install the PHP SDK and PHP Source Go to the PHP SDK page on GitHub and download the latest PHP SDK for…

  • Integrating UnoCSS with Laravel and Vite

    Integrating UnoCSS with Laravel and Vite offers a streamlined way to enhance your development workflow by combining the power of atomic CSS, Laravel’s robust backend, and Vite’s fast build tool. This guide will walk you through setting up UnoCSS with Laravel and Vite, leveraging insights from a helpful blog post found at Moussa Clarke’s Code…

  • Building the ‘Knighttower’ WordPress Block: A Step-by-Step Tutorial

    Building the ‘Knighttower’ WordPress Block: A Step-by-Step Tutorial

    Introduction The ‘Knighttower’ block is designed to offer users unparalleled flexibility and control over content presentation. Dive into this tutorial to craft a feature-rich WordPress block, complete with customization options. Step 1: Initial Setup & Folder Structure Step 2 – block.json: Block Metadata Purpose: The metadata acts as the DNA of your block. It provides…