Webtools

From HaFrWiki42
Revision as of 13:11, 13 April 2019 by Hjmf (talk | contribs) (→‎See also)
Jump to navigation Jump to search

Every Developer needs tools for making the developing easier and faster.
This list is a summary of the lists I have found on the Internet [1].

StackOverflow

StackOverflow is in fact not one Website, but has many brothers and sisters [2]. They say about themself:

Founded in 2008, Stack Overflow is the largest, most trusted online community for anyone that codes to learn, share their knowledge, and build their careers.
More than 50 million unique visitors come to Stack Overflow each month to help solve coding problems, develop new skills, and find job opportunities.

They have an impressive list of Q&A's.

CodeWall [1] says:

StackOverflow, a huge community of developers posting questions to be advised from other developers, it’s a stroke of genius.
Most developers will already of heard of this absolute gem. It’s on this list of tools because it is ultimately one of the best websites to use for gaining knowledge.

JSFiddle

JSFiddle runs code on the fly! Just add JavaScript alone to execute or add some CSS & HTML too.
JSFiddle will render your code to an output window. It’s even capable of saving versions of your code that you can repost or send to other people.

  • Codepen CodePen is pretty similar to JSFiddle but each pen automatically generates website integration code that you can paste directly into your site.
  • DB Fiddle. Don’t have a database on your device? Then this tool is the perfect solution, simply add some SQL Syntax wrapped around data to create a temporary table. From there you can execute SQL statements on the table’s data and await the result.
  • DotNeD Fiddle fiddle allows multiple configurations in languages and project types. Choose from C#, F# and Visual Basic for the language and select the project type from the drop-down, for instance, MVC. After configuration, write and run your code against the dot net engine.

JSONLint

JSONLint is invaluable when it comes to debugging JSON formatting.
Lint flags exactly where you’ve missed a comma or curly brace enabling rapid remedy.
Once JSONLint is happy your JSON is valid, you will be presented with a message to say its good to go.
A really great web tool if your working with complicated JSON.

WhatsMyFont

WhatsMyFont can very cleverly analyze an image of any particular text.
The web app then checks it’s extensive font data for a match.
If one or matches are found, the website will present a list of the closest matches fonts with the links to their source.
It’s very handy if you see an image with a font you love but is no indication of what font style it is.

FavIcon

FavIcon-Generator. Upload a single image, usually a logo, this generator will parse your image and generate an icon pack with multiple sizes.
Each size has its own specific purpose.
Some for IOS shortcuts, Android shortcuts, and the general browser favorite icon.
Another speedy tool for web developers to save some time in an image editing tool.

See also

top

Reference

top

  1. 1.0 1.1 CodeWall, 33 Best Online Web Tools For Web Developers And Programmers
  2. StackExchange, is an example of a StackOverflow spin-off.