{"id":19380688,"url":"https://github.com/drex44/trusted-101s","last_synced_at":"2026-05-11T07:35:29.375Z","repository":{"id":217465017,"uuid":"139099302","full_name":"drex44/Trusted-101s","owner":"drex44","description":"Curated list of basic guides, you can follow blindly","archived":false,"fork":false,"pushed_at":"2020-10-01T14:15:06.000Z","size":42,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T16:52:40.127Z","etag":null,"topics":["101","angularjs","axios","kubernetes","react-router-v4","reactjs","stripe"],"latest_commit_sha":null,"homepage":"https://drex44.github.io/Trusted-101s","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drex44.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-29T04:05:29.000Z","updated_at":"2019-05-14T13:18:09.000Z","dependencies_parsed_at":"2024-01-16T16:50:14.637Z","dependency_job_id":"2e610363-a6b0-4fba-919c-cab7a6cee9e9","html_url":"https://github.com/drex44/Trusted-101s","commit_stats":null,"previous_names":["drex44/trusted-101s"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drex44/Trusted-101s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drex44%2FTrusted-101s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drex44%2FTrusted-101s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drex44%2FTrusted-101s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drex44%2FTrusted-101s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drex44","download_url":"https://codeload.github.com/drex44/Trusted-101s/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drex44%2FTrusted-101s/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266210835,"owners_count":23893337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["101","angularjs","axios","kubernetes","react-router-v4","reactjs","stripe"],"created_at":"2024-11-10T09:14:34.641Z","updated_at":"2026-05-11T07:35:24.314Z","avatar_url":"https://github.com/drex44.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trusted-101s [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)\n\n\u003e A curated list of 101s verified by developers. nothing more.\n\nThere 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.\n\nThere are two types of tutorials,\n\n- `Explanation` : Article with only concepts, theory, hacks, anything-not-code etc.\n- `Code` : Article has the example code and explaination.\n\nFor better view, follow this, [Trusted-101s](https://drex44.github.io/Trusted-101s)\n\n## 101s\n\n---\n\n### Categories\n\n- [Angular](#angular)\n- [GraphQL](#graphql)\n- [Hacking](#hacking)\n- [Kubernetes](#kubernetes)\n- [Machine Learning](#machine-learning)\n- [NextJs](#nextjs)\n- [React](#react)\n\n---\n\n### Angular\n\n- [Angular Stripe Integration](https://alligator.io/angular/stripe-elements/) `code`\n- [Angular Material Creating custom theme](https://alligator.io/angular/angular-material-custom-theme) `code`\n\n### GraphQL\n\n- [What is GraphQl and tutorial](http://howtographql.com) `code` `explaination`\n\n### Hacking\n- [Course in Web Security and Vulnerabilities](https://www.hacker101.com/) `Explanation`\n\n### Kubernetes\n\n- [What is kubernetes by deis](https://deis.com/blog/2016/kubernetes-illustrated-guide/) `explaination`\n- [Learn Kubernetes under 3 hours](https://medium.freecodecamp.org/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882) `code` `explaination`\n- [Official documentation of Minikube](https://kubernetes.io/docs/setup/minikube/) `code` `explaination`\n\n### Machine Learning\n\n- [Implementation of ML Algorithms](https://github.com/rushter/MLAlgorithms) `code`\n\n### NextJs\n\n- [Getting started](https://nextjs.org/learn) `code`\n\n### React\n\n- [Getting started](https://reactjs.org/docs/hello-world.html) `code`\n- [React Router](https://medium.com/@pshrmn/a-simple-react-router-v4-tutorial-7f23ff27adf) `code`\n  - [Add protected routes in React Router](https://tylermcginnis.com/react-router-protected-routes-authentication) `code`\n  - [Programmatically navigate using React Router](https://stackoverflow.com/a/42121109/5027712)\n- [React Axios : REST API calls](https://alligator.io/react/axios-react) `code`\n- [React controling elements in Head](https://alligator.io/react/react-helmet) `code`\n- [Component and Containers in React](https://medium.com/@learnreact/container-components-c0e67432e005) `explaination`\n  - [Properties of components and containers](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0) `explaination`\n- [Add google fonts to React](https://scotch.io/@micwanyoike/how-to-add-fonts-to-a-react-project) `code`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrex44%2Ftrusted-101s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrex44%2Ftrusted-101s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrex44%2Ftrusted-101s/lists"}