Skip to content

Latest commit

 

History

History
91 lines (78 loc) · 2.19 KB

File metadata and controls

91 lines (78 loc) · 2.19 KB
layout page
<style> .flex { display: flex; } .flex-row { flex-direction: row; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .radius { border-radius: 10px } .mr { margin-right: 20px; } .mb { margin-bottom: 20px; } .flex-1 { flex: 1; } .align-items-center { align-items: center; } </style>

About Me

Hi I'm Erica Tanti and I'm a Software Engineer (ahem, Developer?) from Malta!

Welcome to 👩🏻‍💻Erica the Dev, my little spot on the internet where I'll be sharing by knowledge from my 9 years working in the software industry.

Blog

My blog posts can be found at [this url]({% link blog/index.markdown %}). Here's a list of topics I've written about to get you started:

{% capture temptags %} {% for tag in site.tags %} {{ tag[1].size | plus: 1000 }}#{{ tag[0] }}#{{ tag[1].size }} {% endfor %} {% endcapture %} {% assign sortedtemptags = temptags | split:' ' | sort | reverse %}

{% for temptag in sortedtemptags %} {% assign tagitems = temptag | split: '#' %} {% capture tagname %}{{ tagitems[1] }}{% endcapture %} {{ tagname }} {% endfor %}

{%- if site.posts.size > 0 -%}

Latest Posts

    {%- for post in site.posts limit:3 -%}
  • {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {{ post.date | date_to_string }} {{ post.excerpt }}
  • {%- endfor -%}

subscribe via RSS

{%- endif -%}