chore: update roadmap content json

pull/8227/head
kamranahmedse 3 days ago committed by github-actions[bot]
parent 6d85bbe488
commit b53de6d4b3
  1. 6
      public/roadmap-content/ai-data-scientist.json
  2. 15
      public/roadmap-content/cloudflare.json
  3. 6
      public/roadmap-content/python.json

@ -330,17 +330,17 @@
"links": [
{
"title": "Advantages and Disadvantages of AI",
"url": "https://towardsdatascience.com/advantages-and-disadvantages-of-artificial-intelligence-182a5ef6588c",
"url": "https://medium.com/@laners.org/advantages-and-disadvantages-of-artificial-intelligence-cd6e42819b20",
"type": "article"
},
{
"title": "Reinforcement Learning 101",
"url": "https://towardsdatascience.com/reinforcement-learning-101-e24b50e1d292",
"url": "https://medium.com/towards-data-science/reinforcement-learning-101-e24b50e1d292",
"type": "article"
},
{
"title": "Understanding AUC-ROC Curve",
"url": "https://towardsdatascience.com/understanding-auc-roc-curve-68b2303cc9c5",
"url": "https://medium.com/towards-data-science/understanding-auc-roc-curve-68b2303cc9c5",
"type": "article"
}
]

@ -148,8 +148,19 @@
},
"1dGFfQauOgHP7T4ReMpCU": {
"title": "Workers KV",
"description": "",
"links": []
"description": "Workers KV is a data storage that allows you to store and retrieve data globally. With Workers KV, you can build dynamic and performant APIs and websites that support high read volumes with low latency.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Cloudflare Workers KV Documentation",
"url": "https://developers.cloudflare.com/kv/",
"type": "article"
},
{
"title": "How to Use Cloudflare Workers and KV Storage",
"url": "https://www.youtube.com/watch?v=NGk2HxV0Xkg",
"type": "article"
}
]
},
"EBTHbXOOZiqrcYJvKhcWV": {
"title": "Key-value Operations",

@ -652,7 +652,7 @@
},
"P_Di-XPSDITmU3xKQew8G": {
"title": "Object Oriented Programming",
"description": "In Python, object-oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphisms, encapsulation, etc. in the programming. The main concept of OOPs is to bind the data and the functions that work on that together as a single unit so that no other part of the code can access this data.\n\nVisit the following resources to learn more:",
"description": "In Python, object-oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphism, encapsulation, etc., in programming. The main concept of OOPs is to bind the data and the functions that work on that together as a single unit so that no other part of the code can access this data.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Object Oriented Programming in Python",
@ -715,7 +715,7 @@
},
"zAS4YiEJ6VPsyABrkIG8i": {
"title": "Methods, Dunder",
"description": "A method in python is somewhat similar to a function, except it is associated with object/classes. Methods in python are very similar to functions except for two major differences.\n\n* The method is implicitly used for an object for which it is called.\n* The method is accessible to data that is contained within the class.\n\nDunder or magic methods in Python are the methods having two prefix and suffix underscores in the method name. Dunder here means “Double Under (Underscores)”. These are commonly used for operator overloading. Few examples for magic methods are: **`__init__`**, **`__add__`**, **`__len__`**, **`__repr__`** etc.\n\nVisit the following resources to learn more:",
"description": "A method in python is somewhat similar to a function, except it is associated with object/classes. Methods in python are very similar to functions except for two major differences.\n\n* The method is implicitly used for an object for which it is called.\n* The method is accessible to data that is contained within the class.\n\nDunder or magic methods in Python are the methods that have two prefix and suffix underscores in the method name. Dunder here means “Double Under (Underscores)”. These are commonly used for operator overloading. Few examples for magic methods are: **`__init__`**, **`__add__`**, **`__len__`**, **`__repr__`** etc.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Method vs Function in Python",
@ -1314,7 +1314,7 @@
"description": "An extremely fast Python linter and code formatter, written in Rust.",
"links": [
{
"title": "ruff documentation",
"title": "Ruff documentation",
"url": "https://docs.astral.sh/ruff/",
"type": "article"
}

Loading…
Cancel
Save