-
Notifications
You must be signed in to change notification settings - Fork 11
/
resources.html
45 lines (42 loc) · 1.36 KB
/
resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
permalink: /resources/
layout: default
suffixes:
- AndroidStudio,
- IDLE,
- IntelliJ,
- VisualStudio,
- VSCode,
- Coolors,
- CodePen,
- FontAwesome,
- GoogleFonts,
- Repl,
- Us
title: Resources
---
<h1>{{page.title}}</h1>
<p>
Coding is basically typing, and it's made that much easier if you have a good text editor. There are even whole
development environments with built-in tools and gadgets that will speed up the process even more. As with any
skilled job, the right tools make things easier, so we've included a selection below.
</p>
<p>
On top of that, there are lots of places on the Internet which will do jobs that text editors just aren't built for.
We've listed some of those too.
</p>
{% include filter-difficulty.html %}
<p>
Jump to:
<a href="#resources-links">Useful Links</a> |
<a href="#resources-ides">Integrated Development Environments (IDEs)</a> |
<a href="#resources-tools">Other Tools</a> |
<a href="#resources-soft-skills">Soft Skills</a>
</p>
{% include_relative pages-resources/resources-links.html %}
{% include back-to-top.html %}
{% include_relative pages-resources/resources-ideas.html %}
{% include back-to-top.html %}
{% include_relative pages-resources/resources-tools.html %}
{% include back-to-top.html %}
{% include_relative pages-resources/resources-soft-skills.html %}