My REST API

NodeJS & Express (SSR version)

response:

[

{

"id": "1"

"name": "Ada Lovelace"

"email": "ada-lovelace@example.com"

"strength": "First Computer Programmer"

"weakness": "Limited Computing Technology"

},

{

"id": "2"

"name": "Alan Turing"

"email": "alan-turing@example.com"

"strength": "Father of Computer Science"

"weakness": "Struggled with Social Interactions"

},

{

"id": "3"

"name": "Grace Hopper"

"email": "grace-hopper@example.com"

"strength": "COBOL Programming Language"

"weakness": "Impatient with Redundancy"

},

{

"id": "4"

"name": "Fibonacci"

"email": "fibonacci@example.com"

"strength": "Fibonacci Sequence"

"weakness": "Perfectionist in Mathematical Patterns"

},

{

"id": "5"

"name": "Linus Torvalds"

"email": "linus-torvalds@example.com"

"strength": "Linux Kernel Creator"

"weakness": "Direct Communication Style"

},

{

"id": "6"

"name": "Bill Gates"

"email": "bill-gates@example.com"

"strength": "Microsoft Co-Founder"

"weakness": "Impatient with Inefficiency"

},

{

"id": "7"

"name": "Steve Jobs"

"email": "steve-jobs@example.com"

"strength": "Apple Co-Founder"

"weakness": "Perfectionism Can Lead to Strained Relationships"

},

{

"id": "8"

"name": "Guido van Rossum"

"email": "guido-van-rossum@example.com"

"strength": "Python Programming Language Creator"

"weakness": "Difficulty Letting Go of Projects"

},

{

"id": "9"

"name": "Anders Hejlsberg"

"email": "anders-hejlsberg@example.com"

"strength": "C# Programming Language Creator"

"weakness": "Perfectionist in Language Design"

},

{

"id": "10"

"name": "Brendan Eich"

"email": "brendan-eich@example.com"

"strength": "JavaScript Creator"

"weakness": "Challenges with Language Syntax"

},

{

"id": "11"

"name": "Misko Hevery"

"email": "misko-hevery@example.com"

"strength": "CTO at Builder.io, Creator of Angular & Qwik"

"weakness": "Attention to Detail"

},

{

"id": "12"

"name": "Jordan Walke"

"email": "jordan-walke@example.com"

"strength": "ReactJS Creator"

"weakness": "Tendency to Over-Optimize"

},

{

"id": "13"

"name": "Elon Musk"

"email": "elon-musk@example.com"

"strength": "SpaceX, Tesla, Neuralink"

"weakness": "Workaholic Nature"

},

{

"id": "14"

"name": "Margaret Hamilton"

"email": "margaret-hamilton@example.com"

"strength": "Apollo Software Engineer"

"weakness": "Occasional Overthinking"

},

{

"id": "15"

"name": "Mark Zuckerberg"

"email": "mark-zuckerberg@example.com"

"strength": "Facebook Founder"

"weakness": "Criticism Sensitivity"

},

{

"id": "16"

"name": "Jeff Bezos"

"email": "jeff-bezos@example.com"

"strength": "Founder and Visionary Behind Amazon"

"weakness": "Perfectionist Work Standards"

},

{

"id": "17"

"name": "Tim Cook"

"email": "tim-cook@example.com"

"strength": "Apple CEO"

"weakness": "Strict Privacy Concerns"

},

{

"id": "18"

"name": "Reed Hastings"

"email": "reed-hastings@example.com"

"strength": "Revolutionizing the Streaming Industry with Netflix"

"weakness": "Occasional Challenges with Content Curation"

},

{

"id": "19"

"name": "Sundar Pichai"

"email": "sundar-pichai@example.com"

"strength": "Leading Google's Technological Advancements"

"weakness": "Balancing Multiple Responsibilities"

},

{

"id": "20"

"name": "Satya Nadella"

"email": "satya-nadella@example.com"

"strength": "Microsoft CEO"

"weakness": "Reluctant Public Speaker"

},

{

"id": "21"

"name": "Esther White"

"email": "esteecodes@example.com"

"strength": "Talented Programmer"

"weakness": "Perfectionist Tendencies"

},

]

developed by Multignite