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

Category: The Mix

  • 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…

  • TypeScript: Is the Juice Worth the Squeeze?

    TypeScript: Is the Juice Worth the Squeeze?

    What is TS? (Skip if you really know it) “TypeScript is JavaScript with syntax for types“, a superset of JavaScript that adds optional static typing to the language. This can help to catch errors early in the development process. What is not TS? Is not a replacement for JavaScript (like many make it sound like),…

  • Adaptive.js: Enhancing Layout Adaptability Beyond CSS, Navigating the Complexities of Modern Web Development

    Adaptive.js: Enhancing Layout Adaptability Beyond CSS, Navigating the Complexities of Modern Web Development

    So what’s the story or why even today? In many projects, even when trying to stick to the philosophy of using mostly CSS utility classes and media queries to create responsive and adaptive layouts, CSS sometimes falls short in some areas, and that’s why some JS is needed to help along those bumps. For instance,…