Viewing profile — kevinpfab
kevinpfab
HN member- Joined
- Tue, Nov 30, 2010, 5:53 PM UTC
- HN karma
- 151
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About kevinpfab
Recent public activity
-
comment
Comment #21937009
Omnivore | Full Time | REMOTE or ONSITE (Tampa, FL) | USA or Canada Omnivore is a universal API for restaurant point-of-sales. Our API integrates hundreds of apps directly into the…
-
comment
Comment #21692350
Omnivore | Full Time | REMOTE or ONSITE (Tampa, FL) | USA or Canada Omnivore is a universal API for restaurant point-of-sales. Our API integrates hundreds of apps directly into the…
-
comment
Comment #5689835
I'm a founder of Emergent One, a startup that uses similar agent-based technology to Chartio to access production databases and build out RESTful APIs. Some of our APIs are write-e…
-
comment
Comment #5334041
Often times, particularly in enterprise software, part of the terms of a deal include a "source code escrow" clause. This means that if you go out of business, the customer with th…
- story
- story
-
comment
Comment #4893922
The issue with web scraping is that it relies on the scraper to keep up with changes made to the site. If a site owner changes the layout or implements a new feature, the programs …
- story
-
comment
Comment #4885268
Yes, the numbers for TechStars Cloud are accurate. If you're interested in learning more about the themed program, feel free to contact me and I'll answer any questions you have! S…
-
comment
Comment #4862994
Just chatted with Max over Skype. Had some great suggestions that I'm going to work on implementing right away - would have gladly paid a small consultation fee for the session.
-
comment
Comment #4729567
Apologies for this oversight - we'll fix it ASAP. In the mean time, here are the articles we were mentioned in: TechCrunch: http://techcrunch.com/2012/04/11/techstars-debuts-11-clo…
-
comment
Comment #4729415
We totally understand the hesitation there. We're launching with the hosted direct-connection form, but we have tons of plans to specifically address this concern. First, we're act…
-
comment
Comment #4729378
We definitely built the product with existing applications (without an API) in mind. We found it much more difficult to add an API after-the-fact than if you design for one in the …
- story
-
comment
Comment #4728310
Emergent One - Remote (US) - Full Time Emergent One automatically generates REST APIs for existing applications and databases. We're a new startup devoted to making APIs better and…
- story
- story
- story
- story
-
comment
Comment #4040330
Conductrics as well: http://conductrics.com
- story
-
comment
Comment #3823180
Just to name a couple similar companies off the top of my head: http://parse.com http://kinvey.com http://cloudmine.me http://proxomo.com
-
comment
Comment #3776475
This configuration can still be RESTful as long as you POST to those endpoints. The complexity I was referring to is the snowball effect of adding different actions. If you use hyp…
-
comment
Comment #3776189
Exactly. Having these endpoints instantly turns your API into an RPC-API. This is the start of a snowball of complexity introduced for your consumers.
-
comment
Comment #3663785
Documenting every function is great practice. Masklinn was just stating that an API based on 'functions' is inherently not a REST API, but instead RPC. The documentation sentiment …