Skip to content

Instantly share code, notes, and snippets.

View SamuelB7's full-sized avatar
🎯
Focusing

Samuel Mariano Belo SamuelB7

🎯
Focusing
View GitHub Profile
@SamuelB7
SamuelB7 / FEF-active.md
Created October 11, 2021 01:17 — forked from MWins/FEF-active.md
Front End Frameworks - Active

Front-end Frameworks v2.6

1:07 AM 1/24/2017

A collection of active front-end frameworks for web development.

You can Compare all front-end frameworks here: http://usablica.github.com/front-end-frameworks/compare.html All credit goes to usablica for the original list. I have removed frameworks which have gone inactive. In some cases the framework still is available but has not received updates in years.

@SamuelB7
SamuelB7 / project-ideas01.md
Created October 11, 2021 01:17 — forked from MWins/project-ideas01.md
Back end Projects - list

Project Ideas

Ok. I'm going to list off some ideas for projects. You will have to determine if any particular idea is good enough to include in a portfolio. These aren't creative ideas. They likely already exist. Some are way too advanced while others are simplistic.

I will recommend to post any project you make to github and make a github project page for it. Explain in as much detail as possible how you made it, how it can be improved etc. Document it.

If you pick an advanced idea, setup a development roadmap and follow it. This will show some project management skills.

Another piece of advice for those who are design challenged. Use different front end frameworks and use different themes for those frameworks to provide appealing designs without looking like yet another bootstrap site.

@SamuelB7
SamuelB7 / git.md
Created August 6, 2021 19:59 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda