Tools

Here is a list of applications, tools and services I use regularly.

{% for type, tools_in_type in tools | groupby('type') %}

{{ type }}

{% for tool in tools_in_type %}

{{tool.name}}

{{ tool.description }}

{% if tool.demo %}{% endif %}{{tool.name}} Website
{% endfor %}
{% for tool in tools_in_type %} {% if tool.demo %} {% endif %} {% endfor %} {% endfor %}
{{handshake_scripts | safe}}