Logo

TheJoeCoder

{% for icon in social_icons %} {% endfor %}

Hi, I'm Joe. I'm a software engineer and I love to code. I'm passionate about technology and I enjoy building things. I'm always learning and looking for new challenges.
I have experience with a variety of programming languages and frameworks, mostly based on Python and Java. I'm currently working on a few projects, and I'm always looking for new opportunities. If you're interested in working with me, feel free to reach out.

Projects

{% for project in projects %}
{{ project.name }}
{{ project.name }} {% for badge in project.badges %} {{ badge.text }} {% endfor %}

{{ project.description }}

{% if project.buttons_use_group %}
{% endif %} {% for button in project.buttons %} {{ button.text }} {% endfor %} {% if project.buttons_use_group %}
{% endif %}
{% endfor %}