Confirmed users
557
edits
ArcTanSusan (talk | contribs) |
(Remove not-used websites) |
||
| (20 intermediate revisions by 15 users not shown) | |||
| Line 3: | Line 3: | ||
Most of the code on our sites is HTML, CSS, JavaScript and Django (Python) and you can read about how we do web development in the [http://mozweb.readthedocs.org Webdev Bootcamp]. | Most of the code on our sites is HTML, CSS, JavaScript and Django (Python) and you can read about how we do web development in the [http://mozweb.readthedocs.org Webdev Bootcamp]. | ||
If you have questions or are unsure how you can help, just ask on the [https://groups.google.com/forum/?fromgroups#!forum/mozilla.dev.webdev webdev forum] or [irc://irc.mozilla.org#webdev IRC in #webdev] or talk to [https://twitter.com/potch @potch], [https://twitter.com/groovecoder @groovecoder] or [https://twitter.com/r1cky @r1cky] on Twitter. | If you have questions or are unsure how you can help, just ask on the [https://groups.google.com/forum/?fromgroups#!forum/mozilla.dev.webdev webdev forum] (to sign up to the forum as a mailing list, go to [https://lists.mozilla.org/listinfo/dev-webdev lists.mozilla.org/listinfo/dev-webdev]) or [irc://irc.mozilla.org#webdev IRC in #webdev] or talk to [https://twitter.com/potch @potch], [https://twitter.com/groovecoder @groovecoder] or [https://twitter.com/r1cky @r1cky] on Twitter. | ||
{{FeaturedProject | {{FeaturedProject | ||
| Line 19: | Line 19: | ||
* [[Webdev/GetInvolved/mozilla.org | Find out more about how to get involved with www.mozilla.org]] | * [[Webdev/GetInvolved/mozilla.org | Find out more about how to get involved with www.mozilla.org]] | ||
=== [[Webdev/GetInvolved/addons.mozilla.org | addons.mozilla.org (AMO) | === [[Webdev/GetInvolved/addons.mozilla.org | addons.mozilla.org (AMO)]] === | ||
The [https://addons.mozilla.org Firefox Add-ons site] is a gallery of available customizations for the Firefox Web Browser. This is our highest trafficked website (20K+ hits per second) and uses technology like Memcached, Elasticsearch, RabbitMQ and Celery, and more. | The [https://addons.mozilla.org Firefox Add-ons site] is a gallery of available customizations for the Firefox Web Browser. This is our highest trafficked website (20K+ hits per second) and uses technology like Memcached, Elasticsearch, RabbitMQ and Celery, and more. | ||
* [[Webdev/GetInvolved/addons.mozilla.org|Find out more about how to get involved with addons.mozilla.org (AMO)]] | |||
=== [[Webdev/GetInvolved/air.mozilla.org | air.mozilla.org]] === | === [[Webdev/GetInvolved/air.mozilla.org | air.mozilla.org]] === | ||
| Line 26: | Line 28: | ||
* [[Webdev/GetInvolved/air.mozilla.org | Find out more about how to get involved with air.mozilla.org]] | * [[Webdev/GetInvolved/air.mozilla.org | Find out more about how to get involved with air.mozilla.org]] | ||
=== [[Webdev/GetInvolved/developer.mozilla.org | developer.mozilla.org (MDN)]] === | === [[Webdev/GetInvolved/developer.mozilla.org | developer.mozilla.org (MDN)]] === | ||
| Line 44: | Line 41: | ||
* [[Webdev/GetInvolved/crash-stats.mozilla.org | Find out more about how to get involved with crash-stats.mozilla.org (Socorro) ]] | * [[Webdev/GetInvolved/crash-stats.mozilla.org | Find out more about how to get involved with crash-stats.mozilla.org (Socorro) ]] | ||
=== [[Webdev/GetInvolved/ | === [[Webdev/GetInvolved/careers.mozilla.org | careers.mozilla.org ]] === | ||
[https://careers.mozilla.org/ Careers] is the Mozilla jobs listings system. | |||
* [[Webdev/GetInvolved/ | * [[Webdev/GetInvolved/careers.mozilla.org | Find out more about how to get involved with careers.mozilla.org ]] | ||
=== [[Webdev/GetInvolved/ | === [[Webdev/GetInvolved/location.services.mozilla.com | location.services.mozilla.com ]] === | ||
[https://location.services.mozilla.com/ MLS] is an open service which lets devices determine their location based on network infrastructure like WiFi access points and cell towers. | |||
* [[Webdev/GetInvolved/ | * [[Webdev/GetInvolved/location.services.mozilla.com | Find out more about how to get involved with location.services.mozilla.com ]] | ||
=== [[Webdev/GetInvolved/ | === [[Webdev/GetInvolved/PluginCheck | PluginCheck]] === | ||
[https:// | Most user know Plugin Check from pointing their browsers to [https://mozilla.org/plugincheck mozilla.org/plugincheck] but, there is a lot more to it than a single web page. There are some really interesting and challenging problems to help solve, from QA automation to improving the flow of reporting plugin updates and a whole bunch of JavaScript to be improved. | ||
[[Webdev/GetInvolved/PluginCheck | Find out how you can get involved with PluginCheck]] | |||
=== [[Webdev/GetInvolved/ | === [[Webdev/GetInvolved/pontoon.mozilla.org |pontoon.mozilla.org]] === | ||
[https:// | [https://pontoon.mozilla.org/ Pontoon] is Mozilla's Localization Platform. | ||
* [[Webdev/GetInvolved/ | * [[Webdev/GetInvolved/pontoon.mozilla.org |Find out more about how to get involved with Pontoon]] | ||
= WordPress = | = WordPress = | ||
| Line 73: | Line 70: | ||
We've got lots of libraries we've written, many of which are looking for help. | We've got lots of libraries we've written, many of which are looking for help. | ||
=== [ | === [https://github.com/mozilla/mozilla-django-oidc django-oidc] === | ||
Django library providing | Django library providing OIDC based authentication. | ||
=== [https://github.com/andymckay/django-paranoia django-paranoia] === | === [https://github.com/andymckay/django-paranoia django-paranoia] === | ||
| Line 83: | Line 78: | ||
=== [https://github.com/andymckay/django-statsd django-statsd] === | === [https://github.com/andymckay/django-statsd django-statsd] === | ||
Django library for creating metrics using Graphite and Statsd. | Django library for creating metrics using Graphite and Statsd. | ||
= Learning Web Development = | = Learning Web Development = | ||
| Line 95: | Line 84: | ||
* https://webmaker.org/ | * https://webmaker.org/ | ||