Viewing profile — codeinchaos
codeinchaos
HN member- Joined
- Tue, Mar 12, 2013, 7:56 PM UTC
- HN karma
- 57
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About codeinchaos
Recent public activity
-
comment
Comment #47485890
this reads like new development
-
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!
- story
- story
- comment
-
comment
Comment #13944325
don't hold your breath.
-
comment
Comment #13418285
thanks. I plan to do more comparisons, any suggestions?
- story
- story
-
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, …
-
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…
-
comment
Comment #10915475
putting money where my mouth is, a quick fork and some adjustment and you have: maintained.tech
-
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…
-
comment
Comment #10281369
very cool, proud to be hosting your API on The Mashape Marketplace :)
-
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…
-
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…
-
comment
Comment #9485832
sure, everything should be done perfectly or not at all ...
-
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…
-
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, …
- story
-
comment
Comment #9359930
we're adding proxy functionality to it this week.
-
comment
Comment #9338348
it does not, plenty of other tools to capture HAR response objects: http://ahmadnassri.github.io/har-resources/
-
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.
-
comment
Comment #9338220
not quite the same, this is for creating custom mocked endpoints, while httpbin is pre-defined utility endpoints
-
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 …