Giter VIP home page Giter VIP logo

cwg's People

Contributors

akwick avatar aleksi avatar arjanvaneersel avatar ashleymcnamara avatar campoy avatar code-hex avatar corylanou avatar davecheney avatar dlsniper avatar gunjan5 avatar jeanlucmongrain avatar nathany avatar pawelkowalak avatar pisush avatar qt-luigi avatar spf13 avatar wellle avatar ymotongpoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cwg's Issues

Go Meetup Pillar Program

  • Address the camera + live-streaming issues
  • Figure out who the Pillar Cities are
  • Test Pillar cities live-streaming capabilities
  • Create a web page (could pull data from meetup.com?)
  • Announce the Pillar meetups in a blog post

NaGoWriMo meetups

I was posting about this earlier on #meetup-organisers. November is NaNoWriMo (National Novel Writers Month) so I was thinking it'd be cool for meetups to hold NaGoWriMo (National Gopher Writers Month) content creator workshops in November where people could work on and help each other with blogs, vlogs, Go talks, Gopher art, and any other Go content. Then since that includes preparing talks, that'd also be a good way to get new speakers for a lightning talks meetup. Anyone interested?

Contributor Workshop Parameters

Establish the parameters for a successful contributor workshop are in anticipation for a World Wide Contribution day on Go's birthday.

Help with a list for potential meetup spaces

  • Possibly create a list on companies who want to host Go meetups and their corresponding cities.
  • Could start on GitHub and eventually translate into a webpage.
  • Are there any complied lists currently out there?
  • Could start with Google spaces at the very least.

GopherAcademy Advent Calendar

We typically do the GopherAcademy Advent series on our blog every year. Is that something the CWG wants to help edit and coordinate?

Rename repo to community?

It is hard to pronounce the repo name as it is, and might be hard to understand what it stands for for those who are not familiar with the group? What about renaming it to "community"?

go1.10?

when is golang 1.10 release party? please help

Create a community-curated resource list with tags and search

There are thousands of excellent resources that exist across the web in many different languages, targeted at various levels of experience with Go.

When training Gophers, new or experienced, some good starting points include:

and great blogs :P ...

not to mention many community packages which have curated lists such as:

It would be great to have an official community-driven (aka user-generated content) site where resources can be submitted and labelled with a hierarchy of categories and/or set of tags, and categorize language, level of experience, content creation date, Go version relevant to, etc. Support for community ratings would be awesome. It also might help us to curate a list of experience reports as well :)

binary.Read accepting os.File as first parameter as replacement for reader

In following code:
func ReadFile(filename string) (JPGFile, error) {
jpgFile := JPGFile{}
in, err := os.Open(filename)
defer in.Close()
if err != nil {
return jpgFile, err
}
binary.Read(in, binary.LittleEndian, &jpgFile)
return jpgFile, nil
}

binary.Read accepts "in" (os.File) as a reader, but if I pass the file as a parameter to the function I get the correct error message that "in" is not a reader as defined in the documentation: func Read(r io.Reader, order ByteOrder, data interface{}) error

Comprise a list of Go conferences

Create a list of all Golang conferences. Attach resources to this issue then figure out the best way to share (ie: web page attached to golang.org?)

Create /community for golang.org

This page will need lots of info - including a 'getting involved' section. Is there any copy for this potential page? If not, we can start from scratch.

Go Community Blogging Coordination

Decide best strategic route for Go community blogging.

A few starter thoughts...

Some Logistics:

  • Should we get a medium account?
  • Should we create a submission process?
  • Should we actively look for material?

Per content:

  • What availability and expectations can we have of the Go team in terms of content?
  • Should we start a monthly 'here's what happened' technical run-through for the community to read about the project?
  • Should we have different sections within the blog to organize more robust content.

Creating a Local go Community in Tunis

Hey guys,
I want to start a local community to advocate the use of Go as a cool technology for AI / Search etc.
For me to be credible and attract as much motivated and talented people as I can, I would like some support (in form of guidance, referral, connection to a close group) from the broader Go community. I thought this might be the right place to start asking:

  • Any local community might share its success story so I can draw inspiration ?
  • Any tunisian community that might be affiliated to Go (maybe Google for students or something) ?
    Thank you !

What's Happening in GoLang CWG?

Hello All -

I'm new to GoLang and I'm looking forward to making some effective contributions to the GoLang Community.

This my first time here. And it looks there are not many activities going on here, since 2017. I could help structure the ReadMe.md and guide new contributors as myself get started.

Please, I look forward to being part of the community and see our we collaborate and scale it together.

Thank you ๐Ÿ™Œ๐Ÿ™Œ

Create Meetup Kit for Organizers

Must haves:

  • Include Go Swag [Stickers for meetup, larger swag for things like Hack-a-thons]

  • Include CoC

  • Guide to having a successful meetup

Could haves:

  • Logo (if requested)

Announce COWG as a community group

To make this feel like a community initiative I recommend we announce it to the community on the Golang blog or on the future Go Community medium account or both.

  • Write up charter
  • Define membership
  • Publish on the golang.org blog

Bios for CWG Leads + Members

Lets get to know each other!

It's important to know who specializes in what or who's involved in established org, so that we can better assess what our group can truly accomplish. We appreciate you sharing this information with us! If there's anything you'd rather not disclose, don't fill it in!

### Please fill out the following info in a comment:
[note, this information is public :)]

Name:

Location:

Company:

Title:

What're skillz you bring to the table: (what do you do that could help this group succeed?)

Go-related extra curriculars: (what groups and organizations are you already associated with?)

Your favorite thing about Go:

The one thing you'd change about Go:

What's something you'd like to accomplish in this group: (feel free to look at the issues for ideas if you're stuck)

Twitter Handle:

Favorite Green Food:

Bank account info.... just kidding :-D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.