Skip to content
View ajbatac's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report ajbatac

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ajbatac.github.io ajbatac.github.io Public

    AJ Batac's Resume

    HTML

  2. exif-parser exif-parser Public

    Instantly extract comprehensive metadata / EXIF from any image with lightning-fast processing and pixel-perfect accuracy. Advanced GPS coordinate conversion, professional-grade analysis, and stunni…

    TypeScript 1

  3. spotback spotback Public

    SpotBack Your go-to Spotify helper. Backup your playlists and music memories fast — like, literally 3 clicks and you're done.

    TypeScript 1 1

  4. Truth-Prompt Truth-Prompt Public

    Large Language Models (LLMs) are powerful but prone to hallucinations, speculation, and unverified claims. To ensure strict factual accuracy, a Reality Filter Expert (RFE) system must be implemented.

  5. Summary of 'Clean code' by Robert C.... Summary of 'Clean code' by Robert C. Martin
    1
    Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
    2
    _____________________________________
    3
    
                  
    4
    ## General rules
    5
    1. Follow standard conventions.
  6. SOLID-Principles SOLID-Principles Public

    SOLID is a set of five programming principles for better code design: Single Responsibility (one class, one job), Open/Closed (extendable, not modifiable), Liskov Substitution (child classes replac…