izuzak.github.com icon indicating copy to clipboard operation
izuzak.github.com copied to clipboard

(post comments) The Web engineer's online toolbox

Open izuzak opened this issue 12 years ago • 27 comments

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!

izuzak avatar Nov 18 '12 15:11 izuzak

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.

tastycode avatar Nov 19 '12 04:11 tastycode

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

hughesey avatar Nov 19 '12 05:11 hughesey

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

nemec avatar Nov 19 '12 05:11 nemec

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

lonelycode avatar Nov 19 '12 10:11 lonelycode

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

woutersmet avatar Nov 19 '12 11:11 woutersmet

+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.

sjparkinson avatar Nov 19 '12 12:11 sjparkinson

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

duncanbeevers avatar Nov 19 '12 12:11 duncanbeevers

JSFiddle for prototyping and sharing JavaScript.

duncanbeevers avatar Nov 19 '12 12:11 duncanbeevers

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

  • http://www.lastcalc.com - good online calculator with functions etc
  • http://codepad.org - online compiler/interpreter for various langs
  • http://10minutemail.com - throwaway email
  • http://webshell.io - web api prototyping

Dreen avatar Nov 19 '12 13:11 Dreen

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

dam2k avatar Nov 19 '12 14:11 dam2k

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

ipartola avatar Nov 19 '12 14:11 ipartola

  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/

reuf avatar Nov 19 '12 16:11 reuf

  • https://onetimesecret.com/ - share a secret (like sending a password over an insecure channel), expires after first view
  • https://www.webscript.io/ - "Webscripts are short scripts, written in Lua, that run on our servers. They can respond to HTTP requests or run as cron jobs". Free scripts expire after 7 days.
  • http://char.nu/ unicode characters for copy-pasting. You can create your own favorite set.
  • http://www.mailinator.com/ disposable email, you can use your own idle domains
  • https://openexchangerates.org/ - exchange rates API, 1000 free requests per month (caching is your friend)

And my personal favorite app, not only for documentation:

  • https://workflowy.com/

eik3 avatar Nov 19 '12 16:11 eik3

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.

iignatov avatar Nov 19 '12 18:11 iignatov

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…).

SachaG avatar Nov 20 '12 00:11 SachaG

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.

kentbrew avatar Nov 20 '12 14:11 kentbrew

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

eschembor avatar Nov 20 '12 18:11 eschembor

A couple of projects I have:

  • http://certlogik.com/ssl-checker/ - to check your SSL certificate installation
  • http://certlogik.com/decoder/ - to decode and check your CSRs and SSL certificates

redkestrel avatar Nov 22 '12 10:11 redkestrel

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.

izuzak avatar Nov 24 '12 15:11 izuzak

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.

DocumentRoot avatar Feb 11 '13 11:02 DocumentRoot

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

phstc avatar Jul 31 '14 17:07 phstc

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

gs-ajain avatar Sep 03 '18 18:09 gs-ajain

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.

petermoorey avatar Sep 30 '20 02:09 petermoorey

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.

255kb avatar Oct 22 '20 12:10 255kb

you can try JSON Formatter

nalani5210 avatar Jan 29 '21 09:01 nalani5210

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

keaeriksson avatar Feb 18 '21 11:02 keaeriksson