Skip to content

Commit f4a171f

Browse files
Merge pull request Code52#73 from shiftkey/saywat
Review Say Wat? Post
2 parents 3d643e9 + 2c9cd70 commit f4a171f

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

_includes/latest_project.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
<div class="pivot-item">
22
<h3>current</h3>
3-
<h4>Code52 is currently having a <a href="/working-bee.html">working bee</a></h4>
4-
<br />
5-
<div class="description">As the next couple of weeks are very busy for some of us - and there's some outstanding work to polishing our existing projects - we're not starting a new project for the moment.</div>
6-
<br />
3+
<h4>The latest Code52 project is <a href="/say-wat.html">Say Wat? - a NodeJS experiment</a>
4+
</h4>
5+
6+
<div class="description">Say Wat? is an introduction to building NodeJS applications around a simple and fun idea. Details <a href="/say-wat.html">here</a>.</div>
7+
78
<div class="details">
8-
We'll be in and out of the <a href="http://jabbr.net/#/rooms/code52">JabbR</a> room throughout if you'd still like to hang out or help out on something in particular.
9+
<p>Want to get involved?</p>
10+
11+
<ul>
12+
<li>Fork the code on <a href="https://github.com/Code52/saywat">GitHub</a></li>
13+
<li>Get in touch with the team on <a href="http://jabbr.net/#/rooms/code52">JabbR</a></li>
14+
<li>Grab a task from the <a href="https://trello.com/board/saywat/4f7974869bf90505711b92f8">Trello</a> board and get involved!</li>
15+
</ul>
16+
917
</div>
10-
<br />
11-
<div class="description">Our regularly scheduled programming will return with a new project announcement at <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120402T22&p1=240">approx. 10pm Sydney time, Monday 2nd April</a>. Keep an eye on the <a href="http://github.com/Code52/">past projects</a> in the meantime!</div>
18+
<div class="description">Not interested in this one? We'll announce the next project at <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120409T22&p1=240">approx. 10pm Sydney time, Monday</a>. You can contribute to our <a href="http://github.com/Code52/">past projects</a> too!</div>
1219
</div>

_posts/2012-04-02-say-wat.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: post
3+
permalink: /say-wat.html
4+
date: 2012-04-02 20:00
5+
title: "Say Wat?"
6+
author: "@shiftkey"
7+
comments: true
8+
---
9+
10+
After a couple of weeks polishing existing projects nudging towards new releases, and @shiftkey getting up to [some](http://instagr.am/p/I0MLz8tL5K/) [shenanigans](http://instagr.am/p/IyQNjNtL1X/) at [Codemania](http://codemania.co.nz/) over the weekend, the gang are back and looking for more coding fun.
11+
12+
While we have some significant ideas we want to refine and plan in more details, we have decided to try out something different this week.
13+
14+
### Doing some Readme Driven Development
15+
16+
This idea started out from a conversation over the weekend about how cryptic some Australian lingo can be. A word I'd thrown into a tweet had completely thrown the recipient and they had trouble understanding what I had said.
17+
18+
I started throwing around possible solutions to the problem - urban dictionary came to mind, for example - but the existing solutions didn't quite fit for the scenario.
19+
20+
After mulling over the solution and searching for a cool domain name over drinks, I decided to call it a night and start coding a solution.
21+
22+
[http://sayw.at/](http://sayw.at/) is that starting point.
23+
24+
### Off the reservation
25+
26+
The Code52 guys had done a number of web projects so far this year, but these have been running on .NET. I wanted to push the envelope and try something different for this week.
27+
28+
Enter Node.
29+
30+
Yes, NodeJS is [so hot right now](http://www.youtube.com/watch?v=CV_hDyfmEw4), so its not like we're doing something very radical. But I know many people are curious about how to get started and how to build an app with Node.
31+
32+
So we're going to spend a week building a Node app and you can follow along (or even get involved)!
33+
34+
### Get Involved
35+
36+
The project structure has started on [GitHub](https://github.com/Code52/saywat) and the [Trello board](https://trello.com/board/saywat/4f7974869bf90505711b92f8) has some initial tasks which are small enough to be started if people are curious. Got some ideas? There's people in the [JabbR](http://jabbr.net/#/rooms/code52) room to discuss ideas with.

0 commit comments

Comments
 (0)