izuzak / izuzak.github.com

My personal website and blog
http://izuzak.github.com
Other
35 stars 10 forks source link

(post comments) The Web engineer's online toolbox #16

Open izuzak opened 11 years ago

izuzak commented 11 years ago

This issue is reserved for comments on the blog post The Web engineer's online toolbox. Leave a comment below and it will show up on the blog post's Web page. Thanks!

tastycode commented 11 years ago

http://www.necrohost.com. Provides a list of URLs that simulate a variety of network connectivity issues. Slow response, unresolvable dns, 404 and several other tools.

hughesey commented 11 years ago

Another useful site for the toolbox: http://www.viewdns.info/ - A collection of free, useful DNS tools.

nemec commented 11 years ago

I've found Fiddler to be invaluable for web development.

lonelycode commented 11 years ago

A load testing service should always be part of your toolbox, not just checking page weight, (this may be biased, I'm the founder), so would also recommend adding something like Loadzen

woutersmet commented 11 years ago

I got another one of the 'everyday' category: free private repository hosting!

While github is nice, it's everything but free for your private source control hosting needs. Luckily there is:

sjparkinson commented 11 years ago

+1 for Fiddler.

For multi browser screenshots I find https://browsershots.org/ to be brilliant.

There is also http://isitup.org for the 'monitoring' category.

duncanbeevers commented 11 years ago

Scriptular and Rubular for testing regular expressions in JavaScript and Ruby, respectively.

duncanbeevers commented 11 years ago

JSFiddle for prototyping and sharing JavaScript.

Dreen commented 11 years ago

+1 for jsFiddle, cant live without it Some from me:

dam2k commented 11 years ago

You could try http://www.nuvolabase.com/, a OrientDB based HTTP/REST powerful database on the cloud

ipartola commented 11 years ago

Similar to isitup.com and PingDom, is my project http://www.pingbrigade.com.

reuf commented 11 years ago
  1. I like http://jsbin.com/ more than http://jsfiddle.net/ Showcase: http://jsbin.com/welcome/48741/edit
  2. Reset all css to zero before doing your own: http://meyerweb.com/eric/tools/css/reset/
  3. 960 grid system: http://960.gs/ - Generator: http://grids.heroku.com/
eik3 commented 11 years ago

And my personal favorite app, not only for documentation:

iignatov commented 11 years ago

There's actually a similar "live list" of web development tools. It's called The Toolbox, made by Sacha Greif. If anyone is interested, the source code is on GitHub.

SachaG commented 11 years ago

Thanks for mentioning The Toolbox! But I should mention its source code is just the WP source code, there's nothing special there (and it's not open source, sorry…).

kentbrew commented 11 years ago

Surprised nobody's mentioned http://JSLint.com, or are you all past it? Also, http://web-sniffer.net helped me figure out that my server wasn't doing the right thing with .manifest files when I started messing around with offline iPhone apps.

eschembor commented 11 years ago

http://jsonlint.com - to check that you are getting or returning valid JSON

redkestrel commented 11 years ago

A couple of projects I have:

izuzak commented 11 years ago

Hey everyone -- thanks for all the excellent suggestions!

I've updated the list with several new tools, most of which you (or the people on HN and reddit) have suggested:

Some of the suggested tools that were suggested but didn't make the list are:

Also, thanks @iignatov for a pointer to The Toolbox, that site looks really awesome! I just wanted to create a list focused more on Web engineering (protocols 'n' stuff), less on Web site design.

Thanks again, everyone! Let me know if you come across any new tools.

DocumentRoot commented 11 years ago

For the last section I would suggest www.browserleaks.com site with many interestings. Also there is a vim/emacs-killer of the century - www.sublimetext.com, it replaces me lot of things from your list.

phstc commented 10 years ago

There's also PutsReq, which allows you to record the requests and write the responses using Javascript.

gs-ajain commented 5 years ago

I like to suggest beeceptor. It is multi-purpose tool. building mocked api responses, named endpoints, inspecing request and response payloads.

petermoorey commented 3 years ago

You might like API Mocha, it's a free online API mocking tool. You can submit up to 500 requests/day, customise HTTP responses, simulate delay and download your mocking rules as a Postman collection. I hope to add more functionality soon, related to OpenAPI.

255kb commented 3 years ago

I'd like to suggest Mockoon, a free and open-source mock API creation tool. It's a desktop application, requiring no cloud deployment or account creation. It offers many advanced features like partial mocks creation, dynamic content generation or requests recording.

nalani5210 commented 3 years ago

you can try JSON Formatter

keaeriksson commented 3 years ago

I developed Mocki to be able to create simulated and mock API responses. You can set up a mock response in seconds through the website or register to access additional features such as multiple endpoints, randomised errors and conditional responses. You can also use the open source library and host it on your own for free :-)