diff --git a/src/pages/blog.astro b/src/pages/blog.astro
new file mode 100644
index 0000000..57d5da3
--- /dev/null
+++ b/src/pages/blog.astro
@@ -0,0 +1,124 @@
+---
+import Header from '../components/foundation/Header.astro';
+import { Picture } from 'astro:assets';
+import { getCollection } from "astro:content";
+import Articles from '../components/layouts/Articles/index.astro';
+import Page from "../components/foundation/Page.astro";
+import me from '../assets/me.jpg';
+
+const articles = await getCollection('articles');
+---
+
+
+ As a software engineer with a diverse skill set in frontend, + backend, and DevOps, I find my greatest satisfaction in unraveling + complex challenges and transforming them into achievable + solutions. My career has predominantly been in frontend + development, but my keen interest and adaptability have frequently + drawn me into backend and DevOps roles. I am driven not by titles + or hierarchy but by opportunities where I can make a real + difference through my work. +
+ In every role, I strive to blend my technical skills with a + collaborative spirit, focusing on contributing to team goals and + delivering practical, effective solutions. My passion for + development extends beyond professional settings; I continually + engage in personal projects to explore new technologies and + methodologies, keeping my skills sharp and current. +
+ I am eager to find a role that aligns with my dedication to + development and problem-solving, a place where I can apply my + varied expertise to meaningful projects and grow within a team + that values innovation and technical skill. +
+- As a software engineer with a diverse skill set in frontend, - backend, and DevOps, I find my greatest satisfaction in unraveling - complex challenges and transforming them into achievable - solutions. My career has predominantly been in frontend - development, but my keen interest and adaptability have frequently - drawn me into backend and DevOps roles. I am driven not by titles - or hierarchy but by opportunities where I can make a real - difference through my work. -
- In every role, I strive to blend my technical skills with a - collaborative spirit, focusing on contributing to team goals and - delivering practical, effective solutions. My passion for - development extends beyond professional settings; I continually - engage in personal projects to explore new technologies and - methodologies, keeping my skills sharp and current. -
- I am eager to find a role that aligns with my dedication to - development and problem-solving, a place where I can apply my - varied expertise to meaningful projects and grow within a team - that values innovation and technical skill. -
-