Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Added new linkfree profile #3560

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
## 1.51.1 (2023-01-16)


### Bug Fixes

* mobile nav ([#3538](https://github.com/EddieHubCommunity/LinkFree/issues/3538)) ([50d3139](https://github.com/EddieHubCommunity/LinkFree/commit/50d3139901cfda74e521a88a78a0a21941715e4f)), closes [#3202](https://github.com/EddieHubCommunity/LinkFree/issues/3202)
## 1.51.2 (2023-01-16)



68 changes: 68 additions & 0 deletions data/Anuj-Kumar-AJ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"name": "Anuj Kumar",
"type": "personal",
"bio": "I am Anuj Kumar, Graduated in 2022 with mechanical Engineering degree. During my college i got to know about computer and got super excited in tech field, but due not getting to meet amazing people like Eddie and Kunal Kushwaha. I dont get chance to explore in this domain my peers are all about competitive programming. Well in lockdown period i meet eddie and kunal and got in tech Twitter. From them i got into openSource, I am very grateful to them that currently i am exploring with guidance in tech field . About my Domain in tech after exploration i have decided to pursue my career in the field of cloud and infrastructure.",
"avatar": "https://github.com/Anuj-Kumar-AJ.png",
"links": [
{
"name": "Follow me on GitHub",
"url": "https://github.com/Anuj-Kumar-AJ",
"icon": "github"
},
{
"name": "Follow me on Twitter",
"url": "https://twitter.com/AnujAJtwt",
"icon": "twitter"
},
{
"name": "Follow me on LinkedIn",
"url": "www.linkedin.com/in/anuj-kumar-aj639",
"icon": "LinkedIn"
},
{
"name": "Follow me on HashNode",
"url": "https://hashnode.com/@Anuj639",
"icon": "HashNode"
}
],
"milestones": [
{
"title": "Started Learning Web Development",
"date": "June 2022",
"icon": "dollar",
"color": "grey",
"description": "Started Learning ReactJS"
},
{
"title": "Started my OpenSource Journey",
"date": "June 2022",
"icon": "dollar",
"color": "grey",
"description": "Submitted my First PR in eddieHub Community. Added name to member file"
},

{
"title": "Started Learning Docker",
"date": "October 2022",
"icon": "dollar",
"color": "grey",
"description": "Started Learning Docker, for containerise application , learned about containers , images , how to pull image from dockerHub, played with images and containers in terminal"
},

{
"title": "Started Learning Kubernetes",
"date": "November 2022",
"icon": "dollar",
"color": "grey",
"description": "Started Learning Kubernetes, learnt about why we needed k8s, different components of it like pods, replica, replicasets, probes,etc about its usage , installed minikube for it."
},

{
"title": "Officially learning infrastructure and cloud",
"date": "December 2022",
"icon": "dollar",
"color": "purple",
"description": "officially started learning cloud in structured way , by taking sayiam pathak guidance(roadmap) on this , and started sharing my learning on github repository. I have shared content about git , networking, linux , jenkins. till now this will continue to update."
}
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkfree",
"version": "1.51.1",
"version": "1.51.2",
"private": false,
"homepage": "https://linkfree.eddiehub.org",
"dependencies": {
Expand Down