First blog post WIP

This commit is contained in:
2025-04-14 15:10:17 +01:00
parent a7b0ea719b
commit 7187ce315e
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
---
title: "Blog"
description: 'Blog covering Computer Science and Software Engineering topic by Hazem Krimi'
description: 'Blog covering Computer Science and Software Engineering topics by Hazem Krimi'
date: 2023-10-18
---
## Blog
These are articles about things I learned about software engineering.
These are articles about things I learned about software engineering.
@@ -0,0 +1,6 @@
---
title: "You Don't Need Docker For Small Projects"
description: "Why using docker hinders your ability to learn about system administration and makes you use cloud services which are expensive and an over-engineered solution for small to medium personal projects."
date: 2025-04-14
draft: true
---