Difference between revisions of "Coders"

From FreekiWiki
Jump to navigation Jump to search
(→‎Coding Projects: ruby, not php)
(updating, cleaning)
Line 3: Line 3:
  
 
==Intro==
 
==Intro==
The coders group at Free Geek is the place you can learn or teach about software programming and development. We normally do this at coders workshops.
+
The coders group at Free Geek is the place you can learn or teach about software programming and development. This is informally organized around various projects, with some guidance from the [[Technocrats]] and some spillover with the [[ASS]]es.
 
 
'''NOTE: CODERS WORKSHOPS ARE ON HIATUS.''' <!-- They are open to all -- experienced and new coders alike. The only requirement is that you want to help and learn or teach in the process. We try to team up experienced folks with newbies. We only work on stuff we actually use, so your work is always needed.
 
 
 
While most coders live in the Portland area and come in to Free Geek to volunteer, coding is the one volunteer opportunity at Free Geek that is available to people outside our local area. If you want to help out and live outside the Portland, Oregon area, sign up for the mailing list (see [[#Getting_Started]] below) and ask about how to plug in, or do the same on IRC! -->
 
  
 
==Coding Projects==
 
==Coding Projects==
Line 15: Line 11:
  
 
[[FGdiag]] -- Python code ( http://www.python.org/ ) used for testing gizmos.
 
[[FGdiag]] -- Python code ( http://www.python.org/ ) used for testing gizmos.
 
[[FGsched]] -- This will be used for maintaining jobs to do, workers who can do them, shifts in which they are done, and scheduling workers into those shifts. This is still very early in development.
 
  
 
[[Distro Implementation]] -- Figure out how to get the software onto the boxes we build, and how to make it work like we want it to.
 
[[Distro Implementation]] -- Figure out how to get the software onto the boxes we build, and how to make it work like we want it to.
Line 44: Line 38:
 
* Get an RT account http://todo.freegeek.org/ ([[RT for coders]])
 
* Get an RT account http://todo.freegeek.org/ ([[RT for coders]])
 
* Free Geek coders hang out on IRC at freenode.net ( http://freenode.net/ ) on the #freegeek channel. ([[IRC for coders]])
 
* Free Geek coders hang out on IRC at freenode.net ( http://freenode.net/ ) on the #freegeek channel. ([[IRC for coders]])
 
==Programming Classes==
 
When the current version of [[FGdb]] was being planned we held two classes so that we'd have several coders with a common base of knowledge. The outlines for these two classes are available online:
 
 
* The Intro to Relational Databases and SQL class outline is available at http://freegeek.org/sql-class/
 
 
* The Intro to Web Based Applications Using PHP class outline is available at http://freegeek.org/php-class/
 
 
If you need to understand how databases work in general, please study these as soon as possible.
 
 
* Some notes on our Python class are available at http://freegeek.org/python-class/
 
  
 
==Big Picture Stuff==
 
==Big Picture Stuff==

Revision as of 10:07, 22 June 2007


Intro

The coders group at Free Geek is the place you can learn or teach about software programming and development. This is informally organized around various projects, with some guidance from the Technocrats and some spillover with the ASSes.

Coding Projects

Here are some projects we are working on at Free Geek:

FGdb -- This is Ruby code ( http://www.ruby-lang.org/ ) that talks to a PostgreSQL database ( http://www.postgresql.org/ ).

FGdiag -- Python code ( http://www.python.org/ ) used for testing gizmos.

Distro Implementation -- Figure out how to get the software onto the boxes we build, and how to make it work like we want it to.

Other Coding Projects -- There are usually a variety of smaller tasks that need doing, often using shell scripting.

Getting Started

If any of the above projects interest you, you may want to join the coders. we're open to anyone so long as the work you do is done cooperatvely with other Free Geek volunteers and you're willing to let it be licensed under an open source license, preferably the GPL.

To get started:

In the Portland, Oregon, USA area?

  • Sign up for the coders mailing list http://lists.freegeek.org/listinfo/coders (email lists for coders)
    • Post a message and introduce yourself
    • If you're in the Portland, Oregon area, you'll want to come down to Free Geek to meet the other local coders and get started. Ask for a "coders orientation". We typically hold orientations as needed at 6:30 pm on Tuesday evenings. At the orientation, we will help you get set up.

Somewhere else?

Wherever you are:

Big Picture Stuff

  • Rethinking Coders -- thoughts on how the coders program can be improved and where it's going.