Live data from Hacker News

Viewing profile — codeinchaos

codeinchaos

HN member
Joined
Tue, Mar 12, 2013, 7:56 PM UTC
HN karma
57
Public activity
35 items

About codeinchaos

[ my public key: https://keybase.io/ahmadnassri; my proof: https://keybase.io/ahmadnassri/sigs/Se4_EY-G7IJw1gxV3WCxse_19qic8-7-CWZRPp4srKU ]

Recent public activity

  1. comment
    Comment #47485890

    this reads like new development

  2. comment
    Comment #17205400

    I just came back from Japan, crows all over Tokyo, but they are pretty much disappear after 9 AM, if you're an early riser you will see them everywhere!

  3. story
  4. story
  5. comment
  6. comment
    Comment #13944325

    don't hold your breath.

  7. comment
    Comment #13418285

    thanks. I plan to do more comparisons, any suggestions?

  8. story
  9. story
  10. comment
    Comment #13060321

    having worked within the CBC, I don't trust the leadership at all! mis-management of funds is a CBC tradition and pastime! they continue to struggle to understand the digital era, …

  11. comment
    Comment #11923145

    We run an open, technology focused Slack community at ( https://TechMasters.chat / 1000+ members) and recently we got "attacked" by G2Crowd, they had some intern join the group (re…

  12. comment
    Comment #10915475

    putting money where my mouth is, a quick fork and some adjustment and you have: maintained.tech

  13. comment
    Comment #10915454

    as a maintainer of many open source projects (both active and inactive) this obviously makes sense, however many projects fall victim to being assumed dead if there is no recent co…

  14. comment
    Comment #10281369

    very cool, proud to be hosting your API on The Mashape Marketplace :)

  15. comment
    Comment #9773056

    not likely to support external storage, as the architecture of the system is highly tweaked to provide the best performance. however there is no limit to how many containers you ca…

  16. comment
    Comment #9772812

    Mashape Analytics comes pre-packaged in Docker containers, with its own internal setup of storage solution and tools. we'll also be exposing a cold-storage mechanism, so you can mo…

  17. comment
    Comment #9485832

    sure, everything should be done perfectly or not at all ...

  18. comment
    Comment #9453829

    you would use both. Django REST Framework (or any other framework) to build your business logic and API services. Kong is useful to scale and manage acceess to the API for API cons…

  19. comment
    Comment #9452584

    open sourcing Kong which powers our API marketplace with billions of calls per day, is not only a major milestone for the team, but also marks a shift in API tooling and services, …

  20. story
  21. comment
    Comment #9359930

    we're adding proxy functionality to it this week.

  22. comment
    Comment #9338348

    it does not, plenty of other tools to capture HAR response objects: http://ahmadnassri.github.io/har-resources/

  23. comment
    Comment #9338256

    I'm adding SOAP to the backlog: https://github.com/Mashape/mockbin/issues/12 as for YAML, I think its best for human readability, rather than actual usage in libraries.

  24. comment
    Comment #9338220

    not quite the same, this is for creating custom mocked endpoints, while httpbin is pre-defined utility endpoints

  25. comment
    Comment #9338159

    a simple example is when developing against a third party api, and want to validate the behavior of your code and see what the HTTP request looks like, swap the API endpoints with …