All Projects → fernahh → frontendpath

fernahh / frontendpath

Licence: other
A correct path to front-end development.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to frontendpath

pwa-cookbook
A step-by-step guide to Progressive Web Applications
Stars: ✭ 21 (-65%)
Mutual labels:  docs, guide
manual
li₃: The Definitive Guide
Stars: ✭ 64 (+6.67%)
Mutual labels:  docs, guide
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (+80%)
Mutual labels:  docs, guide
yii2-manual-chm
Yii 2 Guide/API/Docs compiled in various formats
Stars: ✭ 63 (+5%)
Mutual labels:  docs, guide
Deepin Develop Guide
deepin develop guide(containing development environment configuration and debian package tutorial)
Stars: ✭ 90 (+50%)
Mutual labels:  docs, guide
Jyun Cms Doc
JYunCMS 用户手册
Stars: ✭ 94 (+56.67%)
Mutual labels:  docs, guide
Vuecommunity
Vue.js community and ecosystem guide, written and maintained by the community itself
Stars: ✭ 143 (+138.33%)
Mutual labels:  docs, guide
hacking-datascience
Notebooks and design assets related to my publication 'hacking-datascience' on Medium.
Stars: ✭ 41 (-31.67%)
Mutual labels:  guide
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-73.33%)
Mutual labels:  docs
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+115%)
Mutual labels:  docs
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+63.33%)
Mutual labels:  docs
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+120%)
Mutual labels:  docs
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-76.67%)
Mutual labels:  docs
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+683.33%)
Mutual labels:  docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (-26.67%)
Mutual labels:  docs
guides
How we do things at OK GROW!
Stars: ✭ 16 (-73.33%)
Mutual labels:  docs
zksync-docs
zkSync documentation
Stars: ✭ 52 (-13.33%)
Mutual labels:  docs
buuk
A simple markdown based documentation generator.
Stars: ✭ 23 (-61.67%)
Mutual labels:  docs
framestack
Tools, Frameworks & Libraries to help you build your projects ✨
Stars: ✭ 27 (-55%)
Mutual labels:  guide
Intranet-Lets-Encrypt-Certification
Guide to setting up a Let's Encrypt SSL certificate for a non-public facing server.
Stars: ✭ 27 (-55%)
Mutual labels:  guide

Front-end Path

A corret path to front-end development - https://fernahh.com.br/frontendpath

Contributing

Besides being large, the web also evolves constantly. Therefore, this project has a long way to go. The guide's content is in the folder source/guia.

Soon I will open issues for collaboration.

Once you've made your great commits:

  1. Fork the project
  2. Create your feature branch: git checkout -b my_feature
  3. Push to the branch: git push origin my_feature
  4. Submit a pull request!

Run locally the project

This project was developed in a static generator, the Middleman.

  1. First, install last version of Ruby

  2. Install Bundler:

    $ gem install bundler
    
  3. Clone it:

    $ git clone [email protected]:fernahh/frontendpath.git
    
  4. Go to project's folder:

    $ cd frontendpath
    
  5. Install dependencies

    $ bundle
    
  6. Run the project

    $ middleman server
    

References

Without these references, no doubt the guide could not be possible. Thanks to all the authors.

  • Introduction
    • High Performance Web Sites, by Steve Souders
    • HTML5: Up and Running, by Mark Pilgrim.
  • Semantic
    • About HTML semantics and front-end architecture, by Nicolas Gallagher.
    • HTML5 For Web Designers, by Jeremy Keith.
  • Acessibility
    • Web Content Accessibility Guidelines, by W3C.
    • Coletânea Front-end, by Reinaldo Ferraz.
  • CSS
    • Object Oriented CSS, by Nicole Sullivan.
    • Scaleble and Modular Architetura for CSS, by Jonathan Snook.
  • JavaScript
    • High Perfomance JavaScript, by Nicholas Zakas.
    • Secrets of JavaScript Ninja, by John Resig and Bear Bibeault.

License

MIT © @fernahh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].