Skip to content
View mayoralito's full-sized avatar
:octocat:
This is the way!
:octocat:
This is the way!

Organizations

@codegags
Block or Report

Block or report mayoralito

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

    dot files

    Shell

  2. amazon-s3-design-principles amazon-s3-design-principles
    1
    # Amazon S3 Design Principles
    2
    The following principles of distributed system design were used to meet Amazon S3 requirements:
    3
    
                  
    4
    **Decentralization**: Use fully decentralized techniques to remove scaling bottlenecks and single points of failure.
    5
    
                  
  3. EarthquakeMonitor EarthquakeMonitor Public

    Earthquakes are becoming more and more frequent. It is useful to have an app that can read a feed of earthquake data and display it for the user.

    Objective-C 1

  4. ps5-finder ps5-finder Public

    Automated way to check if a website have PS5 on stock

    Python 1

  5. SwiftUI Hex Colors SwiftUI Hex Colors
    1
    //Trying out a prefix operator 
    2
    //I thought vertical elipses made sense, representative of rbg
    3
    prefix operator 
    4
    prefix func (hex:UInt32) -> Color {
    5
        return Color(hex)
  6. Delayer.swift Delayer.swift
    1
    /**
    2
    * MIT License
    3
    *
    4
    * Copyright (c) 2017-present, Adrian Mayoral.
    5
    *