Blog

  • JavaScript Fitness Calculator Styling

    JavaScript Fitness Calculator Styling

    Vanilla JS Calculator

    The estimate of daily caloric needs is performed by calculating the Basal Metabolic Rate (BMR), then multiplying by an activity factor.

    The Body Mass Index (BMI) is a calculation based on the height and weight to estimate body fat percentage.

    (more…)

  • Cronjob Scheduling Techniques

    Cronjob Scheduling Techniques

    Job Scheduler

    Cron jobs are scheduled tasks that run automatically on a periodic basis on POSIX-compliant systems.

    Cron jobs automate repetitive tasks such as backups, updates and system maintenance.

    (more…)

  • Remove Image Background Using CSS

    Remove Image Background Using CSS

    Replace Backgrounds Of Pictures

    To demonstrate, background removal of bitmap images, a new blue background will be used.

    The Cascading Style Sheets (CSS) property mix-blend-mode will be used to blend the image background with the parent background.

    (more…)

  • PHP Web Framework CodeIgniter

    PHP Web Framework CodeIgniter

    Rapid Web Development

    CodeIgniter is a powerful PHP framework designed to help developers build web applications quickly and efficiently.

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

    (more…)

  • Review Generative AI Alpaca With Llama 3.2

    Review Generative AI Alpaca With Llama 3.2

    Alpaca Generative AI With Llama 3.2 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…)

  • Generate Blender Cube Fire Animation Using Python

    Generate Blender Cube Fire Animation Using Python

    Blender Is A 3D Creation Software Tool

    Blender is cross-platform for Mac OS including POSIX systems, Windows and Linux.

    Blender is written in C++ and Python. It is easy to customize using extensions which include add-ons and themes. Blender comes with a built-in video sequence editor (VSE).

    (more…)

  • Kotlin Camera2 API Save Photo Android Development

    Kotlin Camera2 API Save Photo Android Development

    Take Photos Using Camera2 API

    The Android Camera2 API was introduced in Android API level 21 corresponding to Android 5.0 Lollipop. Camera2 API introduced new features to control, capture and manipulate captured images.

    Camera2 API offers developers more control over the camera hardware, allowing for fine-grained adjustments such as shutter speed (ISO), autofocus, and RAW capture. Camera2 API Reference provides detailed documentation.

    (more…)