Code Monkey home page Code Monkey logo

subeshb1 / developer-community-stats Goto Github PK

View Code? Open in Web Editor NEW
138.0 138.0 366.0 3.93 MB

๐Ÿš€ A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats

Home Page: https://developer-community-stats.netlify.app/

License: MIT License

JavaScript 73.47% CSS 1.23% SCSS 25.29%
beginner-friendly community developer developer-community gatsby github good-first-issue open-source react

developer-community-stats's Introduction

Hi ๐Ÿ‘‹, I'm Subesh

A Software Developer From Nepal


  • ๐ŸŒฑ Iโ€™m currently going with AWS, Golang, React and Ruby

ย subeshb1

developer-community-stats's People

Contributors

96radhikajadhav avatar afonsocarlos avatar apoorv-saxena avatar b2pacific avatar binismail avatar claudemuller avatar guberlo avatar janitham97 avatar juliusnguyen avatar kannupriyasingh avatar kontesanjana avatar mctraore avatar mog-rn avatar mohsin-code avatar msriaz avatar prayas26 avatar rajeshnathani avatar rebaiahmed avatar renda02 avatar ronlaniado avatar sadakchap avatar sanjus-robotic-studio avatar saranshkotnala avatar shankar524 avatar shreejana123 avatar subeshb1 avatar suffisme avatar tae8838 avatar vppillai avatar zura79 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

developer-community-stats's Issues

Mobile Navbar covers first developer card content

Description

The mobile navbar covers the first developer card information.

Current Behaviour:
Screen Shot 2020-10-17 at 10 38 10

Expected Behaviour:
Screen Shot 2020-10-17 at 10 38 46

Make sure that the navbar doesn't hide information for first developer card.

Acceptance criteria

  • Navbar should be properly aligned
  • Screenshot of the changes should be in the PR
  • It should not break the desktop navbar

Navbar menu not visible on Mobile

So when I was working on #133, I noticed some bugs:

  • Navbar menu is not visible on mobile web version.

Screenshot_20201017_0025401

  • and what is the purpose of this blank space below the footer?

Screenshot_20201017_004927

I can work on this, assign me this issue I'll fix it.

Join developer community stats / First PR (Open for everyone)

Description

On the occasion of Hacktoberfest and to help beginners who have just started to get there hands dirty with GIt and Github, this repository is to guide newcomers and open source enthusiasts to come together and contribute.
The first issue is really simple, you only have to add the following fields in contributor.json file:

"<guthub_username>": {
   "country": "Your Country", // Required
   "name": "Your Name", // Required
   "linkedin": "linkedin URL", // Optional
   "twitter": "twitter URL", // Optional
   "website":"website or blog URL"//Optional
}

Here is a reference from an early contributor: #22

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Change in contributor.json add your information in the above json object. Note: Make sure you place your information in the correct order according to the GitHub user name in ascending order ignoring case sensivity. This is done to avoid many merge conflicts. If you don't want to do it manually, you can use the following command:
npx sort-json contributors.json --ignore-case
  1. Commit the changes
  2. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

After this, your PR will be reviewed and once all the checks pass it will be merged to master. The PR will we then labeled as hacktoberfest-approved

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Be a part of Developer Community Stats

Repository Context

This repository shows the Github stats of every contributor that has contributed to the above file. In the future, more detailed stats will be shown for each individual contributor. For now, it only shows basic stats, for example, total contribution this year, followers, number of pull requests, repository count, etc. Once your PR gets merged it will be shown on the Website:
https://developer-community-stats.netlify.app/

Screen Shot 2020-10-03 at 20 25 48

Add filters and sorters for sorting and filtering users

Description

As the number of contributors is growing and it's quite hard to find one's own profile, we need a feature to sort and filter out users. It is to be done on the client-side.
The filterable fields are:

  1. Github user name
  2. User name
  3. Country

The sortable fields are:

  1. Country
  2. Github user name
  3. User name
  4. Total commits (this year)
  5. Followers

Acceptance criteria

  • The above-listed fields should be filterable and sortable as listed.
  • The filtering should be done on the client-side. (All the contributor data is present in UI as JSON)
  • Add form fields to filter and sort.

Reference

src/pages/index.js

New trial

"<guthub_username>": {
"country": "Your Country", // Required
"name": "Your Name", // Required
"linkedin": "linkedin URL", // Optional
"twitter": "twitter URL", // Optional
"website":"website or blog URL"//Optional
}

Fix internal links not clicking

Description

The internal links in the card shown on the home page don't point to the respective links. They instead redirect to the user's profile. We need to make sure that the links in Icon are clickable and point to respective pages. The problem is caused by nesting links within a link. Try to figure out a way to make both links interactable.

