These are all the projects I worked on personally and professionally.
{{ range (where .Site.Pages "Section" "projects") }} {{ range first 3 .Pages }} {{ partial "card.html" . }} {{ end }} {{ end }}These are articles about things I learned about software engineering.
{{ range (where .Site.Pages "Section" "blog") }} {{ range first 2 .Pages }} {{ partial "card.html" . }} {{ end }} {{ end }}