You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"head": "The Net Ninja - HTML & CSS Crash Course",
4
+
"para1": " If you're brand new to web development and ant to get started building websites, then look no further than this introduction to HTML & CSS",
5
+
"para2": "HTML & CSS are the core building blocks of front-end web development and are used to structure website content and control the visual design of them too.",
6
+
"para3": "By the end of this course you'll have a great foundation in front-end web development & will be able to make your own responsive websites from scratch.",
"para1": " This article will teach you the basics of HTML.Also created a 45-minute video course on the freeCodeCamp.org YouTube channel that teaches you HTML in the context of creating an actual web page.",
13
+
"para2": "If you are just learning HTML, I recommend both reading this article and watching the video course.",
14
+
"para3": "HTML stands for Hyper Text Markup Language. Every website on the internet uses HTML & CSS. Most also use JavaScript.",
"para1": "This course will teach you the basics of HTML.This 6 hour video course on the Bro Code YouTube channel that teaches you HTML and CSS in the context of creating an actual responsive web page.",
21
+
"para2": "If you are just learning HTML, I recommend both reading this article and watching the video course.",
22
+
"para3": "HTML stands for Hyper Text Markup Language. Every website on the internet uses HTML & CSS. Most also use JavaScript.",
"head": "The Net Ninja - HTML & CSS Crash Course",
27
+
"para1": "If you're brand new to web development and ant to get started building websites, then look no further than this introduction to HTML & CSS.",
28
+
"para2": "HTML & CSS are the core building blocks of front-end web development and are used to structure website content and control the visual design of them too.",
29
+
"para3": "By the end of this course you'll have a great foundation in front-end web development & will be able to make your own responsive websites from scratch.",
"para1": "It is important for all web developers to be familiar with CSS, or Cascading Style Sheets. CSS is responsible for the styling and looks of a website. Learn how to use it in this complete 6-hour course for beginners from Jad Khalili.k",
36
+
"para2": "This free video course covers CSS from the ground up. You will learn everything from basic skills, such as coloring and text, to highly advanced skills, like custom animations.",
37
+
"para3": "Learn CSS in this free 6-hour video course",
"para1": "This course will teach you the basics of HTML.This 6 hour video course on the Bro Code YouTube channel that teaches you HTML and CSS in the context of creating an actual responsive web page.",
44
+
"para2": "If you are just learning HTML, I recommend, watching the video course.",
45
+
"para3": "HTML stands for Hyper Text Markup Language. Every website on the internet uses HTML & CSS. Most also use JavaScript.",
"para1": "How it's done now. From the basics to advanced topics with simple, but detailed explanations.",
51
+
"para2": "Main course contains 2 parts which cover JavaScript as a programming language and working with a browser. There are also additional series of thematic articles.",
52
+
"para3": "Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.",
53
+
"link": "https://javascript.info/",
54
+
"image": "/src/assets/img/roadmap/modernJs.png"
55
+
},
56
+
{
57
+
"head": "JavaScript Mastery - Complete Path to JavaScript Mastery",
58
+
"para1": "The course covers everything you need to be an outstanding JavaScript Developer who is ready to learn any framework or library. ",
59
+
"para2": "Having a solid foundation of JavaScript is crucial before diving into any frameworks or libraries. This course will give you a deep understanding of JavaScript and all of its advantages:",
60
+
"para3": "This course will get you prepared to dive straight into the most popular tools & technologies, and frameworks and libraries.",
"head": "FreeCodeCamp - JavaScript Algorithms and Data Structures ",
66
+
"para1": "While HTML and CSS control the content and styling of a page, JavaScript is used to make it interactive. In the JavaScript Algorithm and Data Structures Certification, you'll learn the fundamentals of JavaScript including variables, arrays, objects, loops, and functions. ",
67
+
"para2": "Once you have the fundamentals down, you'll apply that knowledge by creating algorithms to manipulate strings, factorialize numbers, and even calculate the orbit of the International Space Station.",
68
+
"para3": "Along the way, you'll also learn two important programming styles or paradigms: Object Oriented Programming (OOP) and Functional Programming (FP). ",
"para1": "Beginner to Intermediate developers and designers who want to become comfortable with both JavaScript fundamentals and working in the DOM without a library.",
75
+
"para2": "We learn by application - encountering many new situations while talking about the hows, the whys and the whats that we use to solve them.",
76
+
"para3": "We steer clear of opinionated design patterns, frameworks, libraries and any type of abstraction. These things are great and often needed, but can obstruct learning and constrain initial understanding.",
"head": "Documentation - Get started with Tailwind CSS",
82
+
"para1": "Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.",
83
+
"para2": "Tailwind CSS is the only framework that I've seen scale on large teams. It’s easy to customize, adapts to any design, and the build size is tiny.",
84
+
"para3": "Rapidly build modern websites without ever leaving your HTML.",
"para1": "Tailwind is a utitlity-first CSS framework - meaning it provides us with a bunch of utility classes which we can use to style our websites, rather than pre-defined components such as modals, breadcrumbs & tabbed content.",
91
+
"para2": "That's in contrast to other CSS frameworks like Bootstrap, which is component based.",
92
+
"para3": "In this Tailwind CSS course you'll learn how to set Tailwind up & create a smple website with it from scratch.",
"para1": "The Learn section begins with the Quick Start page. It is a short introductory tour of React. It introduces the syntax for concepts like components, props, and state, but doesn’t go into much detail on how to use them.",
99
+
"para2": "This is why the Learn section is organized like a self-paced course split into chapters. The first two chapters describe the fundamentals of React. If you’re new to React, or want to refresh it in your memory, start here:",
100
+
"para3": "We’d like everyone in the world to have an equal opportunity to learn React for free on their own.",
"para1": "React is a popular JavaScript library for building reusable, component-driven user interfaces for web pages or applications.",
107
+
"para2": "React combines HTML with JavaScript functionality into its own markup language called JSX. React also makes it easy to manage the flow of data throughout the application.",
108
+
"para3": "In this course, you'll learn how to create different React components, manage data in the form of state props, use different lifecycle methods like componentDidMount, and much more.",
"head": "FreeCodeCamp - Beginner's Tutorial for React JS",
114
+
"para1": "React is a declarative, efficient, and flexible JavaScript library for building user interfaces. We just released a full React course on the freeCodeCamp.org YouTube channel.",
115
+
"para2": "Thomas Weibenfalk created this course. He is an excellent developer and has developed many great courses.",
116
+
"para3": "In this course, you will learn React.js from the ground up starting with the fundamentals all the way to more intermediate and advanced topics. You will learn by building a real app.",
"para1": "Next.js is a react framework for production. Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.",
123
+
"para2": "Next.js handles the tooling and configuration needed for React, and provides additional structure, features, and optimizations for your application.",
124
+
"para3": "You will learn how to build a full-stack App from scratch.",
"head": "The Net Ninja - Getting Started with Next.js",
129
+
"para1": "Next.js is a modern React framework for creating lighting-fast, static websites, but also comes with the added ability of SSR (server-side rendering).",
130
+
"para2": "In this Next.js tutorial series we'll learn how to create a Next.js application from the ground up & see how to deploy it to the web using Vercel & GitHub.",
131
+
"para3": "You'll learn how to create a website with Next (& React) - including pages, routes, layouts, fetching data & deployment.",
"para1": "Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable.",
138
+
"para2": "The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. ",
139
+
"para3": " On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.",
"para1": "Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable.",
146
+
"para2": "The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. ",
147
+
"para3": " On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.",
0 commit comments