Blog

  • Master Blender Python API

    Master Blender Python API

    🧠 Unlock the Full Power of Blender Scripting – Introducing Master Blender Python API

    If you’ve ever wished Blender could do just a bit more, or wanted to automate a tedious task with the press of a button, you’re not alone. Whether you’re a 3D artist, technical director, or aspiring tools developer, scripting in Blender with Python is one of the most powerful ways to take full control of your creative workflow.

    Today, I’m thrilled to introduce my new book:

    (more…)

  • JavaScript Text CAPTCHA

    JavaScript Text CAPTCHA

    Verification Form

    CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) involves challenges such as identifying distorted text or selecting images.

    The CAPTCHA is used on web forms to prevent spam, malicious bots and other automated attacks.

    (more…)

  • Review GPL Software License

    Review GPL Software License

    Free And Open Source License

    The GPL License was written by Richard Stallman for the GNU Project applications in 1989.

    The GPL License aimed to create a copyleft license that could be used for any project, making it possible to many projects to share code.

    (more…)

  • PHP Web Framework CakePHP

    PHP Web Framework CakePHP

    Package Web Development

    CakePHP is a PHP framework and set of component libraries designed to help developers build web applications, APIs, and web services.

    CakePHP follows the MVC (Model-View-Controller) Architecture that makes code more organized, maintainable, and testable.

    (more…)

  • Review Generative AI Alpaca With Starcoder2 15B

    Review Generative AI Alpaca With Starcoder2 15B

    Alpaca Generative AI With Starcoder2 15B Model

    Alpaca makes it easy to interact with AI models “directly on your device”.

    From the Github description, “Alpaca is an Ollama client where you can manage and chat with multiple models”.

    (more…)

  • CSS Regular Expression

    CSS Regular Expression

    Regular Expressions In CSS3

    A regular expression is a sequence of characters that specifies a text match pattern.

    Leverage attribute selectors to match patterns within attribute values, effectively emulating some regex functionality.

    (more…)

  • Pod Container Running Git Platform Gitlab

    Pod Container Running Git Platform Gitlab

    Source Code Management Web Interface

    The version control platform Gitlab and all its components will be installed inside a container using podman.

    Podman allows a regular user to manage their pods (containers) without the need for root user privileges. Podman is free, open source and cross-platform (Mac, Windows and Linux) for use as a replacement for Docker.

    (more…)