Not bad. I like how a lot of the examples and descriptions are short. Sometimes it would be nice to see how the code functions as part of a larger program, so you could organize snippets by length and by what other snippets it connects to.<p>Large snippets can have labels on different parts of the code, the specific function might be two lines in the middle, and could be highlighted or labeled. Sometimes small functionality, like changing CSS with javascript is part of a larger function like onClick. A snippet could be for those two things at once and each thing could be highlighted differently.<p>You could build a rating system for snippets instead of curating them manually. Novice users could say this snippet helped me, and experienced coders could say this snippet is good practice, this not so good. You could also do that for descriptions, get people with good english to rate descriptions, have them suggest improvements to grammar, make them shorter, add versions for expert users or novice users etc.. Each description could be translated to multiple languages as well, seems like something that would help people in your shoes.<p>You could also organize snippets as a part of a larger program. A program could:<p>1. Access a database<p>2. Find all users in a table<p>3. Add something to each user.<p>Another program might:<p>1. Access a database<p>2. Find users who do Javascript<p>3. Add something to each user.<p>These are slightly different programs but very common tasks, you can link in more tasks into these "multi-snippets."<p>Good job so far, looks like your inexperienced team is perfect for building a teaching site for programming.