|
1 |
| -article0title: "Learn CSS Transform" |
2 |
| -article0link: "https://www.freecodecamp.org/news/complete-guide-to-css-transform-functions-and-properties/" |
3 |
| -article1title: "Build a Static Blog" |
4 |
| -article1link: "https://www.freecodecamp.org/news/how-to-create-a-static-blog-with-lume/" |
5 |
| -article2title: "Build an AI Chatbot" |
6 |
| -article2link: "https://www.freecodecamp.org/news/how-to-build-an-ai-chatbot-with-redis-python-and-gpt/" |
7 |
| -article3title: "What is Programming?" |
8 |
| -article3link: "https://www.freecodecamp.org/news/what-is-programming-tutorial-for-beginners/" |
9 |
| -article4title: "Python Code Examples" |
10 |
| -article4link: "https://www.freecodecamp.org/news/python-code-examples-sample-script-coding-tutorial-for-beginners/" |
11 |
| -article5title: "Open Source for Devs" |
12 |
| -article5link: "https://www.freecodecamp.org/news/a-practical-guide-to-start-opensource-contributions/" |
13 |
| -article6title: "HTTP Networking in JS" |
14 |
| -article6link: "https://www.freecodecamp.org/news/http-full-course/" |
15 |
| -article7title: "Write React Unit Tests" |
16 |
| -article7link: "https://www.freecodecamp.org/news/how-to-write-unit-tests-in-react-redux/" |
17 |
| -article8title: "Learn Algorithms in JS" |
18 |
| -article8link: "https://www.freecodecamp.org/news/introduction-to-algorithms-with-javascript-examples/" |
19 |
| -article9title: "How to Write Clean Code" |
20 |
| -article9link: "https://www.freecodecamp.org/news/how-to-write-clean-code/" |
21 |
| -article10title: "Learn PHP" |
| 1 | +article0title: "REST APIs" |
| 2 | +article0link: "https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api/" |
| 3 | +article1title: "Clean Code" |
| 4 | +article1link: "https://www.freecodecamp.org/news/how-to-write-clean-code/" |
| 5 | +article2title: "TypeScript" |
| 6 | +article2link: "https://www.freecodecamp.org/news/learn-typescript-with-react-handbook/" |
| 7 | +article3title: "JavaScript" |
| 8 | +article3link: "https://www.freecodecamp.org/news/learn-javascript-for-beginners/" |
| 9 | +article4title: "AI Chatbots" |
| 10 | +article4link: "https://www.freecodecamp.org/news/how-to-build-an-ai-chatbot-with-redis-python-and-gpt/" |
| 11 | +article5title: "Command Line" |
| 12 | +article5link: "https://www.freecodecamp.org/news/command-line-for-beginners/" |
| 13 | +article6title: "GraphQL APIs" |
| 14 | +article6link: "https://www.freecodecamp.org/news/building-consuming-and-documenting-a-graphql-api/" |
| 15 | +article7title: "CSS Transforms" |
| 16 | +article7link: "https://www.freecodecamp.org/news/complete-guide-to-css-transform-functions-and-properties/" |
| 17 | +article8title: "Access Control" |
| 18 | +article8link: "https://www.freecodecamp.org/news/how-to-build-scalable-access-control-for-your-web-app/" |
| 19 | +article9title: "REST API Design" |
| 20 | +article9link: "https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api/" |
| 21 | +article10title: "PHP" |
22 | 22 | article10link: "https://www.freecodecamp.org/news/the-php-handbook/"
|
23 |
| -article11title: "Learn Java" |
| 23 | +article11title: "Java" |
24 | 24 | article11link: "https://www.freecodecamp.org/news/the-java-handbook/"
|
25 |
| -article12title: "Learn Swift" |
26 |
| -article12link: "https://www.freecodecamp.org/news/the-swift-handbook/" |
27 |
| -article13title: "Learn Golang" |
28 |
| -article13link: "https://www.freecodecamp.org/news/learn-golang-handbook/" |
29 |
| -article14title: "Learn Node.js" |
30 |
| -article14link: "https://www.freecodecamp.org/news/get-started-with-nodejs/" |
31 |
| -article15title: "Learn CSS Grid" |
32 |
| -article15link: "https://www.freecodecamp.org/news/complete-guide-to-css-grid/" |
33 |
| -article16title: "Learn Solidity" |
34 |
| -article16link: "https://www.freecodecamp.org/news/learn-solidity-handbook/" |
35 |
| -article17title: "Learn Express.js" |
36 |
| -article17link: "https://www.freecodecamp.org/news/the-express-handbook/" |
37 |
| -article18title: "Learn JS Modules" |
38 |
| -article18link: "https://www.freecodecamp.org/news/javascript-es-modules-and-module-bundlers/" |
39 |
| -article19title: "Learn Apache Kafka" |
40 |
| -article19link: "https://www.freecodecamp.org/news/apache-kafka-handbook/" |
41 |
| -article20title: "REST API Best Practices" |
42 |
| -article20link: "https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api/" |
43 |
| -article21title: "Front-End JS Development" |
| 25 | +article12title: "Linux" |
| 26 | +article12link: "https://www.freecodecamp.org/news/learn-linux-for-beginners-book-basic-to-advanced/" |
| 27 | +article13title: "React" |
| 28 | +article13link: "https://www.freecodecamp.org/news/react-for-beginners-handbook/" |
| 29 | +article14title: "CI/CD" |
| 30 | +article14link: "https://www.freecodecamp.org/news/learn-continuous-integration-delivery-and-deployment/" |
| 31 | +article15title: "Docker" |
| 32 | +article15link: "https://www.freecodecamp.org/news/the-docker-handbook/" |
| 33 | +article16title: "Golang" |
| 34 | +article16link: "https://www.freecodecamp.org/news/learn-golang-handbook/" |
| 35 | +article17title: "Python" |
| 36 | +article17link: "https://www.freecodecamp.org/news/the-python-handbook/" |
| 37 | +article18title: "Node.js" |
| 38 | +article18link: "https://www.freecodecamp.org/news/get-started-with-nodejs/" |
| 39 | +article19title: "Todo APIs" |
| 40 | +article19link: "https://www.freecodecamp.org/news/build-crud-operations-with-dotnet-core-handbook/" |
| 41 | +article20title: "JavaScript Classes" |
| 42 | +article20link: "https://www.freecodecamp.org/news/how-to-use-classes-in-javascript-handbook/" |
| 43 | +article21title: "Front-End Libraries" |
44 | 44 | article21link: "https://www.freecodecamp.org/news/front-end-javascript-development-react-angular-vue-compared/"
|
45 |
| -article22title: "Learn to Build REST APIs" |
46 |
| -article22link: "https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api/" |
47 |
| -article23title: "Intermediate TS and React" |
48 |
| -article23link: "https://www.freecodecamp.org/news/build-strongly-typed-polymorphic-components-with-react-and-typescript/" |
49 |
| -article24title: "Command Line for Beginners" |
50 |
| -article24link: "https://www.freecodecamp.org/news/command-line-for-beginners/" |
51 |
| -article25title: "Intro to Operating Systems" |
52 |
| -article25link: "https://www.freecodecamp.org/news/an-introduction-to-operating-systems/" |
53 |
| -article26title: "Learn to Build GraphQL APIs" |
54 |
| -article26link: "https://www.freecodecamp.org/news/building-consuming-and-documenting-a-graphql-api/" |
55 |
| -article27title: "OSS Security Best Practices" |
56 |
| -article27link: "https://www.freecodecamp.org/news/oss-security-best-practices/" |
57 |
| -article28title: "Distributed Systems Patterns" |
58 |
| -article28link: "https://www.freecodecamp.org/news/design-patterns-for-distributed-systems/" |
59 |
| -article29title: "Software Architecture Patterns" |
60 |
| -article29link: "https://www.freecodecamp.org/news/an-introduction-to-software-architecture-patterns/" |
| 45 | +article22title: "Express and Node.js" |
| 46 | +article22link: "https://www.freecodecamp.org/news/the-express-handbook/" |
| 47 | +article23title: "Python Code Examples" |
| 48 | +article23link: "https://www.freecodecamp.org/news/python-code-examples-sample-script-coding-tutorial-for-beginners/" |
| 49 | +article24title: "Clustering in Python" |
| 50 | +article24link: "https://www.freecodecamp.org/news/clustering-in-python-a-machine-learning-handbook/" |
| 51 | +article25title: "Software Architecture" |
| 52 | +article25link: "https://www.freecodecamp.org/news/an-introduction-to-software-architecture-patterns/" |
| 53 | +article26title: "Programming Fundamentals" |
| 54 | +article26link: "https://www.freecodecamp.org/news/what-is-programming-tutorial-for-beginners/" |
| 55 | +article27title: "Coding Career Preparation" |
| 56 | +article27link: "https://www.freecodecamp.org/news/learn-to-code-book/" |
| 57 | +article28title: "Full-Stack Developer Guide" |
| 58 | +article28link: "https://www.freecodecamp.org/news/become-a-full-stack-developer-and-get-a-job/" |
| 59 | +article29title: "Python for JavaScript Devs" |
| 60 | +article29link: "https://www.freecodecamp.org/news/learn-python-for-javascript-developers-handbook/" |
0 commit comments