Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
**🌐 Documentation Code of Conduct — Recode-Website 🌐**
**🌐 Documentation Code of Conduct — recode-website 🌐**

**🤝 Our Commitment**

Recode-Website is built to empower learners, developers, and open-source contributors from all walks of life. Whether you’re fixing a typo or designing a whole new feature, every contribution matters. We’re committed to ensuring a respectful, welcoming, and inclusive space for everyone.
recode-website is built to empower learners, developers, and open-source contributors from all walks of life. Whether you’re fixing a typo or designing a whole new feature, every contribution matters. We’re committed to ensuring a respectful, welcoming, and inclusive space for everyone.

---

**💡 Our Core Values**

We believe the Recode community thrives when we:
We believe the recode hive community thrives when we:
- 💬 Encourage open communication and knowledge sharing
- 🧠 Welcome new ideas, diverse perspectives, and honest questions
- 🙌 Support and uplift contributors at all skill levels
Expand All @@ -31,11 +31,11 @@ To maintain a safe and productive space, we do not tolerate:

**🧭 Scope of This Code**

This Code of Conduct applies to all spaces where the Recode project is represented:
This Code of Conduct applies to all spaces where the recode hive project is represented:
- 📌 GitHub repository & discussions
- 📌 Pull requests, issues, and commit comments
- 📌 Project-related events, forums, and social media
- 📌 Any other platform or medium connected to Recode
- 📌 Any other platform or medium connected to recode hive

---

Expand All @@ -62,20 +62,20 @@ We ask all contributors to:
- ✅ Maintain integrity and credit all sources
- ✅ Embrace learning and be open to feedback
- ✅ Avoid offensive, unethical, or AI-generated content without review
- ✅ Help make Recode a safe, beginner-friendly environment
- ✅ Help make recode hive a safe, beginner-friendly environment

---

**💫 Our Vision**

*Recode-Website* is more than a project—it’s a platform for exploration, skill-building, and meaningful collaboration. Let’s code not just with logic, but with empathy and purpose. Together, we can create tech that inspires and includes. 💻🌱
*recode-website* is more than a project—it’s a platform for exploration, skill-building, and meaningful collaboration. Let’s code not just with logic, but with empathy and purpose. Together, we can create tech that inspires and includes. 💻🌱

---

**📄 Attribution**

This Code of Conduct aligns with the principles of *GSSoC’25* and reflects our collective commitment to mentorship, inclusivity, and ethical open-source contribution.

