From 82c06d1966d47e89e06d65b67300c6831f609c57 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 19 Apr 2024 22:07:11 +0200 Subject: [PATCH] feat: update now page --- src/pages/index.astro | 2 +- src/pages/now.astro | 10 +-- src/pages/now/and-then/posts/09-09-2023.astro | 63 +++++++++++++++++++ 3 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 src/pages/now/and-then/posts/09-09-2023.astro diff --git a/src/pages/index.astro b/src/pages/index.astro index 5687318..fed1a5b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -36,7 +36,7 @@ import { stuff } from '../constants/stuff'; Now Certified Software Architecture ProfessionalLearning Python & working on /threads diff --git a/src/pages/now.astro b/src/pages/now.astro index d9d0113..33d9e19 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -10,13 +10,13 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

Now

- Updated on the 9th of September, 2023 + Updated on the 19th of April, 2024 -

🎉 Thrilled to share I am now a Certified Professional for Software Architecture (CPSA-F®) after having completed and passed the iSAQB® – International Software Architecture Qualification Board's intensive training and examination.

+

After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language.

-

This means I have the necessary basis for facilitating / participating in architectural design activities for software development.

- -

Having a consistent language in Software Architecture is beneficial when communicating with stakeholders and clarifying consistent patterns and principles that guide the development of software products.

+

This very website is now running on a Flask python server. And I have started working on a self-hosted public /threads project.

+ +

Will probably write some blogs about the journey, but I have already organized the collection of repositories for my personal site


diff --git a/src/pages/now/and-then/posts/09-09-2023.astro b/src/pages/now/and-then/posts/09-09-2023.astro new file mode 100644 index 0000000..befca56 --- /dev/null +++ b/src/pages/now/and-then/posts/09-09-2023.astro @@ -0,0 +1,63 @@ +--- +import Layout from "../../../../layouts/Layout.astro"; +import Footer from "../../../../components/Footer.astro"; + +const title = "Certified Software Architecture Professional"; +const description = "I am now a Certified Professional for Software Architecture (CPSA-F®)"; +--- + + +
+

{title}

+ + Updated on the 9th of September, 2023 + +

🎉 Thrilled to share I am now a Certified Professional for Software Architecture (CPSA-F®) after having completed and passed the iSAQB® – International Software Architecture Qualification Board's intensive training and examination.

+ +

This means I have the necessary basis for facilitating / participating in architectural design activities for software development.

+ +

Having a consistent language in Software Architecture is beneficial when communicating with stakeholders and clarifying consistent patterns and principles that guide the development of software products.

+
+
+
+ +