diff --git a/src/pages/index.astro b/src/pages/index.astro index 66f1dc8..61909d8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -31,7 +31,7 @@ note = note.replace('ayco.io/gh/', '').replace(' Now - Building a Cozy Web without borders... + Certified Software Architecture Professional diff --git a/src/pages/now.astro b/src/pages/now.astro index 48862e3..5bb1148 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -10,18 +10,13 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

Now

What am I currently up to? -

- Recently started a new project that aims to be a modern-day reading assistant, called Cozy 🧸. -

-

- The full motivation as of the moment, I've written on my blog. -

-

- Also started exploring ways to interact on the web without being confined on a centralized solution that big tech companies have lured us into. -

-

- I mean protocols that allow websites and people to exchange messages with each other without borders, like webmention, activitypub, and the likes. -

+ +

🎉 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.

+
About now pages diff --git a/src/pages/now/and-then/posts/01-19-2023.astro b/src/pages/now/and-then/posts/01-19-2023.astro index f6efaf4..0283116 100644 --- a/src/pages/now/and-then/posts/01-19-2023.astro +++ b/src/pages/now/and-then/posts/01-19-2023.astro @@ -7,7 +7,7 @@ const description = "I have been living now in Amsterdam for a little over a yea
-

The Fediverse and Other Passion Projects

+

{title}

I have been living now in Amsterdam for a little over a year with my wife and son.

diff --git a/src/pages/now/and-then/posts/06-23-2023.astro b/src/pages/now/and-then/posts/06-23-2023.astro new file mode 100644 index 0000000..42e23e0 --- /dev/null +++ b/src/pages/now/and-then/posts/06-23-2023.astro @@ -0,0 +1,66 @@ +--- +import Layout from "../../../../layouts/Layout.astro"; +import Footer from "../../../../components/Footer.astro"; +const title = "Building a Cozy Web without borders..."; +const description = "A project that aims to be a modern-day reading assistant" +--- + + +
+

{title}

+

+ Recently started a new project that aims to be a modern-day reading assistant, called Cozy 🧸. +

+

+ The full motivation as of the moment, I've written on my blog. +

+

+ Also started exploring ways to interact on the web without being confined on a centralized solution that big tech companies have lured us into. +

+

+ I mean protocols that allow websites and people to exchange messages with each other without borders, like webmention, activitypub, and the likes. +

+
+
+
+ +