Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update my details #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
33 changes: 7 additions & 26 deletions backend/data.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,23 @@
{
"devs": [
{
"name": "Holga Kilgore",
"links": {
"github": "https://github.com/johndoe",
"linkedin": "https://www.linkedin.com/in/johndoe",
"twitter": "https://twitter.com/johndoe"
},

"stack": ["JavaScript", "React", "Node.js", "MongoDB"],
"id": 1
},
{
"name": "Ebenezer Akhonya",
"links": {
"github": "https://github.com/itsfoss0",
"linkedin": "https://www.linkedin.com/in/ebenezer-akhonya",
"twitter": "https://twitter.com/its_foss"
"name": "Julius Kiema",


},
"stack": ["Python", "Django", "Kubernetes", "AWS", "Docker"],
"id": 2
},
{
"name": "Alice Johnson",
"links": {
"github": "https://github.com/alicejohnson",
"linkedin": "https://www.linkedin.com/in/alicejohnson",
"twitter": "https://twitter.com/alicejohnson"
},
"name": "Julius Kiema",

"stack": ["Java", "Spring Boot", "MySQL", "AWS"],
"id": 322
},
{
"name": "Sherlock Holmes",
"links": {
"github": "https://github.com/sholmes",
"linkedin": "https://www.linkedin.com/in/shlerlock",
"twitter": "https://twitter.com/johndoe"
},

"stack": ["JavaScript", "React", "Node.js", "MongoDB"],
"id": 21
}
Expand Down