Inspired by [Contributor Covenant](https://www.contributor-covenant.org/version/3/0/code_of_conduct/) and has been adapted specifically for Recode-Website as part of the GSSoC’25 Open Source Contributions initiative.
Inspired by [Contributor Covenant](https://www.contributor-covenant.org/version/3/0/code_of_conduct/) and has been adapted specifically for recode-website as part of the GSSoC’25 Open Source Contributions initiative.

Modifications include beginner-friendly practices, inclusive open-source standards, and collaboration-focused values in line with GSSoC’s vision of mentorship and diversity in tech.
Modifications include beginner-friendly practices, inclusive open-source standards, and collaboration-focused values in line with GSSoC’s vision of mentorship and diversity in tech.
6 changes: 3 additions & 3 deletions Documentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building a GitHub Organization Leaderboard: A Deep Dive into Recode Hive's Implementation
# Building a GitHub Organization Leaderboard: A Deep Dive into recode hive's Implementation

Ever wondered how to build a live leaderboard that tracks contributions across an entire GitHub organization? Let me walk you through how we built ours at Recode Hive. This isn't your typical "fetch and display" tutorial - we're talking about handling rate limits, caching strategies, time-based filtering, and creating a smooth user experience that doesn't make the GitHub API cry.
Ever wondered how to build a live leaderboard that tracks contributions across an entire GitHub organization? Let me walk you through how we built ours at recode hive. This isn't your typical "fetch and display" tutorial - we're talking about handling rate limits, caching strategies, time-based filtering, and creating a smooth user experience that doesn't make the GitHub API cry.

## What We're Building

Expand Down Expand Up @@ -557,7 +557,7 @@ Response Example:
"repos_url": "https://api.github.com/orgs/recodehive/repos",
"avatar_url": "https://avatars.githubusercontent.com/u/98765?v=4",
"description": "Community-driven open source projects",
"name": "Recode Hive",
"name": "recode hive",
"company": null,
"blog": "https://recodehive.com",
"location": "Worldwide",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Recode Hive
Copyright (c) 2025 recode hive

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
65 changes: 33 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://www.recodehive.com">
<img src="static/icons/Logo-512X512.png" alt="Recode logo" width="150" />
<img src="static/icons/Logo-512X512.png" alt="recode hive logo" width="150" />
</a>
</div>
<h1 align="center">recode hive</h1>
Expand All @@ -17,32 +17,29 @@
<a href="https://github.com/recodehive/recode-website/LICENSE"><img src="https://img.shields.io/github/license/recodehive/recode-website?color=2b9348" alt="License Badge"/></a>
[![](https://visitcount.itsvg.in/api?id=Opensource-practice&label=Profile%20Views&color=0&icon=5&pretty=true)](https://visitcount.itsvg.in)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
This is the all in one place for documentation help regarding How to contribute.
This is your all-in-one resource for documentation and guidance on how to contribute.
</div>

---

##

Now, resolve your all doubts and communicate with our all contributors.
Have questions or need guidance? Our contributors are happy to help! Join the conversation and get your doubts resolved:

[![](https://img.shields.io/badge/Discord-5865F2.svg?style=for-the-badge&logo=Discord&logoColor=white)](https://discord.gg/Yxv9RA3r) [![Follow Us On LinkedIn](https://img.shields.io/badge/Follow%20on-LinkedIn-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/sanjay-k-v/)


## Getting Started

To get started with contributing to Recode-Hive, please refer to our [Contributing Guidelines](community/contributing-guidelines.md).
To get started with contributing to recode hive, please refer to our [Contributing Guidelines](community/contributing-guidelines.md).

<div>
<a href="https://www.loom.com/share/c8d8d5f0c2534a1f86fc510dcef52ee0">
<p>How to Contribute to this repo | How to Setup - Watch Video</p>
<p>How to Contribute to this Repo | How to Setup - Watch Video</p>
</a>
<a href="https://www.loom.com/share/c8d8d5f0c2534a1f86fc510dcef52ee0">
<img style="max-width:700px;" src="https://cdn.loom.com/sessions/thumbnails/c8d8d5f0c2534a1f86fc510dcef52ee0-30cac2eeec09a266-full-play.gif">
</a>
</div>
Follow these steps:


```mermaid
flowchart LR
Fork[Fork the project]-->branch[Create a New Branch]
Expand All @@ -51,38 +48,41 @@ flowchart LR
commit -->|Finally|creatpr((Create a Pull Request))
```

1. **Clone the repository:**
1. **Clone the repository:**

```bash
git clone https://github.com/your-username/recodehive-website.git
```

2. **Navigate to the project directory:**

```bash
cd recode-website
```

3. **Prerequisites**

- [Docker](https://docs.docker.com/engine/install/) installed
- Docker compose installed (Optional)


4. **Build the Docker Image:**
Only do this if you are setting up this project locally for the first time. (only build)
Only do this if you are setting up this project locally for the first time. (only build)

```bash
docker build -t recodehive-app .
```
```bash
docker build -t recodehive-app .
```

5. Run the Container
```bash
docker run -p 3000:3000 recodehive-app
```
5. **Run the Container:**

```bash
docker run -p 3000:3000 recodehive-app
```

This command will start a development server and open the application in your default web browser.
This command will start a development server and open the application in your default web browser.

## ⚡ Local Development with Docker Compose & Hot Reload

For an even smoother experience, contributors can leverage **Docker Compose with hot reloading**.
For an even smoother experience, contributors can leverage **Docker Compose with hot-reloading**.
This lets you see code changes instantly at [http://localhost:3000](http://localhost:3000) without rebuilding or restarting containers.

### 🏃 Quick Start
Expand All @@ -94,12 +94,13 @@ docker-compose up
```

### 🚢 Production Deployment

```bash
npm run build
npm run serve
```

**If you'd like to contribute to CodeHarborHub, please follow these guidelines:**
**If you'd like to contribute to recode hive, please follow these guidelines:**

- **Fork** the repository and clone it locally.
- Create a new branch for your feature or bug fix: `git checkout -b feature-name`
Expand All @@ -112,16 +113,16 @@ npm run serve

```
recode-website/
|
|
├── .github/ 🔹 GitHub meta files
| ├── ISSUE_TEMPLATE/
| ├── workflows/
| └── pull_request_template.md
├── blog/ 🔹Project Blog
├── blog/ 🔹Project Blog
| ├── git-coding-agent/
| ├── google-backlinks/
| ├──...
├── community/ 🔹 Contributor Docs
├── community/ 🔹 Contributor Docs
| ├── contributing-guidelines.md
| ├── index.md
| ├── our-documentation.md
Expand All @@ -130,7 +131,7 @@ recode-website/
| ├── GitHub/
| ├── Google-Student-Ambassador/
| ├── ...
├── src/ 🔹Source Code
├── src/ 🔹Source Code
| └── components/
| ├── css/
| └── custom.css
Expand All @@ -152,7 +153,7 @@ recode-website/
├── CODE_OF_CONDUCT.md
├── LICENSE
├── README.md
└── ...
└── ...
```

## License
Expand All @@ -178,27 +179,27 @@ This project is licensed under the [MIT License](LICENSE).
![GitHub closed PRs](https://img.shields.io/github/issues-pr-closed/RecodeHive/recode-website)
![Last commit](https://img.shields.io/github/last-commit/RecodeHive/recode-website)


## Contributors

<a href="https://github.com/RecodeHive/recode-website/graphs/contributors">
<img src="https://contrib.rocks/image?repo=RecodeHive/recode-website" />
</a>


<div align="center">

Happy open-source contributions and here’s to your career success! 🎉
Happy open-source contributionshere’s to your career success! 🎉

<p align="center">
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="600">
</p>

### recode-hive 2025
### recode hive

[Website](https://recodehive.com/) | [Instagram](https://www.instagram.com/nomad_brains/) | [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/) | [Twitter](https://x.com/sanjay_kv_) | [YouTube](https://www.youtube.com/@RecodeHive)<br>

**🔔 Don’t miss a beat!** <br>
Subscribe to receive our newsletter directly in your inbox for the latest career insights & tailored to your journey.<br>
Subscribe to receive our newsletter directly in your inbox for the latest career insights & tailored to your journey.<br>

[![Subscribe to Our Newsletter](https://img.shields.io/badge/Subscribe%20to%20Our%20Newsletter-%F0%9F%93%A9-blue)](https://recodehive.substack.com/) <br>

<a href="#top">
Expand Down
4 changes: 2 additions & 2 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ajay-dhangar:

sanjay-kv:
name: Sanjay Viswanthan
title: Founder at Recode Hive
title: Founder at recode hive
url: www.sanjaykv.com
image_url: https://avatars.githubusercontent.com/u/30715153?v=4
email: sanjay@recodehive.com
Expand Down Expand Up @@ -96,4 +96,4 @@ Aditya-Singh-Rathore:
socials:
linkedin: aditya-singh-rathore0017
github: Adez017
instagram: _aaditya_.017
instagram: _aaditya_.017
2 changes: 1 addition & 1 deletion blog/google-deepmind/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Google’s advanced mechanics and man-made reasoning endeavors were put under th

## 📍 Final Verdict

In conclusion, we hope you found this guide helpful in exploring: For more articles like this, check out the **Data Science section** of RecodeHive.
In conclusion, we hope you found this guide helpful in exploring: For more articles like this, check out the **Data Science Section** of recode hive.


<GiscusComments/>
42 changes: 31 additions & 11 deletions community/contributing-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ sidebar_label: Contributing Guidelines
sidebar_position: 2
---

Thank you for considering contributing to CodeHarborHub! We welcome contributions from everyone. Whether you're a seasoned developer or just starting out, there are many ways to get involved and help improve CodeHarborHub. This document outlines the guidelines for contributing to this project.
Thank you for considering contributing to recode hive! We welcome contributions from everyone. Whether you're a seasoned developer or just starting out, there are many ways to get involved and help improve recode hive. This document outlines the guidelines for contributing to this project.

## Getting Started

To get started with contributing to Recode-Hive, please refer to our [Contributing Guidelines](/community/contributing-guidelines).
To get started with contributing to recode hive, please refer to our [Contributing Guidelines](/community/contributing-guidelines).

Follow these steps:


```mermaid
flowchart LR
Fork[Fork the project]-->branch[Create a New Branch]
Expand All @@ -22,31 +21,35 @@ flowchart LR
commit -->|Finally|creatpr((Create a Pull Request))
```

1. **Clone the repository:**
1. **Clone the repository:**

```bash
git clone https://github.com/your-username/recodehive-website.git
```

2. **Navigate to the project directory:**

```bash
cd recodehive-website
```

3. **Install dependencies:**

```bash
npm install
```

4. **Running the Application:**

Once you have installed the dependencies, you can run the application locally using:
```bash
npm start
```
Once you have installed the dependencies, you can run the application locally using:

```bash
npm start
```

This command will start a development server and open the application in your default web browser.
This command will start a development server and open the application in your default web browser.

**If you'd like to contribute to CodeHarborHub, please follow these guidelines:**
**If you'd like to contribute to recode hive, please follow these guidelines:**

- **Fork** the repository and clone it locally.
- Create a new branch for your feature or bug fix: `git checkout -b feature-name`
Expand All @@ -55,7 +58,24 @@ flowchart LR
- Push to the branch: `git push origin feature-name`
- Submit a pull request detailing your changes.

### Branding & Naming Conventions

- Use **`recode hive`** in lowercase for all mentions of the project name.
- Update any headers, titles, or utility constants accordingly.

### Formatting

- Follow the existing code style for spacing, indentation, and Markdown formatting.
- Use Prettier or ESLint to auto-format files before committing.

## Exceptions to Lowercase Branding

While we use lowercase **`recode hive`** throughout the project for consistency, there are some places where the exact repository name with capitalization must be used:

- Repository-specific badges (e.g., [contrib.rocks](https://contrib.rocks))
- GitHub repository URLs in tools or badges
- Any external services that require exact repo names

## License

This project is licensed under the [MIT License](/License).
This project is licensed under the [MIT License](/License).
Loading
Loading