Skip to content
View pauloklaus's full-sized avatar

Organizations

@prefeitura-chapeco @phbit @dataplain

Block or report pauloklaus

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 Loading

  1. node-ts-starter-project node-ts-starter-project Public

    Node+TypeScript Starter Project

    TypeScript

  2. Debounce action Debounce action
    1
    export function debounceAction(action: (...args: any) => void, startInMS: number = 1_000) {
    2
      let timer: any;
    3
    
                  
    4
      function stop(): void {
    5
        if (timer) {
  3. ftp-server ftp-server Public

    FTP server

    Dockerfile

  4. weather-now weather-now Public

    Web interface to display the weather conditions of some cities

    JavaScript

  5. realestate-concept realestate-concept Public

    Concept project with an example of a VueJS use case

    Vue

  6. psk-inputsearch psk-inputsearch Public

    Input Vue component for search and filtering data in an API or a static list.

    Vue 2 1