Skip to content
IRZU INSTITUTE

IRZU INSTITUTE

Inštitut za raziskovanje zvočnih umetnosti

  • ABOUT
  • EVENTS
    • ARTISTIC
    • EDUCATIONAL
    • INTERVIEWS
    • ONLINE
    • PRODUCTION
  • PRODUCTS
    • DIRECTIONAL AUDIO SPEAKERS
    • BREATHING EXERCISE GAMES
    • VIRTUAL REALITY
    • INTERACTIVE MIDI
    • SMARTDRUMS ANDROID SOFTWARE
    • SMARTGUITARS OPEN SOURCE
    • UNIVERSAL RECORDING CABLES
    • ANDROID TO SHEETS LOGGING
    • ANDROID TO CALENDAR LOGGING
    • WEBCAM LIE DETECTOR OVERLAY
  • RESEARCH
    • OPEN SOURCE BIOLOGY
    • ACOUSTICS & DSP
    • DATA MANAGEMENT
    • ELASTIC & LUCENE
    • FFT & WAVELETS
    • GAME DEVELOPMENT
    • JS, REACT & NODE
    • KERNEL STREAMING
    • LINUX & ANDROID
    • LOW VOLTAGE IC
    • MEMS SYSTEMS
    • MQTT & IOT AUTOMATION
    • REST/HTTP & GRAPHQL
    • VIRTUALIZATION
    • 3D PRINTING & FABRICATION
  • EDUCATION
    • CRISPR WORKSHOP
    • TASKER WORKSHOP
    • PUREDATA WORKSHOP
  • INTERNSHIPS

Tag: NestJs

DATA MANAGEMENT REST/HTTP & GRAPHQL

How to upload file using nestjs-graphql-fastify server and how to test such feature?

December 14, 2021admin

I struggle to upload .csv file to nestjs-graphql-fastify server. Tried following code: @Mutation(() => Boolean) async createUsers( @Args({ name: ‘file’, type: () => GraphQLUpload }) { createReadStream, filename }: FileUpload,…Read moreHow to upload file using nestjs-graphql-fastify server and how to test such feature?

REST/HTTP & GRAPHQL

Disable stack traces from graphql errors in NestJs

November 22, 2021admin

I am throwing this when the jwt-token has expired: throw new AuthenticationError(‘Token expired’); which comes from import { AuthenticationError } from ‘apollo-server-errors’; Every time a user is facing this, the…Read moreDisable stack traces from graphql errors in NestJs

JS, REACT & NODE

node.js – NestJS : How to bubble up/propagate exception?

September 29, 2021admin

In NestJS, we can had Exceptions to route or to specific module using @UseFilters() or to the whole application using useGlobalFilters(). So, how can I bubble up/propagate the route or…Read morenode.js – NestJS : How to bubble up/propagate exception?

DATA MANAGEMENT JS, REACT & NODE

node.js – Debugging a NestJS app in Nx using a VScode Launch Configuration

September 16, 2021September 17, 2021admin

In VSCode, I am trying to launch a NestJS application using Nx in debug mode. I am currently using the VSCode nightly js debugger extension. I am not sure what…Read morenode.js – Debugging a NestJS app in Nx using a VScode Launch Configuration

Copyright © 2022 IRZU INSTITUTE | Deneb by Firefly Themes
Scroll Up