Acceptance criteria

  • When clicked on the icon, the link should open
  • When clicked on anywhere in the card except the icons, it should open the profile page of the user

Reference

src/components/DeveloperCard/index.jsx

Remove build step from contributor spec github action

Description

Since GitHub tokens can't be used in Github actions for PR coming from the forked repository, a mock was set up to build for those PRs. However the mock takes quite some time. And to speed up action build, remove the app build a part in

.github/workflows/contributor_spec.yaml:23

There will be a separate issue to handle cases where website build is necessary.

Breakdown Graphql query

As the number of contributors grow, a single request to fetch all user data via Github Graphql API results in a timeout.
Breakdown the query to 20 user request per query.

Ideas and suggestion

Description

This repo is created to help beginners to take their first step into Open source contribution. This is also a place for developers all over the world to come together and view their Github profile stats. Currently only the stats of contributors who have contributed to contributors.json are show and the progress for showing detailed stats is going on.

About this issue

I need some suggestions about how to take this repository forward. What kind of activities to engage new developers or any feature requests.

Create a staging environment

Description

As the number of collaborators increases and the changes made can be breaking, it'll help out a lot to create a staging environment where we can test first and then deploy to production

Acceptance criteria

  • Create a Github action workflow to run for the staging environment
  • Create a URL for stating environment in netlify
  • Choose branch staging

Add your Github Profile / Readme (Open for everyone)

Prerequisites โš ๏ธโš ๏ธโš ๏ธ

You must have completed Issue #259

Description

This is the second challenge. You will add a markdown file in directory readme-profiles named:

<github_username>.md

Add something about you and your showcases or projects. The information will be seen when you click on your stats on the home page.

Here is a reference for markdown https://github.com/subeshb1/developer-community-stats/blob/main/readme-profiles/subeshb1.md
You can also copy the content and simply replace the user's information with yours.

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Create a new file named <github_username>.md in readme-profiles directory.
  5. Add some markdown with your information and show cases.
  6. Commit the changes
  7. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Learn about markdown
  • Get more experience in creating Pull requests and reviews.

Output

Once your PR is merged you will see your profile by clicking on your card as below:

test

Add icons in Footer to show Build with tech stacks

Description

Add icons on the footer for the following technologies with their respective links:

  1. React
  2. Gatsby
  3. Github
  4. Graphql

Add a text Made with followed by icons.

Acceptance criteria

  • The icons should be visible in both dark and light themes
  • The layout should have proper design. (Explore some examples)

Create a website to show all the contributors

Description

To show all the contributors, create a website that shows the contributors listed in the JSON file.

Acceptance criteria

  • List all the contributors listed in contributor.js file
  • Create a website to list all the contributors

Create your first PR / Join Developer Community Stats

Description

On the occasion of Hacktoberfest and to help beginners who have just started to get there hands dirty with GIt and Github, this repository is to guide newcomers and open source enthusiasts to come together and contribute.
The first issue is really simple, you only have to add the following fields in contributor.json file:

"<guthub_username>": {
   "country": "Your Country", // Required
   "name": "Your Name", // Required
   "linkedin": "linkedin URL", // Optional
   "twitter": "twitter URL", // Optional
   "website":"website or blog URL"//Optional
}

Here is a reference from an early contributor: #22

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Change in contributor.json add your information in the above json object. Note: Make sure you place your information in the correct order according to the GitHub user name in ascending order ignoring case sensivity. This is done to avoid many merge conflicts. If you don't want to do it manually, you can use the following command:
npx sort-json contributors.json --ignore-case
  1. Commit the changes
  2. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

After this, your PR will be reviewed and once all the checks pass it will be merged to master. The PR will we then labeled as hacktoberfest-approved

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Be a part of Developer Community Stats

Repository Context

This repository shows the Github stats of every contributor that has contributed to the above file. In the future, more detailed stats will be shown for each individual contributor. For now, it only shows basic stats, for example, total contribution this year, followers, number of pull requests, repository count, etc. Once your PR gets merged it will be shown on the Website:
https://developer-community-stats.netlify.app/

Screen Shot 2020-10-03 at 20 25 48

Add icons in Footer to show Build with tech stacks

Description

Add icons on the footer for the following technologies with their respective links:

  1. React
  2. Gatsby
  3. Github
  4. Graphql

Add a text Made with followed by icons.

Acceptance criteria

  • The icons should be visible in both dark and light themes
  • The layout should have proper design. (Explore some examples)

Join developer community stats / First PR (Open for everyone)

Description

