https://github.com/drex44/trusted-101s
Curated list of basic guides, you can follow blindly
https://github.com/drex44/trusted-101s
101 angularjs axios kubernetes react-router-v4 reactjs stripe
Last synced: 2 months ago
JSON representation
Curated list of basic guides, you can follow blindly
- Host: GitHub
- URL: https://github.com/drex44/trusted-101s
- Owner: drex44
- License: mit
- Created: 2018-06-29T04:05:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T14:15:06.000Z (over 4 years ago)
- Last Synced: 2025-01-07T06:19:13.488Z (4 months ago)
- Topics: 101, angularjs, axios, kubernetes, react-router-v4, reactjs, stripe
- Homepage: https://drex44.github.io/Trusted-101s
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Trusted-101s [](http://makeapullrequest.com) [](https://opensource.org/licenses/MIT)
> A curated list of 101s verified by developers. nothing more.
There are lots of tutorials and guides out there now but sometimes when you're just starting to learn a new technology, it is difficult to know which source is reliable. Many times, we follow off-topic tutorial resulting in wasting our time. So this is the list of articles, you can rely on confidently.
There are two types of tutorials,
- `Explanation` : Article with only concepts, theory, hacks, anything-not-code etc.
- `Code` : Article has the example code and explaination.For better view, follow this, [Trusted-101s](https://drex44.github.io/Trusted-101s)
## 101s
---
### Categories
- [Angular](#angular)
- [GraphQL](#graphql)
- [Hacking](#hacking)
- [Kubernetes](#kubernetes)
- [Machine Learning](#machine-learning)
- [NextJs](#nextjs)
- [React](#react)---
### Angular
- [Angular Stripe Integration](https://alligator.io/angular/stripe-elements/) `code`
- [Angular Material Creating custom theme](https://alligator.io/angular/angular-material-custom-theme) `code`### GraphQL
- [What is GraphQl and tutorial](http://howtographql.com) `code` `explaination`
### Hacking
- [Course in Web Security and Vulnerabilities](https://www.hacker101.com/) `Explanation`### Kubernetes
- [What is kubernetes by deis](https://deis.com/blog/2016/kubernetes-illustrated-guide/) `explaination`
- [Learn Kubernetes under 3 hours](https://medium.freecodecamp.org/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882) `code` `explaination`
- [Official documentation of Minikube](https://kubernetes.io/docs/setup/minikube/) `code` `explaination`### Machine Learning
- [Implementation of ML Algorithms](https://github.com/rushter/MLAlgorithms) `code`
### NextJs
- [Getting started](https://nextjs.org/learn) `code`
### React
- [Getting started](https://reactjs.org/docs/hello-world.html) `code`
- [React Router](https://medium.com/@pshrmn/a-simple-react-router-v4-tutorial-7f23ff27adf) `code`
- [Add protected routes in React Router](https://tylermcginnis.com/react-router-protected-routes-authentication) `code`
- [Programmatically navigate using React Router](https://stackoverflow.com/a/42121109/5027712)
- [React Axios : REST API calls](https://alligator.io/react/axios-react) `code`
- [React controling elements in Head](https://alligator.io/react/react-helmet) `code`
- [Component and Containers in React](https://medium.com/@learnreact/container-components-c0e67432e005) `explaination`
- [Properties of components and containers](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0) `explaination`
- [Add google fonts to React](https://scotch.io/@micwanyoike/how-to-add-fonts-to-a-react-project) `code`