Skip to content
View shoaibi's full-sized avatar

Block or report shoaibi

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. JavaMicroservicesInterestingPoints.md JavaMicroservicesInterestingPoints.md
    1
    # [Java Microservices: A Practical Guide](https://www.marcobehler.com/guides/java-microservices-a-practical-guide)
    2
    
                  
    3
    When talking about creating a lot of microservices for one workflow:
    4
    
                  
    5
    > Again, this is something that looks good on paper, but immediately
  2. DynamoDb Notes DynamoDb Notes
    1
    
                  
    2
    # General
    3
    - Data Pressure: Ability to process data within reasonable time and cost
    4
    - Whenever one of the dimensions of Data Pressure is broken, we'd invent new technology.
    5
    - RDBMs optimize for storage which makes sense as storage was expensive in 70s.  But this happens at the cost of CPU, where CPU is going insane pulling data from all over the disk and stitch it together. Nowadays storage is cheap and CPU isn't. So why use a system that depends on an expensive resource.
  3. image-parser image-parser Public

    PHP

  4. learning-go learning-go Public

    Documenting my learnings, along with any best practices, about golang as a beginner and also to use as reference

    Go 2

  5. playing-with-go-crawler playing-with-go-crawler Public

    Trying to use my beginner golang skills to create a sitemap crawler that dumps data as json which can be queried through an API and presented as some nice UI

    Go

  6. playing-with-go-debugger playing-with-go-debugger Public

    Documenting how I got delve+docker to work with remote debugging in Goland

    Dockerfile