Skip to content
View yael-castro's full-sized avatar
🏠
Working from home
🏠
Working from home
  • México
  • 13:00 (UTC -06:00)
Block or Report

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.

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
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

  1. cook-book cook-book Public

    The purpose of the project is to provide an API to manage recipes and ingredients in order to filter for recipes by ingredients.

    Go 1

  2. 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

  3. passgen passgen Public

    Command Line Interface (CLI) made to generate passwords based on a characters set

    Go 1

  4. xogo xogo Public

    The popular game Tic-Tac-Toe written in Golang using bitmasks to represent the board, player moves and the game state.

    Go

  5. bread bread Public

    Go library created to manage large amounts of data to be processed in batches.

    Go

  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
    //