DevHub is a platform designed to help developers showcase their professional profiles and activities across platforms like GitHub, LeetCode, and LinkedIn. It provides an interactive dashboard for users to track their progress, evaluate job readiness, and receive personalized recommendations for improving their skills.
Facing issue to upload the both frontend and backend together
`https://x.com/Satyam_yadav_04/status/1878520473895489927`
- User authentication via Google or email/password.
- Easy onboarding process with a simple and intuitive design.
- keys are directly exposed it willl not ne uploaded on the gitub
- Input fields for:
- Display Name.
- LinkedIn, GitHub, and LeetCode usernames.
- Resume upload.
- Profile picture upload or automatic fetch from LinkedIn.
- Optional bio creation using Gemini API.
- Current tech stack and skills to learn.
- Desired roles for employment.
- Fully editable and user-friendly interface.
- Aggregated data from GitHub, LeetCode, and LinkedIn.
- Interactive visualizations and summaries of user activities.
- Bios from the gemini api
- Update the profile pic from the leet code pic
- update the name from linkedin name
- leetcode fetch the streak and longest streak too
- Heatmap visualization of activities (e.g., coding, posting frequency).
- Personalized task suggestions:
- DSA practice tasks based on LeetCode data.
- Project ideas from GitHub activity.
- LinkedIn social posting tips.
- AI-driven evaluation using:
- GitHub repositories and contributions.
- LeetCode problem-solving history.
- LinkedIn activity and posts.
- SWOT analysis with actionable recommendations.
- direct comparison
- get the daily task and do it
- add money as the bet winner can have the all (select task for the month ) // start with the points :)
- Framework: React
- State Management: Redux or Context API
- Styling: Tailwind CSS or Material-UI
- Routing: React Router
- Authentication: Firebase Authentication or OAuth
- Charts and Heatmaps: Chart.js or D3.js
- Framework: Django
- API Development: Django REST Framework (DRF)
- Authentication: Django Allauth for social logins
- Task Management: Celery with Redis
- Primary Database: PostgreSQL
- Secondary Storage: Firebase Firestore or Amazon S3
- Caching: Redis
- GitHub: GitHub API
- LeetCode: Custom scraping API
- LinkedIn: LinkedIn API (if applicable)
- AI Features: OpenAI API or Gemini API
- Frontend: Initialize a React project using
create-react-apporVite. - Backend: Set up a Django project and configure PostgreSQL.
- Version Control: Create a GitHub repository.
- Use Firebase Authentication or Django Allauth for user login.
- Create user models and link them with OAuth.
- Design a responsive landing page with Tailwind CSS.
- Integrate Google or email/password authentication.
- Frontend: Create forms for input fields with validation.
- Backend: Set up endpoints to save and retrieve profile data.
- Configure file storage for resumes and profile pictures.
- Frontend: Use Chart.js or D3.js for activity visualizations.
- Backend: Fetch data from GitHub, LeetCode, and LinkedIn APIs.
- Display heatmaps using Chart.js or D3.js.
- Generate tasks dynamically based on user activity.
- Analyze aggregated data using AI APIs.
- Display SWOT analysis in an interactive format.
- Test for edge cases and user flows.
- Optimize API calls and loading states.
- Ensure responsiveness and accessibility.
- Frontend: Deploy using Vercel or Netlify.
- Backend: Deploy using AWS EC2, Heroku, or Render.
- Database: Host PostgreSQL on AWS RDS or Google Cloud SQL.
- Use Sentry for error tracking.
- Monitor performance with tools like New Relic.
We welcome contributions! Feel free to fork the repository, make changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.