From 7187ce315e5e5478439f4703b693f6c2a79fc100 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 14 Apr 2025 15:10:17 +0100 Subject: [PATCH] First blog post WIP --- content/blog/_index.md | 4 ++-- .../blog/you-dont-need-docker-for-small-projects/index.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 content/blog/you-dont-need-docker-for-small-projects/index.md diff --git a/content/blog/_index.md b/content/blog/_index.md index da4642c..0218e6b 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -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. \ No newline at end of file +These are articles about things I learned about software engineering. diff --git a/content/blog/you-dont-need-docker-for-small-projects/index.md b/content/blog/you-dont-need-docker-for-small-projects/index.md new file mode 100644 index 0000000..fd36391 --- /dev/null +++ b/content/blog/you-dont-need-docker-for-small-projects/index.md @@ -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 +---