These are all the projects I worked on personally and professionally.
{{ range (where .Site.Pages "Section" "projects") }} {{ range .Pages }} {{ partial "card.html" . }} {{ end }} {{ end }}These are articles about things I learned about software engineering.
{{ range (where .Site.Pages "Section" "blog") }} {{ range .Pages }} {{ partial "card.html" . }} {{ end }} {{ end }}Here you can contact me personally for any questions or opportunities.
{{ partial "contact-form.html" . }}