Skip to content
View mfcodeworks's full-sized avatar
🗺️
Working Remotely
🗺️
Working Remotely

Block or report mfcodeworks

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. Server-Monitoring-Script Server-Monitoring-Script Public

    Monitor System Info With Python Script

    Python 67 30

  2. GoScout GoScout Public

    Monitor System Info With Go Executable

    Go 2

  3. Nest-Multi-Queue-Worker Nest-Multi-Queue-Worker Public

    NestJS Multi-Queue RabbitMQ Worker Server

    TypeScript 4

  4. Nest-P2P-Full-Mesh Nest-P2P-Full-Mesh Public

    NestJS Full Mesh P2P Server and Client Example

    JavaScript 11

  5. nestjs-ipfs nestjs-ipfs Public

    A module for utilizing IPFS p2p filesystem with NestJS

    TypeScript 7 6

  6. Encrypted storage with localforage.js Encrypted storage with localforage.js
    1
    // Constants
    2
    const passphrase = 'A3PnGzWjxGuAYtFu',
    3
        key = 'data',
    4
        object = { foo: 'bar' };
    5