Skip to content
View veevidify's full-sized avatar
Block or Report

Block or report veevidify

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. laravel-apache-docker laravel-apache-docker Public template

    Laravel with php-apache + mysql in a docker-compose.yml

    PHP 112 80

  2. JS/TS snippets JS/TS snippets
    1
    class Base extends Object {
    2
      public baseProp: string
    3
      constructor() {
    4
        super();
    5
        this.baseProp = 'b';
  3. ecs-cf-nodejs ecs-cf-nodejs Public template

    NodeJS with local docker-compose.yml & AWS cloudformation definition

    TypeScript

  4. nestjs-oauth-server nestjs-oauth-server Public template

    NestJS containerised dev environment, equipped with oauth2-server capabilities

    TypeScript 1