On the occasion of Hacktoberfest and to help beginners who have just started to get there hands dirty with GIt and Github, this repository is to guide newcomers and open source enthusiasts to come together and contribute.
The first issue is really simple, you only have to add the following fields in contributor.json file:

"<guthub_username>": {
   "country": "Your Country", // Required
   "name": "Your Name", // Required
   "linkedin": "linkedin URL", // Optional
   "twitter": "twitter URL", // Optional
   "website":"website or blog URL"//Optional
}

Here is a reference from an early contributor: #22

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Change in contributor.json add your information in the above json object. Note: Make sure you place your information in the correct order according to the GitHub user name in ascending order ignoring case sensivity. This is done to avoid many merge conflicts. If you don't want to do it manually, you can use the following command:
npx sort-json contributors.json --ignore-case
  1. Commit the changes
  2. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

After this, your PR will be reviewed and once all the checks pass it will be merged to master. The PR will we then labeled as hacktoberfest-approved

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Be a part of Developer Community Stats

Repository Context

This repository shows the Github stats of every contributor that has contributed to the above file. In the future, more detailed stats will be shown for each individual contributor. For now, it only shows basic stats, for example, total contribution this year, followers, number of pull requests, repository count, etc. Once your PR gets merged it will be shown on the Website:
https://developer-community-stats.netlify.app/

Screen Shot 2020-10-03 at 20 25 48

Add your Github Profile / Readme (Open for everyone)

Prerequisites โš ๏ธโš ๏ธโš ๏ธ

You must have completed Issue #120

Description

This is a second challenge for Hacktoberfest. You will add a markdown file in directory readme-profiles named:

<github_username>.md

Add something about you and your showcases or projects. The information will be seen when you click on your stats on the home page.

Here is a reference for markdown https://github.com/subeshb1/developer-community-stats/blob/main/readme-profiles/subeshb1.md
You can also copy the content and simply replace the user's information with yours.

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Create a new file named <github_username>.md in readme-profiles directory.
  5. Add some markdown with your information and show cases.
  6. Commit the changes
  7. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

After this, your PR will be reviewed and once all the checks pass it will be merged to master. The PR will we then labeled as hacktoberfest-approved

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Learn about markdown
  • Get more experience in creating Pull requests and reviews.

Output

Once your PR is merged you will see your profile by clicking on your card as below:

test

Create a page to show repository statistics

Description

As the repository and number of contributor grows, it will be really good to see the growth in numbers. Create a page that shows the following statistics:

  • Number of users per country
  • Total number of contributors
  • Highest contributors (Top 10) based on Pr and issues worked on
  • graph showing number of contributors per day
  • number of users joined per day

Add github action to automatically sort

Description

New users are getting confused sorting their stats in contributors.json. It is cumbersome to do it manually. Create an action that sorts the file in ascending order and commits the file in the same pr.

Acceptance criteria

  • Sort the file in ascending order if not.
  • The spec should only be run after the commit and check id made.

Reference:

.github/workflows/contributor_spec.yaml

Made with icons not showing in Light primary color toggle

Description

When light primary color is set, the made with icons are not visible in footer:

Light Theme:
Screen Shot 2020-10-16 at 13 24 09

Dark Theme:
Screen Shot 2020-10-16 at 13 24 38

The icons must be visible in light theme as well.

Acceptance criteria

  • The Made with icons should be visible in both light and dark primary colors

Add Detailed Github profile stats for individual Users

Description

Currently, only basic stats are shown on the home page. We want to show detailed stats of a user when clicked on the respective cards.

Acceptance criteria

  • Create a separate page for each user
  • Show detailed stats for each user

Add some suggestions and feature request (Open for everyone)

Description

If you have suggestions or feedback regarding the design of the website, repository structure please let me know in this issue. Any feedback would be highly appreciated. You can:

  • suggest change,
  • add your design,
  • or simply comment on your thoughts,
  • and share what you've learned

Add your Github Profile / Readme (Open for everyone)

Prerequisites

You must have completed Issue #68

Description

This is a second challenge for Hacktoberfest. You will add a markdown file in directory readme-profiles named:

<github_username>.md

Add something about you and your showcases or projects. The information will be seen when you click on your stats on the home page.

Here is a reference for markdown https://github.com/subeshb1/developer-community-stats/blob/main/readme-profiles/subeshb1.md
You can also copy the content and simply replace the user's information with yours.

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Create a new file named <github_username>.md in readme-profiles directory.
  5. Add some markdown with your information and show cases.
  6. Commit the changes
  7. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

After this, your PR will be reviewed and once all the checks pass it will be merged to master. The PR will we then labeled as hacktoberfest-approved

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Learn about markdown
  • Get more experience in creating Pull requests and reviews.

