├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Diego Luna 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Platforms-to-learn-Programming 2 | Platforms to learn about web development, machine learning, security and much more. 3 | 4 | # List 5 | * [Web development](#WebDevelopment) 6 | * [Machine learning and Data analysis](#Machine_learning_and_Data_analysis) 7 | * [Cloud infrastructure](#CloudInfrastructure) 8 | * [Learn more about programming languages](#ProgrammingLanguages) 9 | * [GitHub](#GitHub) 10 | 11 | ## WebDevelopment 12 | 13 | What is? 14 | 15 | Web development, also known as website development, refers to the tasks associated with creating, building, and maintaining websites and web applications that run online on a browser. It may, however, also include web design, web programming, and database management. 16 | 17 | ### Free 18 | 1. [freecodecamp](https://www.freecodecamp.org/) 19 | 2. [frontendmentor](https://www.frontendmentor.io/) 20 | 3. [Youtbe Freecodecamp](https://www.youtube.com/c/Freecodecamp) 21 | 4. [Google Dev](https://web.dev/) 22 | 5. [codecademy](https://www.codecademy.com/learn/paths/front-end-engineer-career-path) 23 | 24 | ### Pay 25 | 1. [udacity](https://www.udacity.com/) 26 | 2. [codecademy](https://www.codecademy.com/) 27 | 28 | ----- 29 | 30 | ## Machine_learning_and_Data_analysis 31 | 32 | What is machine learning? 33 | 34 | Machine learning is a branch of artificial intelligence (AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy. IBM has a rich history with machine learning 35 | 36 | 37 | what is Data analysis? 38 | 39 | Data Analysis. Data Analysis is the process of systematically applying statistical and/or logical techniques to describe and illustrate, condense and recap, and evaluate data. 40 | 41 | 42 | ### Free 43 | 1. [freecodecamp](https://www.freecodecamp.org/) 44 | 2. [kaggle](https://www.kaggle.com/) 45 | 3. [tensorflow](https://www.tensorflow.org/) 46 | 4. [codecademy](https://www.codecademy.com/) 47 | 48 | ### Pay 49 | 1. [udacity](https://www.udacity.com/) 50 | 2. [codecademy](https://www.codecademy.com/) 51 | 52 | ---- 53 | 54 | ## CloudInfrastructure 55 | 56 | what is Cloud Infrastructure? 57 | 58 | Examples include container infrastructure, service fabrics, serverless functions and managed network services -- virtual private clouds, load balancers, domain name services, application delivery controllers, firewalls, etc. 59 | 60 | 61 | 62 | ### Free 63 | 1. [Google Cloud Skills Boost](https://www.cloudskillsboost.google/) 64 | 2. [Amazon aws](https://aws.amazon.com/es/getting-started/?nc2=h_ql_le) 65 | 66 | 67 | ### Pay 68 | 1. [udacity](https://www.udacity.com/) 69 | 2. [Google Cloud Skills Boost](https://www.cloudskillsboost.google/) 70 | 71 | 72 | ---- 73 | 74 | ## GitHub 75 | 76 | what is GitHub? 77 | 78 | GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. 79 | 80 | ### Free 81 | 1. [GitHub Skills](https://skills.github.com/) 82 | 83 | ---- 84 | 85 | ## ProgrammingLanguages 86 | 87 | ### Free 88 | 1. [freecodecamp](https://www.freecodecamp.org/) 89 | 2. [codewars](https://www.codewars.com/) 90 | 3. [codingame](https://www.codingame.com/start) 91 | 4. [W3](https://www.w3schools.com/) 92 | 5. [Exercism](https://exercism.org/) 93 | 6. [codecademy](https://www.codecademy.com/) 94 | 7. [CS50x - Harvard University](https://pll.harvard.edu/course/cs50-introduction-computer-science?delta=0) 95 | --- 96 | 97 | 98 | ## Thank you very much for contributing 99 | 100 | * Safoh [42](https://profile.intra.42.fr/users/safoh) 101 | * GHebert [42](https://profile.intra.42.fr/users/gehebert) 102 | * Talvi [github](https://github.com/TalviT) 103 | * Irgonzal [42](https://profile.intra.42.fr/users/irgonzal) 104 | --------------------------------------------------------------------------------