Skip to content

Commit

Permalink
Merge pull request #72 from Nischal2015/refactor/info
Browse files Browse the repository at this point in the history
Refactor website information
  • Loading branch information
Nischal2015 authored May 5, 2024
2 parents 0c3c7fe + 38ad869 commit c9d0997
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/components/sections/about-me.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import Button from '../atoms/button.astro';

<Section py={16}>
<h1 class='h1 tracking-[-0.02rem]'>
Frontend Developer,
DevOps Engineer,
<br />
DevOps Enthusiast
AWS Enthusiast
</h1>

<p class='about'>
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.
</p>

<Button
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Crafting a Comprehensive Serverless Reminder App'
subtitle: 'Effortlessly Manage Your Reminders'
imageShow: 'https://res.cloudinary.com/dt7uxtenl/image/upload/v1714929412/articles/crafting-a-comprehensive-serverless-reminder-app/kelly-sikkema-mZ5D2T5rVG4-unsplash_gyh33p.jpg'
imageShowAlt: 'Photo by Kelly Sikkema on Unsplash'
imageSlide: 'https://res.cloudinary.com/dt7uxtenl/image/upload/v1714929523/articles/crafting-a-comprehensive-serverless-reminder-app/towfiqu-barbhuiya-jOeh3Lv88xA-unsplash_ljo0x8.jpg'
imageSlideAlt: 'Photo by Towfiqu barbhuiya on Unsplash'
---
8 changes: 8 additions & 0 deletions src/content/articles/02-serverless-file-processing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Serverless File Processing with AWS'
subtitle: 'Building a Scalable Data Pipeline with AWS Lambda, SQS and SNS'
imageShow: 'https://res.cloudinary.com/dt7uxtenl/image/upload/v1714930891/articles/serverless-file-processing/serverless-file-processing-2_h8ia3z.jpg'
imageShowAlt: 'Image by DC Studio on Freepik'
imageSlide: 'https://res.cloudinary.com/dt7uxtenl/image/upload/v1714930790/articles/serverless-file-processing/serverless-file-processing-1_iw3ydv.jpg'
imageSlideAlt: 'Image by rawpixel.com on Freepik'
---

0 comments on commit c9d0997

Please sign in to comment.