From e3b247da467155ae8168d8e05be80ea78f23bbba Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 9 Aug 2022 11:15:50 +0200 Subject: [PATCH] Scaffold article about using frameworks in portfolios --- Rants/Portfolios without Frameworks.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Rants/Portfolios without Frameworks.md diff --git a/Rants/Portfolios without Frameworks.md b/Rants/Portfolios without Frameworks.md new file mode 100644 index 0000000..e5310dc --- /dev/null +++ b/Rants/Portfolios without Frameworks.md @@ -0,0 +1,19 @@ +--- +title: Stop using frameworks for your portfolio! +published: false +description: or "why, in my humble opinion, you should refrain from using a framework intended for highly interactive web applications for a simple portfolio site" +tags: +# cover_image: https://direct_url_to_image.jpg +# Use a ratio of 100:42 for best results. +--- + +So I will admit, that title leans slightly towards click-bait. +I am not primarily a web developer nor looking for a job as one and my software philosophy is one of simplicity and minimalism. + +With that being said, I have seen many developer portfolios reaching for modern frameworks built primarily for big, highly interactive web applications, and I believe that might not always be the best approach. + +## Advertise core skills + + +## Let your projects speak for themselves + \ No newline at end of file