Skip to content
View micalevisk's full-sized avatar
🇧🇷
HTTP 499 ~ Adding bugs to programs.‏‏‎
🇧🇷
HTTP 499 ~ Adding bugs to programs.‏‏‎

Highlights

  • Pro

Organizations

@dwyl @nestjs @NP-QP @tarkenag @nestjs-discord
Block or Report

Block or report micalevisk

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

Pinned

  1. nestjs/nest nestjs/nest Public

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    TypeScript 64.4k 7.4k

  2. nestjs-devtools-loader nestjs-devtools-loader Public

    A tiny helper package to easily enable/disable NestJS DevTools (@nestjs/devtools-integration).

    JavaScript 3 1

  3. nestjs-conditional-exception-filter nestjs-conditional-exception-filter Public

    A tiny utility to support attribute-based exception filtering for NestJS apps.

    TypeScript 15

  4. last-artifact-action last-artifact-action Public

    GitHub Action to download and read the last artifact uploaded on some GitHub repository.

    JavaScript

  5. last-issue-action last-issue-action Public

    GitHub Action to find and output the number of the last updated open issue that has given labels and state.

    TypeScript 2 1

  6. Production Dockerfile example for Ne... Production Dockerfile example for NestJS projects.
    1
    ## ===========================================================> The common stage
    2
    FROM node:16.14 AS base
    3
    ENV NODE_ENV=production
    4
    
                  
    5
    WORKDIR /app