Skip to content
View rolandinsh's full-sized avatar
🧔
Remote developer (LEMP, Node.js, Neo4j [graph])
🧔
Remote developer (LEMP, Node.js, Neo4j [graph])

Organizations

@informationlv @republa
Block or Report

Block or report rolandinsh

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
rolandinsh/README.md

Stand With Ukraine

Hi there 👋

Blogi un projekti (LV)

Blogs and projects (EN)

Programming stats for public/side projects

From 2021-09-02 (weekly, excluding NDA projects):

Time on code

Reference

  • General reference letter from CTO of Adaptive Media (employer) (2022-03-22 e-signed, scan)

Pinned

  1. elasticsearchdocker elasticsearchdocker Public

    elasticsearch docker (compose) for development

  2. redisgraph redisgraph Public

    redis graph docker (compose) for development

    1

  3. ereg-extension-wrapper ereg-extension-wrapper Public

    Forked from OOPS-ORG-PHP/ereg-extension-wrapper

    PHP ereg extension wrapper

    PHP 1

  4. redis-graph-php redis-graph-php Public

    Forked from kjdev/php-redis-graph

    RedisGraph PHP Client

    PHP

  5. arrows arrows Public

    Forked from apcj/arrows

    JavaScript library for drawing diagrams of small graphs, using D3 to generate SVG. Useful for explaining Neo4j graph modelling concepts in presentations and blogs.

    HTML

  6. Codeigniter file upload permissions ... Codeigniter file upload permissions (CHMOD)
    1
    <?php 
    2
    $config['upload_path'] = './uploads/'; // upload path
    3
    /* OR any other form, e.g.:
    4
    $config['upload_path'] = $_SERVER["DOCUMENT_ROOT"].'/uploads/'; // upload path
    5
    $config['upload_path'] = __DIR__.'/uploads/'; // upload path