mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Projects and resume updates
This commit is contained in:
Binary file not shown.
@@ -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
|
|
||||||
---
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'Discord Bot'
|
title: 'Discord Bot (Archived)'
|
||||||
description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites'
|
description: 'A discord bot that plays audio tracks from facebook, youtube and podcast websites.'
|
||||||
source: 'https://github.com/hazemKrimi/discord-bot'
|
source: 'https://github.com/hazemKrimi/discord-bot'
|
||||||
date: 2020-03-10
|
date: 2020-03-10
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: 'Assembler'
|
title: 'Hack Assembler'
|
||||||
description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust'
|
description: 'Assembler for The Hack language from the Nand to Tetris course witten in Rust.'
|
||||||
source: 'https://github.com/hazemKrimi/hack-assembler'
|
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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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'
|
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'
|
source: 'https://github.com/hazemKrimi/jack-vm-translator'
|
||||||
date: 2024-05-05
|
date: 2024-05-05
|
||||||
|
|||||||
@@ -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
|
||||||
|
---
|
||||||
+3
-3
@@ -6,8 +6,8 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<section id="intro">
|
<section id="intro">
|
||||||
<div>
|
<div>
|
||||||
<h1>Hi! I am <span>Hazem</span>,<br> a software engineer currently working at <a href="https://finteum.com" target="_blank">Finteum</a></h1>
|
<h1>Hi! I am <span>Hazem</span>,<br> a software engineer currently working at <a href="https://finteum.com" target="_blank">Finteum</a>.</h1>
|
||||||
<p>I have over two years of experience mainly working on web and cross platform mobile applications in E-Commerce, Fintech, Auditing and Compliance.</p>
|
<p>I have over three years of experience mainly working on web and cross platform mobile applications in E-Commerce, Fintech, Auditing and Compliance.</p>
|
||||||
<div id="action-buttons">
|
<div id="action-buttons">
|
||||||
<a href="{{ urls.JoinPath .Site.BaseURL "blog" }}">Blog</a>
|
<a href="{{ urls.JoinPath .Site.BaseURL "blog" }}">Blog</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p>These are all the projects I worked on personally and professionally.</p>
|
<p>These are all the projects I worked on personally and professionally.</p>
|
||||||
{{ range (where .Site.Pages "Section" "projects") }}
|
{{ range (where .Site.Pages "Section" "projects") }}
|
||||||
{{ range first 2 .Pages }}
|
{{ range first 3 .Pages }}
|
||||||
{{ partial "card.html" . }}
|
{{ partial "card.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" />
|
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" />
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
<a href="{{ $cv.Permalink }}" target="_blank">
|
<a href="{{ $cv.Permalink }}" target="_blank">
|
||||||
|
|||||||
Reference in New Issue
Block a user