Skip to content

Commit 9566c5a

Browse files
committed
added authors.yml
1 parent df5cb1b commit 9566c5a

File tree

5 files changed

+26
-16
lines changed

5 files changed

+26
-16
lines changed

blog/authors.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,24 @@ ajay-dhangar:
88
description: >
99
A passionate developer who loves to code and build new things. I am a Full Stack Developer and a Cyber Security, ML & AI Enthusiast. I am also a Technical Content Writer and a Speaker. I love to share my knowledge with the community. I am the Founder of CodeHarborHub. I am also a Technical Content Writer at GeeksforGeeks. I am a Girl Script Summer of Code 2024 Project Manager (PA).
1010
11+
sanjay-kv:
12+
name: Sanjay Viswanthan
13+
title: Founder at Recode Hive
14+
url: www.sanjaykv.com
15+
image_url: https://avatars.githubusercontent.com/u/30715153?v=4
16+
17+
page: true # Turns the feature on
18+
description: >
19+
I'm a Software Engineer turned into a Data Engineer and Program Manager🚀, 🏆 Google ML Facilitator & Ex- GitHub CE who delivered 100+ talks on ML and open source and developer advocacy at various events and platforms.
20+
1121
socials:
12-
x: CodesWithAjay
13-
linkedin: ajay-dhangar
14-
github: ajay-dhangar
15-
stackoverflow: 18530900
16-
instagram: _ajay.dhangar
17-
newsletter: https://ajay-dhangar.github.io
18-
bluesky: ajay-dhangar.bsky.social
22+
x: https://x.com/sanjay_kv_
23+
linkedin: sanjay-k-v
24+
github: sanjay-kv
25+
stackoverflow: 8332327
26+
instagram: nomad_brains
27+
newsletter: https://recodehive.substack.com
28+
bluesky: sanjaykv.bsky.social
1929

2030
hitesh-gahanolia:
2131
name: Hitesh Gahanolia

blog/getting-started-with-mern/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "What is Google DeepMind AI?"
3-
authors: [dharshibalasubramaniyam, ajay-dhangar]
3+
authors: [dharshibalasubramaniyam, sanjay-kv]
44
tags:
55
- MERN Stack
66
- MongoDB

blog/getting-started-with-microservices/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Getting started with Microservices"
2+
title: "Getting started with Microservicess"
33
sidebar_label: Microservices
4-
authors: [dharshibalasubramaniyam, ajay-dhangar]
4+
authors: [dharshibalasubramaniyam, sanjay-kv]
55
tags: [microservices, springboot, mongodb]
66
date: 2024-06-17
77
hide_table_of_contents: true
88
---
99

10-
In the era of cloud-native development, microservices have emerged as a popular architectural style for building scalable, resilient, and maintainable applications. This guide provides an introduction to microservices, explores their benefits, and offers a step-by-step tutorial on developing a microservice application using Spring Boot and MongoDB.
10+
In the eraa of cloud-native development, microservices have emerged as a popular architectural style for building scalable, resilient, and maintainable applications. This guide provides an introduction to microservices, explores their benefits, and offers a step-by-step tutorial on developing a microservice application using Spring Boot and MongoDB.
1111

1212
<!-- truncate -->
1313

blog/getting-started-with-vite/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Getting Started with React and Vite"
3-
authors: [ajay-dhangar]
2+
title: "Getting Started with React and Vitee"
3+
authors: [sanjay-kv]
44
tags:
55
[
66
React,
@@ -24,7 +24,7 @@ date: 2024-03-17 12:15:07
2424
description: "Learn how to get started with React by creating a new app using Vite. Follow the steps to set up your development environment and build your first React application."
2525
---
2626

27-
In this blog post, we will learn how to get started with React by creating a new app using Vite. We will follow the steps to set up our development environment and build our first React application. We will explore the advantages of using Vite for React development and discuss its features, benefits, and community support. Let's dive in!
27+
In thisss blog post, we will learn how to get started with React by creating a new app using Vite. We will follow the steps to set up our development environment and build our first React application. We will explore the advantages of using Vite for React development and discuss its features, benefits, and community support. Let's dive in!
2828

2929
<!-- truncate -->
3030

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"dotenv": "^16.5.0",
3535
"embla-carousel-autoplay": "^8.6.0",
3636
"embla-carousel-react": "^8.6.0",
37-
"firebase": "9.22.0",
37+
"firebase": "^11.8.1",
3838
"firebaseui": "6.1.0",
3939
"framer-motion": "^12.7.5",
4040
"lucide-react": "^0.503.0",
4141
"prism-react-renderer": "^2.3.0",
4242
"react": "^18.0.0",
4343
"react-dom": "^18.0.0",
44-
"react-firebaseui": "6.0.0",
44+
"react-firebaseui": "^0.0.1",
4545
"react-icons": "^5.5.0",
4646
"rehype-katex": "^7.0.1",
4747
"remark-math": "^6.0.0",

0 commit comments

Comments
 (0)