diff --git a/pages/about.mdx b/pages/about.mdx
index 1e6ba51..2a10bc7 100644
--- a/pages/about.mdx
+++ b/pages/about.mdx
@@ -17,13 +17,23 @@ Hi, I'm Hiranmaya Gundu. I'm a software developer from India, currently based in
-I'm a recent graduate of PES University, and as of Jan 2020, have about a year of professional experience in the industry.
-I currently work as a Full Stack engineer, and learnt professional JavaScript and Web Development on the job.
+I'm an incoming graduate student at University of Southern California, and as of July 2021, have 2.5 years of
+professional experience in the industry.
+
This website was born out of a desire to learn about React's server side rendering capabilities, as well as TypeScript.
-I'm currently actively looking to further my education through a graduate program. I have a strong interest in the Systems fields.
+## Work Experience
+
+[MiQ Digital India](https://wearemiq.com) (Jun 2019 - Aug 2021)
+
+_Software Engineer - II_
+
+I was part of the team that built a workflow engine that was used by analysts internally. I helped build and maintain
+a drag-and-drop workflow editor, built integrations with other services using both REST APIs as well as using a
+cutsom Kafka based messaging system. I also helped contanierize and kuberntize the application, and built CI/CD
+pipelines for it.
## Technical Skills
diff --git a/pages/posts/config-in-kube.mdx b/pages/posts/config-in-kube.mdx
index bee6120..94423fb 100644
--- a/pages/posts/config-in-kube.mdx
+++ b/pages/posts/config-in-kube.mdx
@@ -1,6 +1,5 @@
import Mark from "components/Mark";
import Head from "components/Head";
-import Callout from "components/Callout";
export const meta = {
published: true,
diff --git a/pages/posts/debug-java-apps-kube.mdx b/pages/posts/debug-java-apps-kube.mdx
new file mode 100644
index 0000000..e791152
--- /dev/null
+++ b/pages/posts/debug-java-apps-kube.mdx
@@ -0,0 +1,90 @@
+import Mark from "components/Mark";
+import Head from "components/Head";
+import Callout from "components/Callout";
+
+export const meta = {
+ published: true,
+ publishedAt: "2021-06-21",
+ title: "Remote debug Java Applications running on Kubernetes",
+ summary: "A guide to debugging Java applications running on Kubernetes",
+};
+
+