All Projects → watch-devtube → Contrib

watch-devtube / Contrib

Data for dev.tube – 🍿 a free and open-source tech video hub.

Projects that are alternatives of or similar to Contrib

Calismamasam.com
Teknolojiyle iç içe olan profesyonellerin çalışma ortamları burada! - https://calismamasam.com
Stars: ✭ 91 (-63.16%)
Mutual labels:  developer-tools, developers
Developer Tools And Resources
The Best Tools and Resources for developers
Stars: ✭ 39 (-84.21%)
Mutual labels:  developer-tools, developers
Web
🍿 Free and open-source tech video hub.
Stars: ✭ 255 (+3.24%)
Mutual labels:  conferences, videos
Duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Stars: ✭ 1,690 (+584.21%)
Mutual labels:  developer-tools, developers
React Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
Stars: ✭ 2,716 (+999.6%)
Mutual labels:  developer-tools
Hack
A typeface designed for source code
Stars: ✭ 14,543 (+5787.85%)
Mutual labels:  developer-tools
Rested
A REST client for browsers
Stars: ✭ 225 (-8.91%)
Mutual labels:  developer-tools
Devutils App
Offline Toolbox for Developers
Stars: ✭ 2,735 (+1007.29%)
Mutual labels:  developer-tools
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (-2.02%)
Mutual labels:  developer-tools
Dojo
Containerize your development and operations environment
Stars: ✭ 240 (-2.83%)
Mutual labels:  developer-tools
Wakapi
📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics
Stars: ✭ 232 (-6.07%)
Mutual labels:  developer-tools
Wwdc
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
Stars: ✭ 2,561 (+936.84%)
Mutual labels:  videos
Resources
📖 Huge curated collection (archive) of links of Tech, Science, Economics, Politics, Life, Philosophy, Conferences, Videos and much more resources from everyday surfing. ⭐️ Since October 21, 2017.
Stars: ✭ 236 (-4.45%)
Mutual labels:  videos
Streamlit
Streamlit — The fastest way to build data apps in Python
Stars: ✭ 16,906 (+6744.53%)
Mutual labels:  developer-tools
See
Python's dir() for humans. (GitHub mirror)
Stars: ✭ 240 (-2.83%)
Mutual labels:  developer-tools
Awesome Ci
List of Continuous Integration services
Stars: ✭ 2,737 (+1008.1%)
Mutual labels:  developer-tools
Opentouryo
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
Stars: ✭ 233 (-5.67%)
Mutual labels:  developer-tools
Puppeteer Examples
Puppeteer example scripts for running Headless Chrome from Node.
Stars: ✭ 2,781 (+1025.91%)
Mutual labels:  developer-tools
Python Videos Ru 2018
Собрание видеозаписей докладов про Python | 2018
Stars: ✭ 234 (-5.26%)
Mutual labels:  videos
Docker Mastery For Nodejs
Docker Mastery for Node.js Projects, From a Docker Captain
Stars: ✭ 231 (-6.48%)
Mutual labels:  developer-tools

Dev.Tube Contribution

DevTube is a free and open-source tech video hub, that is getting better every day thanks to ❤️ amazing contributors.

Table of content

How to contribute a video

All videos on DevTube are crawled automatically from a list of contributed channels, that live in this GitHub repository. You cannot contribute separate videos; you can only contribute channels or playlists.

After your contribution is accepted, it takes a few days for videos do get on DevTube.

When videos appear online, you will see your karma increasing:

karma up

How to contribute a channel

You can add a channel to channels.yml. DevTube automatically discovers playlists, so you don't need to contribute each playlist separately.

Warning: we don't accept channels with promotional and commercial videos. If your channel contains commercial videos, but you still want to share some of the technical videos, please, create a playlist and share that instead.

How to edit an existing video

For each video there is a corresponding <videoId>.yml file automatically created in GitHub:

https://github.com/watch-devtube/contrib/edit/master/videos/<videoId>.yml

The structure of the video metadata looks like this:

speaker: 
    - name: Donald Trump
      twitter: realDonaldTrump
    - name: Elon Musk
      twitter: elonmusk
title: Title goes here
language: English
category: conference # or vlog
featured: true (you need to have enough karma points, see https://dev.tube/contributors)
recordingDate: 1444245407 
description: Some text goes here
  • Please use spaces for formatting.
  • Please, only add speaker information if it is a real person.

How to remove a video

Just create an entry in ignored.yml and explain why you think the video should be removed.

How to add a speaker

When a new video is being ingested, DevTube tries to automatically discover the speaker using a list of pre-defined speakers. You can add speakers to speakers.yml.

When you add a new speaker, videos will be iterated through and tagged during the next crawling session. It might take up to a week. If you want to assign a speaker to videos faster, manually set the speaker on each video (see How to edit an existing video).

How to improve DevTube

If you have any ideas how DevTube can be improved, please create a new GitHub issue here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].