diff --git a/assets/hazem-krimi.pdf b/assets/hazem-krimi.pdf index b027cc1..5d98d16 100644 Binary files a/assets/hazem-krimi.pdf and b/assets/hazem-krimi.pdf differ diff --git a/content/projects/astrobuild.md b/content/projects/astrobuild.md deleted file mode 100644 index 44c7daf..0000000 --- a/content/projects/astrobuild.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 'Astrobuild' -description: 'Prototype of a collaboration tool between stakeholders for building software projects' -source: 'https://github.com/hazemKrimi/astrobuild' -date: 2021-07-10 ---- diff --git a/content/projects/discord-bot.md b/content/projects/discord-bot.md index a643d5c..9b57d5f 100644 --- a/content/projects/discord-bot.md +++ b/content/projects/discord-bot.md @@ -1,6 +1,6 @@ --- -title: 'Discord Bot' -description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites' +title: 'Discord Bot (Archived)' +description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites.' source: 'https://github.com/hazemKrimi/discord-bot' date: 2020-03-10 --- diff --git a/content/projects/hack-assembler.md b/content/projects/hack-assembler.md index 8c51813..c70fc65 100644 --- a/content/projects/hack-assembler.md +++ b/content/projects/hack-assembler.md @@ -1,6 +1,7 @@ --- -title: 'Assembler' -description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust' +title: 'Hack Assembler' +description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust.' source: 'https://github.com/hazemKrimi/hack-assembler' -date: 2024-03-10 +demo: 'https://github.com/hazemKrimi/hack-assembler/releases/tag/v1.0.0' +date: 2025-03-13 --- diff --git a/content/projects/jack-vm-translator.md b/content/projects/jack-vm-translator.md index 13c4707..4b25c9d 100644 --- a/content/projects/jack-vm-translator.md +++ b/content/projects/jack-vm-translator.md @@ -1,5 +1,5 @@ --- -title: 'VM Translator' +title: 'Jack VM Translator (Archived)' description: 'VM Translator from The Jack language VM code to The Hack language assembly code as part of the Nand to Tetris course' source: 'https://github.com/hazemKrimi/jack-vm-translator' date: 2024-05-05 diff --git a/content/projects/ugly-ui.md b/content/projects/ugly-ui.md new file mode 100644 index 0000000..468cc04 --- /dev/null +++ b/content/projects/ugly-ui.md @@ -0,0 +1,6 @@ +--- +title: 'Ugly UI' +description: 'An ugly and boring React component library utilizing Vite and Storybook.' +source: 'https://github.com/hazemKrimi/ugly-ui' +date: 2025-03-17 +--- diff --git a/layouts/index.html b/layouts/index.html index 1a7635a..ae0a036 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,8 +6,8 @@ {{ define "main" }}
-

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.

+

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

+

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

@@ -30,7 +30,7 @@

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

{{ range (where .Site.Pages "Section" "projects") }} - {{ range first 2 .Pages }} + {{ range first 3 .Pages }} {{ partial "card.html" . }} {{ end }} {{ end }} diff --git a/layouts/partials/about-card.html b/layouts/partials/about-card.html index 1b53ac0..a4861cf 100644 --- a/layouts/partials/about-card.html +++ b/layouts/partials/about-card.html @@ -5,7 +5,7 @@ Hazem Krimi's face

- I am a software engineer with a extensive experience building user-friendly web and cross-platform mobile applications using React and React Native with TypeScript. Similarly, I have experience building APIs using Node.js and recently using Scala. Recently, I got into DLT using Corda with Kotlin. + I am a software engineer with a extensive experience building AI-powered and user-friendly web and cross-platform mobile applications using various technologies including React, React Native, TypeScript, Golang, Rust, Kotlin and Scala to name a few.