| Meaning |
{
"name": "Derick",
"fullName": "Derick James Carter",
"age": 34,
"gender": "Male",
"occupation": "Software Engineer",
"company": "TechNova Solutions",
"email": "derick.carter@example.com",
"phone": "+1-555-0198",
"address": {
"street": "7428 Oakridge Drive",
"city": "Seattle",
"state": "WA",
"zipCode": "98109",
"country": "USA"
},
"skills": [
"JavaScript",
"Python",
"Node.js",
"React",
"AWS"
],
"education": [
{
"institution": "University of Washington",
"degree": "B.Sc. Computer Science",
"yearGraduated": 2016
}
],
"hobbies": [
"Hiking",
"Photography",
"Playing Guitar"
],
"socialProfiles": {
"linkedin": "https://linkedin.com/in/derickc",
"github": "https://github.com/derickc"
}
} |