Skip to content
View dotJoel's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report dotJoel

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

  1. spine/spine spine/spine Public

    Lightweight MVC library for building JavaScript applications

    JavaScript 3.7k 426

  2. elastic/elasticsearch-dsl-py elastic/elasticsearch-dsl-py Public

    High level Python client for Elasticsearch

    Python 3.8k 798

  3. CodeBlastr/SYSTEM CodeBlastr/SYSTEM Public

    Free Open Source Multi-Site CMS ( content management system ) built on the CakePHP rapid development MVC framework. Rapidly build large scale applications or use the numerous plugins like Project M…

    PHP 74 32

  4. Transactions-Zuha-Cakephp-Plugin Transactions-Zuha-Cakephp-Plugin Public

    An eCommerce plugin for the CakePHP-based system: Zuha.

    PHP 6

  5. eslint/archive-website eslint/archive-website Public archive

    The ESLint website

    JavaScript 95 245

  6. Using JPA, here is how I created a p... Using JPA, here is how I created a predicate that searches a JSONB column for any of the provided keys.
    1
    builder.equal(
    2
      builder.function(
    3
        "JSONB_EXISTS_ANY",
    4
        Boolean.class,
    5
        root.get("nameOfJsonbColumnToSearch"),