I like the idea of this type of meetup
group. I think you may want to consider broadening the scope of
the meetup though. It might be a good idea to keep the group open
to a variety of front end coding ideas and concepts, but
opinionated in its choice of technology to implement them in.
Maybe call it the Front End Coder's Meetup? Speakers can then come
and talk about pretty much anything "front-endy".
Lately I've been writing an e-book called, "The Front End Code
Manifesto." First off it's free, and not finished, but in thinking
about it as it relates to this meetup group idea, there are things
in the Table of Contents that might not necessarily fit into the
HAML/SASS category, but are probably interesting and relevant to
front end coder's and their work: Usability/IA, Object Oriented
CSS, SEO, Image Optimization, Responsive Web Design, Mobile First
Development, etc. (all of which have nothing really to do with
sass or haml). Personally, I'm highly opinionated; everything I
write is from a Rails perspective, specifically HAML/SASS, but at
the same time I am open to and continuously trying to learn about
everything to do with views.
Just my $.02. I think it would be great have some kind of meeting
devoted to front end coding.
Chris
If you're interested in checking out my very rough unfinished
"book" it is located here:
https://github.com/maxxiimo/Front-End-Code-Manifesto.
I do have some good sass and haml boilerplates referenced in my
manifesto that anyone is welcome to use:
Basic view files and partials I use in a lot of projects…
https://github.com/maxxiimo/base-files
.sass and .scss conversions of normalize.css, HTML 5 Boilerplate's
styles.css, and Eric Meyer's original reset 2.0…
https://github.com/maxxiimo/sass-resets
The basics sass files and structure I use in projects…
https://github.com/maxxiimo/css-base