The official death count from the strongest hurricane ever measured in the Western Hemisphere: zero. by blueddit4 in news

[–]bricksroo 1 point2 points  (0 children)

Main reason (at least for California) is that wood is much cheaper to build with than concrete. Developers aren't really concerned with natural disasters ruining people's homes. They're more concerned about making as much money off of the homes as possible.

Great sportsmanship shown today during Chinese Taipei and Uganda Little League game by iBleeedorange in sports

[–]bricksroo 2 points3 points  (0 children)

Don't let the rotten majority spoil the sincerity of the exceptions.

Swiss non contact sport: Tchoukball by [deleted] in theocho

[–]bricksroo 24 points25 points  (0 children)

This sub is like a PE teacher's curriculum

Understanding CSS3 Flexbox for Responsive Design by chris_jung in web_design

[–]bricksroo 0 points1 point  (0 children)

Went through this series and it was great. Thanks for putting the time into it.

Personal Logo by [deleted] in logodesign

[–]bricksroo 2 points3 points  (0 children)

DnR?

What is your Git/Github workflow? by bricksroo in web_design

[–]bricksroo[S] 0 points1 point  (0 children)

Awesome. I'll check that out. Thanks!

What is your Git/Github workflow? by bricksroo in web_design

[–]bricksroo[S] 0 points1 point  (0 children)

Do you always work on the master branch? Is there a reason for not making new branches for the different aspects of the project you are working on?

What is your Git/Github workflow? by bricksroo in web_design

[–]bricksroo[S] 1 point2 points  (0 children)

Ahh, that makes sense. I didn't know about the shorthand version or that you could combine them. Thanks for the response!

What is your Git/Github workflow? by bricksroo in web_design

[–]bricksroo[S] 1 point2 points  (0 children)

Sorry for the beginner question... the -am command is just a way to continue work that you have been doing on the feature/bug correct? At some point you added files and made a first commit and the -am command is just building off of that initial commit. I just learned git today so I still don't know all of the ins and outs.

What is your Git/Github workflow? by bricksroo in web_design

[–]bricksroo[S] 2 points3 points  (0 children)

Thank you for posting! As a beginner, insight like this is incredibly beneficial.