All Projects → pluralsight → Guides

pluralsight / Guides

Article back-end for hack.guides() website

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to Guides

Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-84.39%)
Mutual labels:  angularjs, angular-2
Rails Api And Angularjs
Integration between rails and angularjs which includes rspec tests.
Stars: ✭ 22 (-96.5%)
Mutual labels:  rails, angularjs
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-91.4%)
Mutual labels:  angularjs, angular-2
Elementsproject.org
Source code for the ElementsProject.org website
Stars: ✭ 84 (-86.62%)
Mutual labels:  blockchain, tutorials
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-95.54%)
Mutual labels:  angularjs, tutorials
Oppia
A free, online learning platform to make quality education accessible for all.
Stars: ✭ 4,361 (+594.43%)
Mutual labels:  tutorials, angularjs
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+1657.64%)
Mutual labels:  angularjs, angular-2
My First Bitcoin Miner
For the curious minds who want to understand how Bitcoin Blockchain works!
Stars: ✭ 110 (-82.48%)
Mutual labels:  blockchain, tutorials
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (-94.11%)
Mutual labels:  angularjs, angular-2
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (-94.11%)
Mutual labels:  angularjs, angular-2
Learn Rails
An example Rails 5.1 app to accompany the "Learn Ruby on Rails" book.
Stars: ✭ 375 (-40.29%)
Mutual labels:  rails, tutorials
Learnapollo
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Stars: ✭ 5,274 (+739.81%)
Mutual labels:  angular-2
Angular Form Builder
Drag and drop to build bootstrap forms in AngularJS.
Stars: ✭ 607 (-3.34%)
Mutual labels:  angularjs
Eslint Plugin Angular
ESLint plugin for AngularJS applications
Stars: ✭ 607 (-3.34%)
Mutual labels:  angularjs
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (-3.82%)
Mutual labels:  blockchain
Versioncake
🍰 Version Cake is an unobtrusive way to version APIs in your Rails or Rack apps
Stars: ✭ 623 (-0.8%)
Mutual labels:  rails
Mailcatcher
Catches mail and serves it through a dream.
Stars: ✭ 5,512 (+777.71%)
Mutual labels:  rails
Machine learning tutorials
Code, exercises and tutorials of my personal blog ! 📝
Stars: ✭ 601 (-4.3%)
Mutual labels:  tutorials
Legion
Simple blockchain server written in haskell
Stars: ✭ 601 (-4.3%)
Mutual labels:  blockchain
Ethlance
Ethlance is the first job market platform built entirely on the Ethereum blockchain. Free to use forever!
Stars: ✭ 598 (-4.78%)
Mutual labels:  blockchain

hack.guides()

Welcome to the hack.guides() content repository. This repository contains published and unpublished versions of awesome technical guides written by our community. You can browse all the guides right here or head over to our companion site for a more focused reading experience.

What is hack.guides()?

A community, movement, and website of full of developers with the ambitious goal of educating ourselves and the world.

Join the movement

You have unique experience, and we want to help you share it. We have several ways for you to contribute to our mission of educating the world.

  1. Write your own guide.
  2. Find a guide to review and help out the author by editing their work.
  3. Fork our Github-powered CMS and help us improve the experience of creating and consuming great technical guides.
  4. Fork this repository using the fork button above and send us a Pull Request with your edits.
  5. Join our slack community
  6. Tell your friends!

What's in it for you?

We've all learned by reading great content on the web. Now is your chance to give back. Studies show the best way to learn is by teaching. In fact, writing is a great way to teach and learn at the same time.

Sharing your knowledge is also a great way to promote your personal brand and build your reputation in the development community.

Looking for a new job? Sharing great content with potential employers is the perfect way to prove yourself before even walking into the interview room.

Repository organization

We are working hard to create a great reading experience on our website. We've also taken care to neatly organize our content in this repository. If you're a fan of git, Github, and the CLI you're in the right place. From here you can clone or fork this repository and read all the guides in whatever environment you choose.

Here's an abbreviated look at how this repository is structured:

|---- faq.md
|---- published.md
|---+ published
|----   + c-c++
|----   + ruby-ruby-on-rails
|----   + python
|----   +   + guide-1
|----   +       article.md
|----   +       details.json
|
|---- in-review.md
|---+ in-review
|----   + c-c++
|----   +   + guide-2
|----   +       article.md
|----   +       details.json
|----   + ruby-ruby-on-rails
|----   + python
|
|---- draft.md
|---+ draft
|----   + c-c++
|----   + ruby-ruby-on-rails
|----   +   + guide-3
|----   +       article.md
|----   +       details.json
|----   + python

There are main 3 directories, published, in-review, and draft. Each of these directories corresponds to how complete a guide is. Guides in the 'in-review' folder are currently undergoing editing from authors and our community editors. Guides in the 'draft' folder are in-progress and not ready for external reviewers yet.

Reading

You can browse the content right here. Start by picking whether you want to read published, in-review, or draft guides. Then pick the corresponding file, published.md, in_review.md, or draft.md. These files will give you an overview of all the guides in that stage.

You can also browse the directories for each publish stage. Each publish stage folder has another list of folders organized by topic or stack. So, you can easily skip to the categories that are most interesting to you.

Finally, inside each category is another list of directories, 1 for each guide. Each guide is organized in a single directory named after the title of the guide. In each directory, you'll find a file named article.md. Clicking on that file lets you read the content directly on github.com.

Editing

Got an idea for improving the article? Click the fork button in the top-right corner of the article, edit it directly on github.com, and send us a Pull Request with your contribution. No software installation necessary!

Want to easily browse the guides?

  1. Click on the published.md file to see our published guides.
    • Here you can find links to our top guides as well as links to read more from your favorite contributors.
  2. Click on the draft.md file to search through drafts of potential guides.
  3. Click on the in_review.md file to search through completed drafts that are undergoing final evalutation and review.

Creating a new guide the hacker way

We're hackers too and there's nothing like creating content from your own environment. Feel free to clone this repository, create your own directory with article.md and details.json files inside the draft or in-review folders, and send us a Pull Request.

We're constantly working on improving this experience. Soon we'll have an easy-to-use script to automatically setup the guide for you. All you worry about is writing great content.

Keep checking back for that, but until then copy an existing details.json file, fill it in with your information, and send us a Pull Request. We're happy to walk you through it!

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].