namigop | 2 years ago | on: Ask HN: Who wants to be hired? (November 2023)
namigop's comments
namigop | 4 years ago | on: Show HN: Building a tool for testing services. Now supports gRPC and REST
So at work we have bunch services that were developed over several years. Developers have come and gone but the services remained. We have SOAP, WCF, REST and gRPC services! Nowadays, most development is done with either REST and gRPC - the WCF ones get a small bug fix every now and then. Doing QA testing on these services can get a bit challenging especially since each service is tested using a different tool. Developers and testers have to learn how to use each tool, and its quirks. Juggling back and forth can get trying at times.
I figured what if I build a single tool that can support all these services? One tool that can support many different type of services and has a consistent UI/UX. So, that's how FINT got started. I dont know if the name is memorable enough though (naming is hard). I simply took the first letters of my wife and kids names.
FINT currently supports gRPC and REST. WCF support is currently being developed. I should have that out by end of October. My plan is to also support GraphQL, SignalR, OData, REST (w OpenAPI/Swagger code gen)
Web site : http://www.bytesmotion.com
gRPC Feature List : http://www.bytesmotion.com/fint/full-list-of-features
gRPC Testing Getting Started : http://bytesmotion.com/fint/getting-started-with-fint
REST Feature List : http://www.bytesmotion.com/fint/list-of-features-for-rest-te...
REST Testing Getting Started : http://www.bytesmotion.com/fint/getting-started-with-rest-te...
Screenshots : http://www.bytesmotion.com/fint/screenshots
namigop | 5 years ago | on: Ask HN: What (side-)project are you working on?
namigop | 10 years ago | on: Ask HN: Who wants to be hired? (September 2015)
Remote : No
Willing to relocate : Yes. I'm actually looking to move out of Singapore
Technologies : C#, F#, WPF/WCF/BizTalk, a bit of Python, Perl, Java. I primarily work on .NET but have no problem picking up another language
Email : [email protected]
About me : I'm one of those managers who write code. I currently lead a team of 10 developers. In my spare time I've built Wcfstorm, WcfStorm.REST, WcfStorm.Server and Tresi. Please see http://www.wcfstorm.com
namigop | 12 years ago | on: Postman: a powerful HTTP client (for Chrome) to test web services
If you're on Windows and is looking for an alternative, check out wcfstorm.rest (http://www.wcfstorm.com/wcf/learn-more-rest.aspx). It has a lot features similar to postman and adds some more, like saving requests and responses into functional test cases which includes a showing a graphical "diff" between the actual and expected responses as well as being to define custom validation rules that is executed against the http response. It can also do a single load test as well a distributed load test using several machines (http://www.wcfstorm.com/wcf/how-to--distributed-performance-...)
WcfStorm.Rest is a paid software but it has a LITE version which is available for free and works well for ad-hoc testing and exploring REST API endpoints.
namigop | 12 years ago | on: Your best passive income? (2014)
namigop | 12 years ago | on: REST Client for Google Chrome
namigop | 13 years ago | on: Why F#
namigop | 13 years ago | on: Ask HN: Solo startups? What have you built all on your own?
It's been pretty good so far. WCFStorm (the WCF client) is fairly well known and WcfStorm.Rest is now starting to get some sales.
namigop | 13 years ago | on: Show HN: I've built a REST Test client in my spare time
Regarding WCFStorm, it has several features that are not in the built-in WCFTestClient such as (1) Save requests and responses and organize it into a "project", (2) Performance testing, (3) An object editor similar to WCFTestClient but with support for more types and others. http://www.wcfstorm.com/wcf/learn-more.aspx
Regarding WCFStorm.Rest, it does have similarities with POSTMan (and other clients). I'm not very familiar with POSTMan but the list of features for WCFSTorm.Rest is here http://www.wcfstorm.com/wcf/learn-more-rest.aspx
namigop | 13 years ago | on: Show HN: I've built a REST Test client in my spare time
If you have feedback on how to better improve WCFStorm, please do let me know.
namigop | 13 years ago | on: Show HN: I've built a REST Test client in my spare time
You're right though. I should make that clear on that screenshots page.
namigop | 13 years ago | on: Show HN: I've built a REST Test client in my spare time