Engineers Hub is an open-source community project where developers, IT Professionals, AI Engineers, Cyber Security Experts, Data Scientists, DevOps Engineers, and Cloud Engineers from around the world can contribute and showcase their profiles.
The goal is to build a global directory of developers where engineers, programmers, DevOps specialists, designers, and tech enthusiasts can collaborate and be part of an open-source community.
This repository contains the code for a website that displays developer profiles from the developers/ folder.
Anyone can contribute by adding a developer profile JSON file and opening a pull request.
Install dependencies:
npm installRun locally:
npm run devBuild for production:
npm run build- Fork the repository
- Clone your fork
- Add your profile in
developers/asdevelopers/yourname.json - Commit and push with message:
yourname.json profile added - Open a pull request
Example profile format:
{
"name": "Your Name",
"role": "Full Stack Developer",
"avatar": "/your-photo.png",
"github": "https://github.com/yourusername",
"linkedin": "https://linkedin.com/in/yourprofile",
"portfolio": "https://yourwebsite.com",
"country": "Your Country"
}Put your photo in the public/ folder and set avatar to its path (e.g. "/your-photo.png"). If you omit avatar, your initials will be shown instead.
See CONTRIBUTING.md.
MIT