Output

Once your PR is merged you will see your profile by clicking on your card as below:

test

Made with icons not showing in Light primary color toggle

Description

When light primary color is set, the made with icons are not visible in footer:

Light Theme:
Screen Shot 2020-10-16 at 13 24 09

Dark Theme:
Screen Shot 2020-10-16 at 13 24 38

The icons must be visible in light theme as well.

Acceptance criteria

  • The Made with icons should be visible in both light and dark primary colors

Mobile Footer text alignment broken

Description

The footer layout for mobile has broken text alignment:

Screen Shot 2020-10-16 at 13 46 24

TheMade With text and copyright text overlap each other. We need to fix the alignment.

Acceptance criteria

  • Make sure the text doesn't align in mobile layout
  • Ensure the copyright text goes below the Made with content

Add filters

Description

This is a revision to #231, where filters and sorters were added. However, it used a package ant-design that broke all the websites UI and imported unnecessary CSS. We had to revert the changes. Currently, there are sorters that when clicked sorts the lists accordingly.

We need to add the following filters:

  1. Github user name
  2. Country
  3. User name

The design is open for suggestions.

Acceptance criteria

  • Filters must be responsive and easy to use
  • If external packages are used, they must not alter the site's styles
  • Screenshot and GIF in the PR

User Interface broken after addition of ant-d

Description

After the introduction of the ant-d package to add filters, the existing interface design has broken.

Examples:

Before
Screen Shot 2020-10-18 at 07 57 13

Present
Screen Shot 2020-10-18 at 07 54 56

There seems to be unnecessary padding, margin, and fonts that have been overridden.
We need to make importing ant-d doesn't break other UI interfaces.

Acceptance criteria

  • Make sure the UI is not broken by ant-d css

Sort buttons are not visible in Dark mode

Description

In dark mode, the sort buttons are not visible.
Screen Shot 2020-10-18 at 07 46 17
Make sure that the buttons are visible in both dark and light theme

Acceptance criteria

  • Make sure the buttons are visible in both dark and light theme
  • Screenshot of changes in PR

User name search input is not responsive

Description

The user search input is not responsive in mobile devices
Screen Shot 2020-10-18 at 07 46 45

Make sure that the input is responsive in mobile devices

Acceptance criteria

  • Make sure that the input is responsive in mobile devices
  • Screenshot of changes in PR

Add animation to hover effect on Developer card

Description

Currently, when the developer card is hovered over by a mouse, it shows a link to go to the profile page. We had a suggestion to add smooth transitions to it.

Acceptance criteria

  • Make a smooth transition to show a link to go to profile page when Developer card is hovered. (Feel free to use your creativity)
  • The theme changes color should apply as well
  • Add a GIF to show the changes

Create a post step to add message to commit if it fails

Description

A lot of beginners don't read the descriptions and don't check to see if the order is in ascending or not. Create a GitHub action step in spec action to add a comment of spec fails. List the steps to do it.

Join developer community stats / First PR (Open for everyone)

Description

To help beginners who have just started to get their hands dirty with GIt and Github, this repository is to guide newcomers and open source enthusiasts to come together and contribute.
The first issue is really simple, you only have to add the following fields in contributor.json file:

โš ๏ธ โš ๏ธ โš ๏ธ Add the values in ascending order alphabetically by Github user name โš ๏ธ โš ๏ธ โš ๏ธ

"github_username": {
   "country": "Your Country", // Required
   "name": "Your Name", // Required
   "linkedin": "linkedin URL", // Optional
   "twitter": "twitter URL", // Optional
   "website":"website or blog URL"//Optional
}

Here is a reference from an early contributor: #22

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don't have a concept of branching)
  4. Change in contributor.json add your information in the above JSON object. Note: Make sure you place your information in the correct order according to the GitHub user name in ascending order ignoring case sensitivity. This is done to avoid many merge conflicts. If you don't want to do it manually, you can use the following command:
npx sort-json contributors.json --ignore-case
  1. Commit the changes
  2. Create a PR to the original repository
    Here's how to do it:
    Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button
    Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven't created any commits or PRs:
https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me :)

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Be a part of Developer Community Stats

Repository Context

This repository shows the Github stats of every contributor that has contributed to the above file. In the future, more detailed stats will be shown for each individual contributor. For now, it only shows basic stats, for example, the total contribution this year, followers, number of pull requests, repository count, etc. Once your PR gets merged it will be shown on the Website:
https://developer-community-stats.netlify.app/

Screen Shot 2020-10-03 at 20 25 48

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.