Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
izuzak opened this issue Nov 18, 2012 · 26 comments
Open

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

izuzak opened this issue Nov 18, 2012 · 26 comments

Comments

@izuzak
Copy link
Owner

izuzak commented Nov 18, 2012

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
Copy link

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
Copy link

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

@nemec
Copy link

nemec commented Nov 19, 2012

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

@lonelycode
Copy link

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
Copy link

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:

  • bitbucket.org for free private git + mercurial (does anybody still use that?) hosting
  • unfuddle.com for free SVN hosting

@sjparkinson
Copy link

+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
Copy link

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

@duncanbeevers
Copy link

JSFiddle for prototyping and sharing JavaScript.

@Dreen
Copy link

Dreen commented Nov 19, 2012

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

@dam2k
Copy link

dam2k commented Nov 19, 2012

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

@ipartola
Copy link

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

@reuf
Copy link

reuf commented Nov 19, 2012

  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
Copy link

eik3 commented Nov 19, 2012

And my personal favorite app, not only for documentation:

@iignatov
Copy link

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
Copy link

SachaG commented Nov 20, 2012

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
Copy link

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
Copy link

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

@redkestrel
Copy link

A couple of projects I have:

@izuzak
Copy link
Owner Author

izuzak commented Nov 24, 2012

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
Copy link

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
Copy link

phstc commented Jul 31, 2014

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

@gs-ajain
Copy link

gs-ajain commented Sep 3, 2018

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

@petermoorey
Copy link

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
Copy link

255kb commented Oct 22, 2020

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
Copy link

you can try JSON Formatter

@keaeriksson
Copy link

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests