Am I right that all training and dev is in the browser, in their online-editor
Lily Romano
@Lilyheart
just the learning portion.
Projects (at least front end) are on codepen, but you can do them locally and then post them on codepen if you end up wanting certs.
Jeff Fritz
@csharpfritz_twitter
Gotcha... is the group a lot of early beginners, or a little bit along but still learning JavaScript and web dev basics?
Jeff Fritz
@csharpfritz_twitter
@Lilyheart Let me know if you need help finding space for in-person meetups.. I have a few places we could meet
Lily Romano
@Lilyheart
I will DEF connect with you about that.
The group is mostly beginners but we have a few advanced people in various areas.
Lily Romano
@Lilyheart
Ugh, so close to being done with intermediate algorithm scripting. I like algorithm scripting challenges but not when I need to do 50 of them back to back.
Robert Maylie
@rmaylie9560
You love it.
Lily Romano
@Lilyheart
here and there they are okay.
this many in a row does my brain in
Robert Maylie
@rmaylie9560
How's the section?
rough?
Lily Romano
@Lilyheart
some are okay some are boy howdy
Robert Maylie
@rmaylie9560
Hahahhaha😂
ok, I'm about to get some work in too. These problems arnt going to answer themselves!
Sorry, that was random. Wasn't intended as a response, just a cool playlist.
What
Jonathan Herman
@lantech19446
@davidjcastner do you have any resources for using multiple flex instances in the same page? I thought I found a decent one but it doesn't seem to be working out too well.
nice, I'll have to watch it in a moment. Occasionally I find something that I think hmm I'd love to build a page for that and I've decided that part of the learning experience will be to try but sometimes I feel like I bump the same damn wall repeatedly lol
Lily Romano
@Lilyheart
There are actually 20 videos. The link will take you to the playlist page. I dunno why gitter has to get involved and show the first video :p
Jonathan Herman
@lantech19446
lol it's all good, funny thing is he kinda looks like a friend of mine
David Castner
@davidjcastner
@lantech19446 I'll see of I have any after work
Jonathan Herman
@lantech19446
ok cool, I'll try to watch the videos too.
David Castner
@davidjcastner
Does anyone know if a project can count for two things? Example: my tribute page has a quote (factoid) generator in it
Lily Romano
@Lilyheart
Don't see why not. And if they fuss down the line then a few hours and it's fixed. I say go for it. Need to add the Twitter button tho. Check the requirements on the quote project.
David Castner
@davidjcastner
eh I'll just create one
David Castner
@davidjcastner
roman numeral converter!?! that's just evil
Lily Romano
@Lilyheart
I used recursion! Wheeeeeee
David Castner
@davidjcastner
ooo good idea!
Lily Romano
@Lilyheart
I'm sure not the most efficient way but I love me a good recursion. I wrote it to challenge myself to do recursion. If I had to do it again I would do a two-dimensional array with each Dimension being the digits if that make sense. So the last subarray would be [I,II,III. Etc
David Castner
@davidjcastner
hmm let's compare after I figure it out, I'm curious how you set up your recursion
Lily Romano
@Lilyheart
Not as much as I used to, but I struggled with recursion so I’ve been finding ways to practice it. Gettin’ better!
Lilyheart @Lilyheart is totally stalking to see how David solved it.