{{ define "styles" }} {{ $styles := resources.Get "css/index.css" | toCSS | minify }} {{ end }} {{ define "main" }} {{ $faceImage := resources.Get "images/big-face.webp" }}

Hi! I am Hazem, a software engineer currently working at Finteum

I have over two years of experience mainly working on web and cross platform mobile applications in E-Commerce, Fintech, Auditing and Compliance.

Hazem Krimi's face

About

Tinkering is what got me to where I am now as a professional software engineer.

{{ partial "about-card.html" . }}
{{ if (gt (len (where .Site.RegularPages "Section" "projects")) 0) }}

Projects

View all projects

These are all the projects I worked on personally and professionally.

{{ range (where .Site.Pages "Section" "projects") }} {{ range first 2 .Pages }} {{ partial "card.html" . }} {{ end }} {{ end }}
{{ end }} {{ if (gt (len (where .Site.RegularPages "Section" "blog")) 0) }}

Blog

View all blog posts

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 }}
{{ end }}

Contact

Here you can contact me personally for any questions or opportunities.

{{ partial "contact-form.html" . }}
{{ end }}