diff --git a/.astro/types.d.ts b/.astro/types.d.ts index dc6abcf..7701131 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -112,6 +112,20 @@ declare module 'astro:content' { const entryMap: { "articles": { +"01-creating-comprehensive-serverless-reminder-app.md": { + id: "01-creating-comprehensive-serverless-reminder-app.md", + slug: "01-creating-comprehensive-serverless-reminder-app", + body: string, + collection: "articles", + data: InferEntrySchema<"articles"> +} & { render(): Render[".md"] }, +"02-serverless-file-processing.md": { + id: "02-serverless-file-processing.md", + slug: "02-serverless-file-processing", + body: string, + collection: "articles", + data: InferEntrySchema<"articles"> +} & { render(): Render[".md"] }, "creating-an-ec2-instance.md": { id: "creating-an-ec2-instance.md", slug: "creating-an-ec2-instance", diff --git a/src/components/sections/about-me.astro b/src/components/sections/about-me.astro index a1019d2..dcecb34 100644 --- a/src/components/sections/about-me.astro +++ b/src/components/sections/about-me.astro @@ -5,15 +5,15 @@ import Button from '../atoms/button.astro';

- Frontend Developer, + DevOps Engineer,
- DevOps Enthusiast + AWS Enthusiast

- I'm Nischal Shakya, a frontend developer and devops enthusiast — I have keen - interest in optimizing software development processes for efficient and - seamless operations. + I'm Nischal Shakya, a DevOps Engineer with a focus on AWS — I'm dedicated to + optimizing software development processes for efficient and seamless + operations.