Skip to content
View ziomarco's full-sized avatar
  • Milan
Block or Report

Block or report ziomarco

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. oci_k8s oci_k8s Public

    This repo will contain my terraform experiments for creating a fully working K8s cluster using only OCI always free tier.

    HCL 1

  2. mobile-security-hashgenerator mobile-security-hashgenerator Public

    A Go written CLI built for a mobile security flutter package

    Go

  3. NestJS util in order to obtain "side... NestJS util in order to obtain "side-effects"
    1
    /**
    2
     * Little helper for creating "side effects" with TypeScript
    3
     * @param effect {Promise<T> | Function} Function or promise to call independently
    4
     * @param caller {string} Name of side effect, useful for logging
    5
     */
  4. telegram-cloner telegram-cloner Public

    This is a simple project that uses TDLight Fork of Telegram Bot API Server to fullfill a very simple purpose: forwarding transparently messages from one chat to another, behaving like a real user.

    Go 1

  5. Need to iterate on functions when po... Need to iterate on functions when potentially multiple valid arguments without risking a RangeError exception?
    1
    /**
    2
    Do you need to handle a potential RangeError (Max call stack size exceeded) because of a recursive function?
    3
    Maybe the input should change in several ranges basing on random criterias?
    4
    Please don't try/catch things lot of times, use this :)
    5
  6. Easy NestJS Mongoose Testing Easy NestJS Mongoose Testing
    1
    /*
    2
    Merging all the times <entity>.module.ts and fake module instantation is boring for all, so let's help us using this structure.
    3
    */
    4
      
    5
    export const moduleConf = {