Skip to content
View tafaust's full-sized avatar
💻
Coding
💻
Coding
Block or Report

Block or report tafaust

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. policy-password policy-password Public

    policy-password is a Node library written in Typescript to generate passwords according to policies and constraints.

    TypeScript 15 2

  2. gifCutterBot gifCutterBot Public archive

    Reddit /u/gifcutterbot that creates shortened GIFs or videos from your favorite scenes!

    Python 3 1

  3. ehwplus/fl_cloud_storage ehwplus/fl_cloud_storage Public

    Store files in the cloud

    Dart 4

  4. ehwplus/zitadel-nodejs-nestjs ehwplus/zitadel-nodejs-nestjs Public

    An example repository on how to implement Zitadel token introspection in a NestJs backend.

    TypeScript 7 1

  5. FastAPI singleton service dependency... FastAPI singleton service dependency injection across multiple requests
    1
    import random
    2
    
                  
    3
    import click
    4
    import uvicorn
    5
    from fastapi import FastAPI, APIRouter, Depends, Request