Difference between revisions of "Webtools"

From HaFrWiki
Jump to: navigation, search
(Created page with "{{TOCright}} Every Developer needs tools for making the developing easier and faster. <br>This list is a summary of the lists I have found on the Internet <ref name="codewall-...")
 
m
Line 8: Line 8:
 
They have an impressive list of Q&A's.
 
They have an impressive list of Q&A's.
  
CodeWall <ref name="codewall-best33" /> >says: <blockquote>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.</blockquote>
+
CodeWall <ref name="codewall-best33" /> says: <blockquote>StackOverflow, a huge community of developers posting questions to be advised from other developers, it’s a stroke of genius. <br>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.</blockquote>
 +
 
 +
== JSFiddle ==
 +
[https://jsfiddle.net JSFiddle] runs code on the fly! Just add JavaScript alone to execute or add some CSS & HTML too. <br>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.
 +
 
  
  

Revision as of 11:56, 13 April 2019

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.



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.