Skip to content
View mihai-valentin's full-sized avatar
🤟
Focusing
🤟
Focusing

Highlights

  • Pro

Block or report mihai-valentin

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. cling cling Public

    A tiny CLI framework

    Go

  2. polyroll polyroll Public

    Simple CLI utility to create Elasticsearch index templates with ILM policies attached.

    Go

  3. laravel-order-by-field laravel-order-by-field Public

    A simple Laravel `Query\Builder` extension that adds MySQL-like "order by field" feature

    PHP 3 1

  4. laravel-rabbitmq-notification-channel laravel-rabbitmq-notification-channel Public

    Simple Laravel RabbitMQ Notification Channel

    PHP 1 1

  5. A simple Makefile recipe to compile ... A simple Makefile recipe to compile a multi-file c program
    1
    .DEFAULT_GOAL := all
    2
    
                  
    3
    .PHONY: all build clean run
    4
    
                  
    5
    SRC_DIR := ./src
  6. Simple GitHub action for PHP project... Simple GitHub action for PHP project deployment
    1
    name: "Deploy a PHP project"
    2
    
                  
    3
    on:
    4
      push:
    5
        branches: