Skip to content
View yael-castro's full-sized avatar
💀
💀
  • México
  • 23:30 (UTC -06:00)

Block or report yael-castro

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
yael-castro/README.md

Hi! 🖖🏼

I'm a server-side focused software developer. 🤓

If you want to know more about me or contact me visit my website.

Pinned Loading

  1. pipelines pipelines Public

    This repository is intended to show how I solve a real problem using the concurrent patterns pipelines and semaphores

    Go 1

  2. goarch goarch Public

    The purpose of this repository is to show my mastery of some topics related to software architecture.

    Go 1

  3. bread bread Public

    Go library created to manage large amounts of data (Gigabytes) to be processed in batches optimizing performance and memory usage.

    Go

  4. gpm gpm Public

    Go library created to manage many permissions on different systems with constant complexity of the O(1) algorithm and optimizing memory usage.

    Go 2

  5. passgen passgen Public

    API made to generate passwords based on a characters set

    Go 1

  6. Stop n goroutines in case of any fai... Stop n goroutines in case of any failure
    1
    // Package main
    2
    //
    3
    // - This is an example of how to stop several concurrent processes if an unexpected error occurs in one process.
    4
    // - This is a specific example of error management in multiple processes that can serve as a basis for solving other similar problems.
    5
    //