update
This commit is contained in:
841
readmes/community.md
Normal file
841
readmes/community.md
Normal file
@@ -0,0 +1,841 @@
|
||||
# Awesome Community[](https://github.com/sindresorhus/awesome)
|
||||
|
||||
A curated list of awesome programming, development and similar technical support
|
||||
or discussion channels, groups, communities, resources and other shiny things.
|
||||
|
||||
Inspired by the `awesome-*` trend on GitHub.
|
||||
|
||||
<div align="center">
|
||||
<img width="700" src="https://raw.githubusercontent.com/phpearth/awesome-community/master/.github/community.png" alt="awesome-community">
|
||||
</div>
|
||||
|
||||
## Index
|
||||
|
||||
* [By website](#by-website)
|
||||
* [By language](#by-language)
|
||||
|
||||
| | | | | |
|
||||
|-----|-----|-----|-----|-----|
|
||||
| [Assembly](#assembly)<br>[AutoHotkey](#autohotkey)<br>[AutoIt](#autoit)<br>[C](#c)<br>[C++](#c-1)<br>[Clojure](#clojure)<br>[Coldfusion](#coldfusion)<br>[Common Lisp](#common-lisp) | [Crystal](#crystal)<br>[D](#d)<br>[Dart](#dart)<br>[Delphi](#delphi)<br>[Elixir](#elixir)<br>[Elm](#elm)<br>[Erlang](#erlang)<br>[Fortran](#fortran) | [Go](#go)<br>[Groovy](#groovy)<br>[Haskell](#haskell)<br>[Java](#java)<br>[JavaScript](#javascript)<br>— [AngularJS](#angularjs)<br>— [Dojo Toolkit](#dojo-toolkit)<br>— [jQuery](#jquery)<br>— [React](#react) | [Julia](#julia)<br>[Lua](#lua)<br>[OCaml](#ocaml)<br>[Perl](#perl)<br>[PHP](#php)<br>— [Laravel](#laravel)<br>— [CakePHP](#cakephp)<br>— [Symfony](#symfony)<br>— [Zend Framwork](#zend-framework)<br>[PureScript](#purescript) | [Python](#python)<br>[R](#r)<br>[Ruby](#ruby)<br>— [Ruby on Rails](#ruby-on-rails)<br>[Rust](#rust)<br>[Scala](#scala)<br>[Swift](#swift)<br>[TypeScript](#typescript) |
|
||||
|
||||
* [By platform](#by-platform)
|
||||
* [.NET](#net)
|
||||
* [Android](#android)
|
||||
* [Cordova](#cordova)
|
||||
* [Electron](#electron)
|
||||
* [Frontend Development](#frontend-development)
|
||||
* [Hybrid Apps](#hybrid-apps)
|
||||
* [iOS](#ios)
|
||||
* [Linux](#linux)
|
||||
* [Node.js](#nodejs)
|
||||
* [React Native](#react-native)
|
||||
* [Xamarin](#xamarin)
|
||||
* [watchOS](#watchos)
|
||||
* [Miscellaneous Communities](#miscellaneous-communities)
|
||||
* [Resources](#resources)
|
||||
* [Articles](#articles)
|
||||
* [Books](#books)
|
||||
* [Miscellaneous Resources](#miscellaneous-resources)
|
||||
* [Looking for more lists like this?](#looking-for-more-lists-like-this)
|
||||
* [Contributing and License](#contributing-and-license)
|
||||
|
||||
|
||||
## By website
|
||||
|
||||
*Some important websites where cool developers hang out and give back to the community.*
|
||||
|
||||
* [Hacker News](https://news.ycombinator.com) - Latest and in-depth technical news about hacking, technology, security, cyber, vulnerabilities, privacy and similar technical discussions.
|
||||
* [Hashnode](https://hashnode.com/) - Hashnode is one of the fastest-growing networks of software developers with more than 500K+ monthly active developers from 180+ countries worldwide. Hashnode is empowering developers to tell their stories and help them grow in their career.
|
||||
* [Meetup](https://meetup.com) - Find Meetups and meet people in your local community who share your interests.
|
||||
* [Quora](https://www.quora.com/) - Quora is a question-and-answer website where questions are asked, answered, edited and organized by its community.
|
||||
* [Reddit](https://reddit) - Reddit is an entertainment, social networking, and news website with lots of forums for developers.
|
||||
* [Sitepoint Forums](https://community.sitepoint.com/) - Sitepoint community forums for developers.
|
||||
* [Slack](https://slack.com/) - Platform for team communication: everything in one place, instantly searchable and available.
|
||||
* [Stack Overflow](https://stackoverflow.com) - A language-independent collaboratively edited question and answer site for programmers
|
||||
* [Changelog Developer Community](https://changelog.com/community) - Changelog is news and podcasts for developers. Join the community Slack for great discussions.
|
||||
* [Webwide](https://webwide.io) - Webwide is an old-school forum for new-school web developers & designers.
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
## By language
|
||||
|
||||
*Communities organized by programming/scripting/markup language interest.*
|
||||
|
||||
### Assembly
|
||||
|
||||
*Assembly programming language related community.*
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/assembly) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/asm) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/40173965319/) - large and active Facebook group
|
||||
* [Freenode](http://webchat.freenode.net/?channels=asm) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Assembly-Language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### AutoHotKey
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/autohotkey) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/autohotkey) - discussion forum on Reddit
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=3744090) - active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=ahk) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Autohotkey) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### AutoIt
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/autoit) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/autoit) - discussion forum on Reddit
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=1125217) - large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/AutoIT) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### C
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/c) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/C_Programming/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/cprogramming123/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=1627067) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=c) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/C-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### C++
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/c++) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/cpp/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/226823534127108/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=86782) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=c++) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/C++-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Clojure
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/clojure) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/clojure) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/clojure/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=1058217) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=clojure) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Clojure-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Coldfusion
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/coldfusion) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/coldfusion) - discussion forum on Reddit
|
||||
* [Facebook](https://www.facebook.com/groups/CFprogrammers/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=63526) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=coldfusion) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/ColdFusion) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Common Lisp
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/common-lisp) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/common_lisp) - discussion forum on Reddit
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=830547) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=lisp) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Common-Lisp) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Crystal
|
||||
|
||||
* [Stack Overflow](https://www.reddit.com/r/crystal_programming) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/crystal_programming) - discussion forum on Reddit
|
||||
* [Google group](https://groups.google.com/forum/?fromgroups#!forum/crystal-lang) - support and development Google group
|
||||
* [Freenode](http://webchat.freenode.net/?channels=crystal-lang) - active IRC channel
|
||||
* [Quora](https://www.quora.com/Crystal-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### D
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/d) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/d_language) - discussion forum on Reddit
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=1996506) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=d) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/D-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Dart
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/tags/dart) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/dartlang/) - discussion forum on Reddit
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=4124554) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=dart) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Dart-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Delphi
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/delphi) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/delphi) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/137012246341854/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=101829) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=delphi) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Delphi-programming-language) - topic on Quora
|
||||
* [Embaracedro Forum](https://forums.embarcadero.com/category.jspa?categoryID=12) - Forums on Embaracedro network
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Elixir
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/elixir) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/elixir) - discussion forum on Reddit
|
||||
* [Mailing list](https://groups.google.com/group/elixir-lang-talk) - Mailing list for questions and answers
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=6530248) - large and active group on Linked.in
|
||||
* [Freenode](http://irc.lc/freenode/elixir-lang) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Elixir-programming-language) - topic on Quora
|
||||
* [Slack](https://elixir-slackin.herokuapp.com/) - officially suggested community on Slack
|
||||
* [Meetup](http://elixir.meetup.com/) - get involved locally
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Elm
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/elm) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/elm) - discussion forum on Reddit
|
||||
* [Facebook](https://www.facebook.com/groups/learnelm) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups/8566880/) - large and active group on Linked.in
|
||||
* [Linked.in](https://www.linkedin.com/groups/8537736/) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=elm) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/topic/Elm-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Erlang
|
||||
|
||||
* [Stack Overflow](https://stackoverflow.com/questions/tagged/erlang) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/erlang/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/topic/Erlang-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Fortran
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Go
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/go) - Go support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/golang/) - Go discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/206770519471402) - large and active Go group on Facebook
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=2524765) - large and active Go group on Linked.in
|
||||
* [Quora](https://www.quora.com/Go-programming-language) - topics about Go on Quora
|
||||
* [Freenode](http://webchat.freenode.net/?channels=go-nuts) - IRC channel for Go
|
||||
* [Local user groups](https://github.com/golang/go/wiki/GoUserGroups) - get involved locally
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Groovy
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Haskell
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/haskell) - Haskell support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/haskell) - Haskell discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/programming.haskell/) - large and active Haskell group on Facebook
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=81034) - large and active Haskell group on Linked.in
|
||||
* [Quora](https://www.quora.com/Haskell-programming-language) - topics about Haskell on Quora
|
||||
* [Freenode](http://webchat.freenode.net/?channels=haskell) - IRC channel for Haskell
|
||||
* [Local user groups](https://wiki.haskell.org/User_groups) - get involved locally
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Java
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/java) - Java support on Stack Overflow
|
||||
* [Reddit](http://www.reddit.com/r/java) - Java discussion on Reddit
|
||||
* [Facebook](https://fb.com/groups/Javagroup123/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=70526) - large and active Linked.in group
|
||||
* [Quora](https://www.quora.com/Java-programming-language) - Java topics on Quora
|
||||
* [Freenode](http://webchat.freenode.net/?channels=java) - active and large Java IRC channel
|
||||
* [Local JUGs](https://java.net/projects/jugs) - get involved locally
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### JavaScript
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/javascript) - Ask and answer questions about JavaScript
|
||||
* [Reddit](http://www.reddit.com/r/JavaScript) - JavaScript discussions on Reddit
|
||||
* [Facebook](https://fb.com/groups/JavaScript.Programming/) - large and active group on Facebook
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=121615) - large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/JavaScript-programming-language) - JavaScript topics on Quora
|
||||
* [Freenode](http://webchat.freenode.net/?channels=javascript) - large and active IRC channel
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### AngularJS
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/angularjs) - Ask and answer questions
|
||||
* [Reddit](http://www.reddit.com/r/angularjs) - Discussions on Reddit
|
||||
* [Facebook](https://fb.com/groups/AngularJS2/) - Large and active group on Facebook
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=4896676) - Large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/AngularJS) - Topic on Quora
|
||||
* [Freenode](http://webchat.freenode.net/?channels=angularjs) - large and active IRC channel
|
||||
|
||||
|
||||
#### Dojo Toolkit
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/dojo) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/dojo) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/4375511291/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=71399) - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=dojo) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Dojo-JavaScript-toolkit) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### jQuery
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/tags/jquery) - Support on Stack Overflow
|
||||
* [Forum](https://forum.jquery.com/) - Official forum
|
||||
* [Freenode](https://webchat.freenode.net/?channels=jquery) - Support IRC channel for users of jQuery, jQuery UI, and jQuery Mobile
|
||||
* [Facebook](https://www.facebook.com/groups/jquerycode/) - Large and active group on Facebook
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=100943) - Large and active group on Linked.in
|
||||
* [Reddit](https://www.reddit.com/r/jquery) - Discussion and sharing news, articles, plugins and tutorials, covering jQuery Core, jQuery UI, jQuery Mobile, and other related projects
|
||||
* [Quora](https://www.quora.com/jQuery) - Ask and answer questions on Quora website
|
||||
* [Meetup](http://jquery.meetup.com/) - Get involved locally
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### React
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/tags/reactjs) - Support on Stack Overflow
|
||||
* [Freenode](https://webchat.freenode.net/?channels=reactjs) - Large and active IRC channel
|
||||
* [Facebook](https://www.facebook.com/groups/228321510706889/) - Large and active group on Facebook
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=7465439) - Large and active group on Linked.in
|
||||
* [Reddit](https://www.reddit.com/r/reactjs) - discussion on Reddit
|
||||
* [Quora](https://www.quora.com/React-JS-Library) - Ask and answer questions on Quora website
|
||||
* [Meetup](http://reactjs.meetup.com/) - Get involved locally
|
||||
|
||||
### Julia
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/topic/Julia-programming-language) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Lua
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### OCaml
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Perl
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### PHP
|
||||
|
||||
*PHP dynamic scripting language related community.*
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/php) - PHP support on StackOverflow
|
||||
* [Reddit](http://www.reddit.com/r/PHP) - Ask and answer questions, discussion
|
||||
* [Facebook](https://fb.com/groups/2204685680) - large and active group on Facebook
|
||||
* [Quora](https://www.quora.com/PHP-programming-language-1) - ask and answer questions on Quora
|
||||
* Freenode:
|
||||
* [#php](http://webchat.freenode.net/?channels=php) - active support IRC channel for PHP users
|
||||
* [#phpc](http://webchat.freenode.net/?channels=phpc) - active community IRC channel for PHP users
|
||||
* [#phpfig](http://webchat.freenode.net/?channels=phpfig) - active community IRC channel for Framework Interop Group
|
||||
* [php.ug](http://php.ug) - map of local PHP user groups
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=42140) - discussion group on Linked.in for PHP developers
|
||||
* [PHP Classes](http://www.phpclasses.org/discuss/) - PHP specialists forum
|
||||
* [PHP Chat](https://phpchat.co) - A community of PHP Programmers from around the world, on Slack.
|
||||
* [PHP Social](http://phpc.social) - PHP Community on Mastodon
|
||||
* Slack Workspaces:
|
||||
* [PHP-UG](https://github.com/php-ug/php.ug/wiki/SlackChannel-Directory) - An international meeting-point for the PHP-Community.
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### CakePHP
|
||||
|
||||
*Community organized by CakePHP framework interes.*
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/cakephp) - Support on StackOverflow
|
||||
* [Reddit](http://www.reddit.com/r/cakephp) - Ask and answer questions, discussion
|
||||
* [Facebook](https://www.facebook.com/groups/cake.community/) - Large and active Facebook group
|
||||
* [Google group](https://groups.google.com/forum/#!forum/cake-php) - Discussion group for the project
|
||||
* [IRC](http://irc.lc/freenode/cakephp) - Large and active IRC channel
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=82040) - Large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/CakePHP) - Topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### Laravel
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/laravel) - Laravel support on StackOverflow
|
||||
* [Reddit](http://www.reddit.com/r/laravel) - Ask and answer questions, discussion
|
||||
* Laravel forums:
|
||||
* [Laravel.io](http://laravel.io/forum)
|
||||
* [Laracasts discussions](https://laracasts.com/discuss)
|
||||
* [Freenode](https://webchat.freenode.net/?channels=laravel) - Active IRC channel for Laravel support
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=4419933)
|
||||
* [Quora](https://www.quora.com/Laravel) - Laravel topics on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### Symfony
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/symfony) - Symfony support on StackOverflow
|
||||
* [Reddit](http://www.reddit.com/r/symfony) - Ask and answer questions, discussion
|
||||
* Facebook - notable, large and active Facebook groups:
|
||||
* [1](https://fb.com/groups/7672226565)
|
||||
* [2](https://fb.com/groups/symfony2.framework)
|
||||
* [Freenode](http://webchat.freenode.net/?channels=symfony) - Active IRC channel for Symfony support
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=29205) - large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/Symfony) - Symfony topics on Quora
|
||||
* [SensioLabs Connect](https://connect.sensiolabs.com/) - Developer social network, earn achievements for your community involvement and commitment.
|
||||
* [Slack](https://symfony2slack.herokuapp.com/) - Symfony group on Slack, platform for team communication.
|
||||
* [Twitter](https://twitter.com/symfony) - Keep up with Symfony news in a twitter-like way.
|
||||
* Local:
|
||||
* [Community events](http://symfony.com/events/) - Find Symfony events near you.
|
||||
* [Meetup](http://symfony.meetup.com/) - Get involved locally and find Symfony users from your local area.
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### Zend Framework
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/zend-framework) - Support on StackOverflow
|
||||
* [Reddit](https://www.reddit.com/r/zftalk/) - Ask and answer questions, discussion
|
||||
* [Facebook](https://www.facebook.com/groups/zendframework2/) - Large and active group on Facebook
|
||||
* [IRC](http://irc.lc/freenode/zftalk) - Active IRC channel
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=728287) - Large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/Zend-Framework-1) - Zend Framework topics on Quora
|
||||
* [User Groups](http://framework.zend.com/participate/user-groups/) - Zend Framework usergroups
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### PureScript
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Python
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/python) - Python support channel
|
||||
* [Reddit](https://www.reddit.com/r/python) - Python discussions on Reddit
|
||||
* [Facebook](https://fb.com/groups/pythonears/) - large and active group on Facebook
|
||||
* [Freenode](http://webchat.freenode.net/?channels=python) - active IRC channel for Python users
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=25827) - large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/Python-programming-language-1) - Python topics on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### R
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Ruby
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/ruby) - Ruby support on Stack Overflow
|
||||
* [Reddit](http://www.reddit.com/r/ruby) - Ruby discussions on Reddit
|
||||
* [Facebook](https://fb.com/groups/2221017023/) - large and active group on Facebook
|
||||
* [Freenode](http://webchat.freenode.net/?channels=ruby) - IRC channel
|
||||
* [Quora](https://www.quora.com/Ruby-programming-language) - Ruby topics on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
#### Ruby on Rails
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/ruby-on-rails) - Ruby on Rails support on Stack overflow
|
||||
* [Reddit](http://www.reddit.com/r/rubyonrails) - Discussions on Reddit
|
||||
* [Facebook](https://fb.com/groups/railsrocks) - large and active group on Facebook
|
||||
* [Freenode](http://webchat.freenode.net/?channels=RubyOnRails) - large and active IRC channel
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=22413) - large and active group on Linked.in
|
||||
* [Quora](https://www.quora.com/Ruby-on-Rails-web-framework) - Ror topics on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Rust
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
* Slack Workspaces:
|
||||
* [Rust on Slack](https://rust-slack.herokuapp.com/) - Rust workspace on Slack
|
||||
* Gitter communities:
|
||||
* [rust](https://gitter.im/rust-lang/rust) - Official room for rust lang.
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Scala
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Swift
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/swift) - Swift support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/swift) - Swift discussions on Reddit
|
||||
* [Facebook](https://fb.com/groups/swiftiosdev) - large and active Facebook group
|
||||
* [Freenode](http://webchat.freenode.net/?channels=swift-lang) - IRC channel for Swift
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=8119756) - large and active Swift group on Linked.in
|
||||
* [Quora](https://www.quora.com/Apple-Swift-programming-language) - Swift topics on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### TypeScript
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
## By platform
|
||||
|
||||
*Communities organized by platform interest*
|
||||
|
||||
### .NET
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/.net) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/dotnet/) - discussion forum on Reddit
|
||||
* [Facebook](https://www.facebook.com/groups/learncsharpnet/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=40949) - large and active group on Linked.in
|
||||
* [Freenode](http://irc.lc/freenode/asp.net) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/NET-Framework) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Android
|
||||
|
||||
*Community organized by [Android](https://www.android.com/) platform interest*
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/android) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/android) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=86481) - large and active group on Linked.in
|
||||
* [Freenode](http://irc.lc/freenode/android) - large and active IRC channel
|
||||
* Quora:
|
||||
* [Android Applications](https://www.quora.com/Android-Applications) - topic about Android Applications
|
||||
* [Android Operating System](https://www.quora.com/Android-operating-system) - topic about Android OS
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Cordova
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Electron
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Frontend development
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Hybrid apps
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora]() - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### iOS
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/) - large and active Facebook group
|
||||
* [Linked.in]() - large and active group on Linked.in
|
||||
* [Freenode](http://webchat.freenode.net/?channels=) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/iOS) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Linux
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/linux) - Linux support on StackOverflow
|
||||
* [Reddit](http://www.reddit.com/r/linux) - Discussion forum with links to support forums
|
||||
* [Facebook](https://fb.com/groups/GNUAndLinux/) - large and active group on Facebook
|
||||
* [Freenode](http://webchat.freenode.net/?channels=linux) - Active support IRC channel users
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=65688) - large and active discussion group on Linked.in
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Node.js
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/node.js) - support on Stack Overflow
|
||||
* [Reddit](http://reddit.com/r/node) - discussion forum on Reddit
|
||||
* [Facebook](https://www.facebook.com/groups/125499867491756/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/groups?gid=2906459) - large and active group on Linked.in
|
||||
* [Freenode](http://irc.lc/freenode/Node.js) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Node-js) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### React Native
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/reactnative/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/react.native.community/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=8301103) - Group on Linked.in
|
||||
* [Freenode](http://irc.lc/freenode/reactnative) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/React-Native-Facebook) - topic on Quora
|
||||
* [Forum](https://discuss.reactjs.org/) - Official forums
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Xamarin
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/xamarin) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/xamarindevelopers/) - discussion forum on Reddit
|
||||
* [Facebook](https://fb.com/groups/xamarin.developers/) - large and active Facebook group
|
||||
* [Linked.in](https://www.linkedin.com/grp/home?gid=4971276) - large and active group on Linked.in
|
||||
* [Freenode](http://irc.lc/freenode/xamarin/) - large and active IRC channel
|
||||
* [Quora](https://www.quora.com/Xamarin) - topic on Quora
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### watchOS
|
||||
|
||||
* [Stack Overflow](http://stackoverflow.com/questions/tagged/apple-watch) - support on Stack Overflow
|
||||
* [Reddit](https://www.reddit.com/r/applewatch) - discussion forum on Reddit
|
||||
* [Facebook](https://www.facebook.com/groups/AppleWatchDevs/) - large and active Facebook group
|
||||
* [IRC](http://irc.lc/freenode/watchOS/) - IRC channel
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
## Miscellaneous Communities
|
||||
|
||||
*Notable groups, communities and clubs of miscellaneous context types.*
|
||||
|
||||
* [webapp Developers Community](https://webapp.io/developer-community) - A community curated for YC startup/other startup developers, ranging from Jr. Devs to CTOs.
|
||||
* [OpenSourceDesign.net](http://opensourcedesign.net/) - A community of designers and developers pushing more open design processes and improving the user experience and interface design of open source software.
|
||||
* [IT Pro Community](https://www.electric.ai/it-pro-slack) - Connect and network with IT practitioners, decision-makers and C-level IT professionals
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
## Resources
|
||||
|
||||
*Some learning material for building community and what members and leaders of the best communities read and adopt.*
|
||||
|
||||
### Articles
|
||||
|
||||
*Awesome articles and blog posts about community, user groups, community management etc.*
|
||||
|
||||
* [5 Ingredients for Building Community](http://designerfund.com/5-ingredients-for-building-community) - article, how a community of over 100 top designers including founders, leads and angels has been built.
|
||||
* [Is a code of conduct vital to the success of an open source community?](https://opensource.com/life/14/5/codes-of-conduct-open-source-communities)
|
||||
* [Of the community, not above the community](http://opensource.com/business/11/3/community-not-above-community)
|
||||
* [Steps to diversity in your open source group](http://opensource.com/life/14/6/steps-to-diversity-open-source-culture)
|
||||
* [Four types of open source communities](http://opensource.com/business/13/6/four-types-organizational-structures-within-open-source-communities)
|
||||
* [Best practices for community managers](http://opensource.com/business/13/12/five-community-management-tips)
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Books
|
||||
|
||||
*In-depth reading material about community.*
|
||||
|
||||
* [The Art of Community Online](http://www.artofcommunityonline.org/) - Book, Building the New Age of Participation, [PDF](http://artofcommunityonline.org/Art_of_Community_Second_Edition.pdf)
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
### Miscellaneous Resources
|
||||
|
||||
*Various types of resources - guides, videos and similar best practices.*
|
||||
|
||||
* [Brick By Brick: A free guide to building awesome communities](http://www.communitybuildingguide.com/)
|
||||
* [Hackr.io](https://hackr.io/) - A curated resource of programming courses, tutorials, and communities.
|
||||
* [Interview with Cal Evans](http://7php.com/php-interview-cal-evans/) - The undeniable icon of the PHP community.
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
## Looking for more lists like this?
|
||||
|
||||
* Awesome lists:
|
||||
* [awesome](https://github.com/sindresorhus/awesome) - awesome lists
|
||||
* [awesome-all](https://github.com/bradoyler/awesome-all) - awesome lists
|
||||
* [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome) - awesome lists
|
||||
* [erichs/awesome-awesome](https://github.com/erichs/awesome-awesome) - awesome lists
|
||||
* [GetAwesomeness](https://getawesomeness.herokuapp.com/) - awesome lists
|
||||
* [lists](https://github.com/jnv/lists) - awesome lists
|
||||
* [awesome-answers](https://github.com/jugoncalves/awesome-answers) - List of inspiring and thoughtful answers given at stackoverflow, quora, etc.
|
||||
* [awesome-community](https://github.com/rafaecheve/Awesome-Community) - Repository about how to build communities online
|
||||
* [awesome-conferences](https://github.com/RichardLitt/awesome-conferences) - List of awesome conferences
|
||||
* [awesome-open-company](https://github.com/waldyrious/awesome-open-company) - List of open companies
|
||||
* [awesome-slack](https://github.com/filipelinhares/awesome-slack) - List of communities about web development and design that are powered by [Slack](http://slack.com/).
|
||||
* [awesome-speaking](https://github.com/matteofigus/awesome-speaking) - A collection of awesome resources about public speaking
|
||||
* [belarusian-it-communities](https://github.com/gleb-kosteiko/belarusian-it-communities) - List of belarusian IT communities
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
|
||||
## Contributing and License
|
||||
|
||||
You are most welcome to [contribute](CONTRIBUTING.md) to this Awesome Community
|
||||
list as well. Big thanks to all current
|
||||
[contributors](https://github.com/phpearth/awesome-community/graphs/contributors)
|
||||
who have helped build this Awesome Community list.
|
||||
|
||||
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
To the extent possible under law, [Peter Kokot](https://github.com/petk) has
|
||||
waived all copyright and related or neighboring rights to this work.
|
||||
|
||||
[Back to top](#awesome-community)
|
||||
|
||||
[community.md Github](https://github.com/peterkokot/awesome-community
|
||||
)
|
||||
Reference in New Issue
Block a user