diff --git a/content/categories/flink/_index.md b/content/categories/flink/_index.md
index cee2f0c..e396546 100644
--- a/content/categories/flink/_index.md
+++ b/content/categories/flink/_index.md
@@ -5,6 +5,6 @@ image:
# Badge style
style:
- background: "#2a0d8f"
+ background: "#ffa500"
color: "#fff"
---
diff --git a/content/categories/golang/_index.md b/content/categories/golang/_index.md
deleted file mode 100644
index c3d4e84..0000000
--- a/content/categories/golang/_index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: Golang
-description: Go was created at Google in 2007, and since then, engineering teams across the world have adopted Go to build products and services at massive scale.
-image:
-
-# Badge style
-style:
- background: "#2a9d8f"
- color: "#fff"
----
\ No newline at end of file
diff --git a/content/categories/kubernetes/_index.md b/content/categories/kubernetes/_index.md
new file mode 100644
index 0000000..38a7e04
--- /dev/null
+++ b/content/categories/kubernetes/_index.md
@@ -0,0 +1,10 @@
+---
+title: Kubernetes
+description: Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.
+image:
+
+# Badge style
+style:
+ background: "#2a0d8f"
+ color: "#fff"
+---
diff --git a/content/page/about/index.md b/content/page/about/index.md
index cb6eb52..25e561c 100644
--- a/content/page/about/index.md
+++ b/content/page/about/index.md
@@ -12,6 +12,10 @@ links:
description: Jeremy Barneron - Checkout my Github !
website: https://github.com/amstee/
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
+ - title: Dojo.tech
+ description: Jeremy Barneron - Checkout my Github !
+ website: https://dojo.tech/
+ image: https://cdn.dojo.tech/payments/branding/logos/acc_wrr9HHrH10KHXtVxfWNPHw/file_y-_CuT9RLkKK2vvvLaGeUw/90395f2a-029e-4f23-afdb-258bdbb1002b.png
license: false
menu:
main:
@@ -21,9 +25,10 @@ menu:
---
-Software Engineer with a strong experience building scalable systems.
+Software Engineer with a strong experience building real time scalable systems and platforms.
+Proficient in utilising a variety of platforms, tools, and languages to deliver robust and scalable solutions.
-I like to solve complex problems around delivering real time systems in perpetual growth.
Proficient in utilising a variety of platforms, tools, and languages to deliver robust and scalable solutions.
+I am currently working at [dojo.tech](https://dojo.tech/) developing our real time processing capabilities through Kafka and Flink.
Some of the technologies I work with include:
```yaml
diff --git a/content/post/flink-datalake/index.md b/content/post/flink-datalake/index.md
index 70fb8af..41e5561 100644
--- a/content/post/flink-datalake/index.md
+++ b/content/post/flink-datalake/index.md
@@ -1,11 +1,13 @@
---
-title: "Build your own Data Warehouse with Flink SQL"
+title: "Build your own Data Warehouse in minutes with Flink SQL"
date: 2024-06-02
layout: article
categories:
- flink
- - kafka
- - lakehouse
+tags:
+ - Lakehouse
+ - Flink
+ - Iceberg
---
diff --git a/content/post/strimzi-accross-many-kubernetes-clusters/index.md b/content/post/strimzi-accross-many-kubernetes-clusters/index.md
new file mode 100644
index 0000000..39d2fdb
--- /dev/null
+++ b/content/post/strimzi-accross-many-kubernetes-clusters/index.md
@@ -0,0 +1,16 @@
+---
+title: "Manage your kafka infrastructure from many k8s clusters"
+date: 2024-06-02
+layout: article
+categories:
+ - kafka
+ - kubernetes
+tags:
+ - k8s
+ - operators
+ - strimzi
+ - kafka
+---
+
+
+Coming Soon !
\ No newline at end of file