Skip to content

Commit f107697

Browse files
authored
Added a new article in the articles section
Added a new article in the articles section
2 parents f22e759 + bd40c4f commit f107697

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/data/resume-data.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ export const RESUME_DATA = {
7575
"Prisma",
7676
],
7777
articles: [
78+
{
79+
title: "Building Your Own Git from Scratch in Go",
80+
techStack: ["Git Internals", "Go Programming"],
81+
slug: "",
82+
description:
83+
"The article 'Building Your Own Git from Scratch in Go' provides a comprehensive guide to understanding and implementing the core functionalities of Git using the Go programming language. It delves into the internal mechanisms of Git, such as creating repositories, reading & writing blob objects, offering readers both theoretical insights and practical coding examples.",
84+
link: {
85+
label: "https://medium.com/",
86+
href: "https://medium.com/@duggal.sarthak12/building-your-own-git-from-scratch-in-go-01166fcb18ad",
87+
},
88+
},
7889
{
7990
title: "How to Implement Logging with Pino-logger",
8091
techStack: ["Node.js", "Logging"],

0 commit comments

Comments
 (0)