From d0e75e2234563570decb044078ea8106826f2728 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Mon, 17 Jun 2024 13:42:26 +0200 Subject: [PATCH] feat: update now page; joining ING --- src/pages/index.astro | 4 +- src/pages/now.astro | 8 +-- src/pages/now/and-then/posts/2024-04-19.astro | 64 +++++++++++++++++++ 3 files changed, 67 insertions(+), 9 deletions(-) create mode 100644 src/pages/now/and-then/posts/2024-04-19.astro diff --git a/src/pages/index.astro b/src/pages/index.astro index 1cf7197..99f6a87 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -35,9 +35,7 @@ import { stuff } from '../constants/stuff'; Now - Relearning Python & working on /threads + Frontend engineering lead @ ING diff --git a/src/pages/now.astro b/src/pages/now.astro index c7f5aad..f1b3738 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -10,14 +10,10 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

Now

- Published on the + Published on the

-

After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language. I worked with Python 2 for a short while in the past, but only briefly for some projects and not really learning much in the larger ecosystem.

- -

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

- -

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

+

Starting this month, I have joined ING as Chapter Lead for Frontend Engineering; directly involved with the platform upon which all web apps accross more than 40 countries are built. Our Unified Design System and SDKs are the ingredients ING developers use to craft experiences for more than 53 million users.


diff --git a/src/pages/now/and-then/posts/2024-04-19.astro b/src/pages/now/and-then/posts/2024-04-19.astro new file mode 100644 index 0000000..d31745a --- /dev/null +++ b/src/pages/now/and-then/posts/2024-04-19.astro @@ -0,0 +1,64 @@ +--- +import Layout from "../../../../layouts/Layout.astro"; +import Footer from "../../../../components/Footer.astro"; + +const title = "Relearning Python & working on /threads"; +const description = "I am now a Certified Professional for Software Architecture (CPSA-F®)"; +--- + + +
+

{title}

+

+ Published on the +

+ +

After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language. I worked with Python 2 for a short while in the past, but only briefly for some projects and not really learning much in the larger ecosystem.

+ +

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

+ +

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

+
+
+
+ +