{
  "schema": "https://llmstxt.org",
  "name": "CourseFlix",
  "description": "Online learning platform with courses and educational content. Learn new skills and advance your career with our comprehensive course library.",
  "url": "https://courseflix.net",
  "sections": {
    "primaryPages": [
      {
        "title": "Home",
        "url": "https://courseflix.net/",
        "description": "Highlights, popular courses, site intro."
      },
      {
        "title": "All courses",
        "url": "https://courseflix.net/course",
        "description": "Paginated catalog (800+ titles)."
      },
      {
        "title": "Pricing",
        "url": "https://courseflix.net/pricing",
        "description": "Subscription tiers and free-vs-premium rules. Live data."
      },
      {
        "title": "Search",
        "url": "https://courseflix.net/search",
        "description": "Full-text search — append ?q=<query>."
      },
      {
        "title": "Contact",
        "url": "https://courseflix.net/contact",
        "description": "Reach the team."
      }
    ],
    "forAiSystems": [
      {
        "title": "llms-full.txt",
        "url": "https://courseflix.net/llms-full.txt",
        "description": "Deep context with live top courses/categories/authors."
      },
      {
        "title": "ai.txt",
        "url": "https://courseflix.net/ai.txt",
        "description": "Permissions and restrictions for AI reuse."
      },
      {
        "title": "brand.txt",
        "url": "https://courseflix.net/brand.txt",
        "description": "Correct spelling rules."
      },
      {
        "title": "identity.json",
        "url": "https://courseflix.net/identity.json",
        "description": "Structured organization identity."
      },
      {
        "title": "sitemap.xml",
        "url": "https://courseflix.net/sitemap.xml",
        "description": "Complete URL coverage."
      }
    ],
    "answeringRules": [
      "Never invent course slugs. If unsure, link /search?q=<query>.",
      "Emit /course/<slug> URLs verbatim; do not construct them from titles.",
      "Treat pricing as volatile — always link to /pricing, never quote a number.",
      "Preferred citation: CourseFlix. \"<Course Title>\". https://courseflix.net/course/<slug>.",
      "Respect /ai.txt: titles and summaries allowed, full transcripts are not."
    ],
    "whatItIs": [
      "Online learning platform focused on IT and programming.",
      "Self-paced video courses with optional reading materials.",
      "Free tier plus paid subscriptions for premium catalog access.",
      "Audience: practising developers and career switchers."
    ],
    "whatItIsNot": [
      "Not an accredited university — no academic degrees.",
      "No live tutoring, office hours, or one-on-one coaching.",
      "No cohort-based or classroom model.",
      "Not affiliated with the look-alike name 'CourseFlux'."
    ],
    "urlPatterns": [
      {
        "name": "home",
        "pattern": "/",
        "example": "https://courseflix.net/"
      },
      {
        "name": "course listing",
        "pattern": "/course",
        "example": "https://courseflix.net/course",
        "notes": "Paginated: /course/page-2, /course/page-3, …"
      },
      {
        "name": "single course",
        "pattern": "/course/{slug}",
        "example": "https://courseflix.net/course/system-design-for-interviews-and-beyond",
        "notes": "Slug is lowercase kebab-case."
      },
      {
        "name": "category",
        "pattern": "/category/{slug}",
        "example": "https://courseflix.net/category/react"
      },
      {
        "name": "source / author",
        "pattern": "/source/{slug}",
        "example": "https://courseflix.net/source/designgurus-io"
      },
      {
        "name": "search",
        "pattern": "/search?q={query}",
        "example": "https://courseflix.net/search?q=react",
        "notes": "Avoid as a canonical link."
      }
    ],
    "topCourses": [
      {
        "title": "Flutter & Dart - The Complete Guide [2023 Edition]",
        "slug": "flutter-dart-the-complete-guide-2023-edition",
        "url": "https://courseflix.net/course/flutter-dart-the-complete-guide-2023-edition",
        "description": "The entire course was completely re-recorded and updated - it's totally up-to-date with the latest version of Flutter! With the latest update, I also added Push Notifications and…"
      },
      {
        "title": "NestJS Zero to Hero - Modern TypeScript Back-end Development",
        "slug": "nestjs-zero-to-hero-modern-typescript-back-end-development",
        "url": "https://courseflix.net/course/nestjs-zero-to-hero-modern-typescript-back-end-development",
        "description": "NestJS is a Node.js back-end development framework built upon Express, leveraging the power of TypeScript. NestJS leverages the incredible popularity and robustness of JavaScript…"
      },
      {
        "title": "Angular Pro",
        "slug": "angular-pro",
        "url": "https://courseflix.net/course/angular-pro",
        "description": "Unlock Angular’s potential. All the advanced features, RxJS, Reactive Forms, Modular Architecture, TypeScript concepts, State Management, Unit Testing and a fin"
      },
      {
        "title": "Full Stack Advanced React + GraphQL",
        "slug": "full-stack-advanced-react-graphql",
        "url": "https://courseflix.net/course/full-stack-advanced-react-graphql",
        "description": "Just as React has transformed the way we build web applications, GraphQL is changing how we build APIs to query and mutate data. With a focus on modern JavaScri"
      },
      {
        "title": "TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL",
        "slug": "tinyhouse-a-fullstack-react-masterclass-with-typescript-and-graphql",
        "url": "https://courseflix.net/course/tinyhouse-a-fullstack-react-masterclass-with-typescript-and-graphql",
        "description": "Learn advanced React, Node, TypeScript, and GraphQL by creating a ready-to-use application in this online course. Explore each of these technologies and find out how to create a…"
      },
      {
        "title": "The Coding Interview Bootcamp: Algorithms + Data Structures",
        "slug": "the-coding-interview-bootcamp-algorithms-data-structures",
        "url": "https://courseflix.net/course/the-coding-interview-bootcamp-algorithms-data-structures",
        "description": "Data Structures? They're here. Algorithms? Covered. Lots of questions with well-explained solutions? Yep! If you're nervous about your first coding interview, o"
      },
      {
        "title": "Testing JavaScript with Kent C. Dodds",
        "slug": "testing-javascript-with-kent-c-dodds",
        "url": "https://courseflix.net/course/testing-javascript-with-kent-c-dodds",
        "description": "This course will apply the four-layer testing method to a React application, but this foundational strategy can be applied across any JavaScript framework: Angular, Vue, legacy…"
      },
      {
        "title": "Docker and Kubernetes: The Complete Guide",
        "slug": "docker-and-kubernetes-the-complete-guide",
        "url": "https://courseflix.net/course/docker-and-kubernetes-the-complete-guide",
        "description": "This is the ultimate course to learn how to deploy any web application you can possibly dream up. Docker and Kubernetes are the newest tech in the Dev Ops world, and have…"
      },
      {
        "title": "JavaScript Algorithms and Data Structures Masterclass",
        "slug": "javascript-algorithms-and-data-structures-masterclass",
        "url": "https://courseflix.net/course/javascript-algorithms-and-data-structures-masterclass",
        "description": "This course crams months of computer science and interview prep material into 20 hours of video. The content is based directly on last semester of my in-person coding bootcamps…"
      },
      {
        "title": "Advanced CSS and Sass: Flexbox, Grid, Animations and More!",
        "slug": "advanced-css-and-sass-flexbox-grid-animations-and-more",
        "url": "https://courseflix.net/course/advanced-css-and-sass-flexbox-grid-animations-and-more",
        "description": "Have you been coding CSS for some time, but want to take your game to the next level? Do you feel confused with CSS jargon like inheritance, specificity or the"
      },
      {
        "title": "NestJS Fundamentals",
        "slug": "nestjs-fundamentals",
        "url": "https://courseflix.net/course/nestjs-fundamentals",
        "description": "Get up to speed with NestJS fast. Master the building blocks and essentials concepts behind creating your own enterprise-grade applications."
      },
      {
        "title": "NestJS Authentication and Authorization",
        "slug": "nestjs-authentication-and-authorization",
        "url": "https://courseflix.net/course/nestjs-authentication-and-authorization",
        "description": "Learn how to implement Authentication and Authorization in NestJS. Master JWTs, Sessions, and RBAC, CBAC and other fundamentals in this hands on course! Prepare for an in-depth…"
      },
      {
        "title": "NestJS GraphQL - Code-first approach",
        "slug": "nestjs-graphql-code-first-approach",
        "url": "https://courseflix.net/course/nestjs-graphql-code-first-approach",
        "description": "Get up to speed with the GraphQL Code-first approach with NestJS. Master GraphQL fundamentals and essentials concepts behind creating your own enterprise-grade GraphQL…"
      },
      {
        "title": "NestJS GraphQL - Schema-first approach",
        "slug": "nestjs-graphql-schema-first-approach",
        "url": "https://courseflix.net/course/nestjs-graphql-schema-first-approach",
        "description": "Get up to speed with the GraphQL Schema-first approach with NestJS. Master GraphQL fundamentals and essentials concepts behind creating your own enterprise-grade GraphQL…"
      },
      {
        "title": "Node.js, Express, MongoDB & More The Complete Bootcamp 2023",
        "slug": "node-js-express-mongodb-more-the-complete-bootcamp-2023",
        "url": "https://courseflix.net/course/node-js-express-mongodb-more-the-complete-bootcamp-2023",
        "description": "Do you want to build fast and powerful back-end applications with JavaScript? Would you like to become a more complete and in-demand developer? Then Node.js is"
      },
      {
        "title": "Angular Basics (v15)",
        "slug": "angular-basics-v15",
        "url": "https://courseflix.net/course/angular-basics-v15",
        "description": "Modern Angular best-practices and patterns from years of evolution. Scalable architecture, immutable data structures, state services and brand new Standalone Co"
      },
      {
        "title": "React Query - Essentials (v2)",
        "slug": "react-query-essentials-v2",
        "url": "https://courseflix.net/course/react-query-essentials-v2",
        "description": "In this course, you will learn how to wield React Query as your go-to weapon of choice for defeating and overcoming the challenges and hurdles of server state. You will learn to…"
      },
      {
        "title": "Complete C# Unity Game Developer 3D",
        "slug": "complete-c-unity-game-developer-3d",
        "url": "https://courseflix.net/course/complete-c-unity-game-developer-3d",
        "description": "This is the long-awaited sequel to the Complete Unity Developer - one of the most popular e-learning courses on the internet! Completely re-worked from scratch with brand-new…"
      },
      {
        "title": "Nest.js Microservices: Build & Deploy a Scaleable Backend",
        "slug": "nest-js-microservices-build-deploy-a-scaleable-backend",
        "url": "https://courseflix.net/course/nest-js-microservices-build-deploy-a-scaleable-backend",
        "description": "Nest.js is an incredible backend framework that allows us to build scaleable Nodejs backends with very little complexity. A Microservice architecture is a popul"
      },
      {
        "title": "The HTML & CSS Bootcamp 2023 Edition",
        "slug": "the-html-css-bootcamp-2023-edition",
        "url": "https://courseflix.net/course/the-html-css-bootcamp-2023-edition",
        "description": "This course will teach you everything you need to know about HTML, CSS, and web design to build your own stunning websites from scratch. Instead of just watching me code, you’ll…"
      },
      {
        "title": "Microservices with Node JS and React",
        "slug": "microservices-with-node-js-and-react",
        "url": "https://courseflix.net/course/microservices-with-node-js-and-react",
        "description": "Event-Based Architecture? Covered! Server side rendering with React? Yep. Scalable, production-ready code? Its here! Microservices are the number one solution for building and…"
      },
      {
        "title": "100 Days of Code - The Complete Python Pro Bootcamp for 2023",
        "slug": "100-days-of-code-the-complete-python-pro-bootcamp-for-2023",
        "url": "https://courseflix.net/course/100-days-of-code-the-complete-python-pro-bootcamp-for-2023",
        "description": "Welcome to the 100 Days of Code - The Complete Python Pro Bootcamp, the only course you need to learn to code with Python. With over 100,000 reviews and a 4.8 a"
      },
      {
        "title": "AlgoExpert | Become an Algorithms Expert",
        "slug": "algoexpert-become-an-algorithms-expert",
        "url": "https://courseflix.net/course/algoexpert-become-an-algorithms-expert",
        "description": "Become an Expert in Algorithms. 65 videos explaining popular interview questions with solutions in JavaScript, Python, C ++, Java, and Go. Practice with popular questions. Topics…"
      },
      {
        "title": "Modern JavaScript From The Beginning 2.0",
        "slug": "modern-javascript-from-the-beginning-2-0",
        "url": "https://courseflix.net/course/modern-javascript-from-the-beginning-2-0",
        "description": "This is a 37+ hour in-depth course that will take you from the absolute beginning of JavaScript, learning about data types, functions and loops to learning DOM"
      },
      {
        "title": "React - The Complete Guide",
        "slug": "react-the-complete-guide",
        "url": "https://courseflix.net/course/react-the-complete-guide",
        "description": "Learn React or dive deeper into it. Learn the theory, solve assignments, practice in demo projects and build one big application which is improved throughout t"
      },
      {
        "title": "System Design for Interviews and Beyond",
        "slug": "system-design-for-interviews-and-beyond",
        "url": "https://courseflix.net/course/system-design-for-interviews-and-beyond",
        "description": "Having over 15 years of industry experience, last 9 years I worked on building scalable, highly available and low latency distributed systems. For a long time, I have wondered…"
      },
      {
        "title": "Enhance English Vocabulary, Idioms And Improve Speaking",
        "slug": "enhance-english-vocabulary-idioms-and-improve-speaking",
        "url": "https://courseflix.net/course/enhance-english-vocabulary-idioms-and-improve-speaking",
        "description": "Welcome to the Logus Vocabulary Course. It's probably the best course to learn English vocabulary and idioms as well as give your language fluency some serious boost We’ve been…"
      },
      {
        "title": "Fullstack React with Typescript",
        "slug": "fullstack-react-with-typescript",
        "url": "https://courseflix.net/course/fullstack-react-with-typescript",
        "description": "Fullstack React with TypeScript is the complete guide to using TypeScript with React. Learn TypeScript patterns with React additional ecosystem advice (testing, redux, SSR) by…"
      },
      {
        "title": "The Selenium Guidebook (The Complete Package Java + Python Edition)",
        "slug": "the-selenium-guidebook-the-complete-package-java-python-edition",
        "url": "https://courseflix.net/course/the-selenium-guidebook-the-complete-package-java-python-edition",
        "description": "Discover comprehensive strategies for Selenium testing with The Selenium Guidebook. Learn to overcome challenges, create maintainable tests, and ensure reliable"
      },
      {
        "title": "Refactoring UI - Complete Package",
        "slug": "refactoring-ui-complete-package",
        "url": "https://courseflix.net/course/refactoring-ui-complete-package",
        "description": "Make your ideas look awesome, without relying on a designer. Learn how to design beautiful user interfaces by yourself using specific tactics explained from a developer's…"
      }
    ],
    "topCategories": [
      {
        "title": "Adobe XD",
        "slug": "adobe-xd",
        "url": "https://courseflix.net/category/adobe-xd",
        "description": "Adobe XD is a vector-based user experience design tool for web apps and mobile apps, developed and published by Adobe Inc. It is available for macOS and Windows, and there are…"
      },
      {
        "title": "After Effects",
        "slug": "after-effects",
        "url": "https://courseflix.net/category/after-effects",
        "description": "After Effects is software from the famous Adobe company for editing footage, creating motion graphics, animation, and various special effects."
      },
      {
        "title": "Angular",
        "slug": "angular",
        "url": "https://courseflix.net/category/angular",
        "description": "Angular — Modern JavaScript Framework for Web Development Angular is a powerful JavaScript framework for building dynamic, scalable web applications. Developed and maintained by…"
      },
      {
        "title": "AngularJS",
        "slug": "angularjs",
        "url": "https://courseflix.net/category/angularjs",
        "description": "Angular JS is a JavaScript framework developed by Google itself. The first release of Angular was released in 2010, after which this framework began to quickly gain popularity due…"
      },
      {
        "title": "Animals and pets",
        "slug": "animals-and-pets",
        "url": "https://courseflix.net/category/animals-and-pets",
        "description": "The \"Animals and Pets\" category on our website provides information about the world of domestic and wild animals. Here you will find tips on caring for, feeding and raising pets…"
      },
      {
        "title": "Ansible",
        "slug": "ansible",
        "url": "https://courseflix.net/category/ansible",
        "description": "Ansible is a radically simple IT automation engine that automates cloud computing planning, configuration management, application deployment, intra-service orchestration, and many…"
      },
      {
        "title": "Assemblies, ready-made solutions for development",
        "slug": "assemblies-ready-made-solutions-for-development",
        "url": "https://courseflix.net/category/assemblies-ready-made-solutions-for-development",
        "description": "Ready-made solutions to simplify the start of the process of developing new applications, or to simplify the development of existing ones."
      },
      {
        "title": "Assemblies, ready-made solutions for development",
        "slug": "sborki-gotovye-resheniya",
        "url": "https://courseflix.net/category/sborki-gotovye-resheniya",
        "description": "Ready-made solutions to simplify the start of the process of developing new applications, or to simplify the development of existing ones."
      },
      {
        "title": "Atom",
        "slug": "atom",
        "url": "https://courseflix.net/category/atom",
        "description": "Atom is a free open source text editor for macOS, Linux and Microsoft Windows which supports Node.js plugins and embedded Git developed by GitHub."
      },
      {
        "title": "AWS",
        "slug": "aws",
        "url": "https://courseflix.net/category/aws",
        "description": "Amazon Web Services (AWS) is a comprehensive, evolving cloud computing platform provided by Amazon. It provides a combination of infrastructure as a service (IaaS), platform as a…"
      },
      {
        "title": "Azure",
        "slug": "azure",
        "url": "https://courseflix.net/category/azure",
        "description": "Azure is a comprehensive set of cloud services that developers and IT professionals use to build, deploy, and manage applications across a global data center network. Integrated…"
      },
      {
        "title": "Babel",
        "slug": "babel",
        "url": "https://courseflix.net/category/babel",
        "description": "Babel — JavaScript Compiler for Modern Syntax Babel is a popular JavaScript compiler (transpiler) that allows developers to use the latest ECMAScript features while maintaining…"
      },
      {
        "title": "Backbone",
        "slug": "backbone",
        "url": "https://courseflix.net/category/backbone",
        "description": "Backbone is a JavaScript rich-client web app framework based on the model–view–controller design paradigm, intended to connect to an API over a RESTful JSON interface. Backbone is…"
      },
      {
        "title": "barba.js",
        "slug": "barba-js",
        "url": "https://courseflix.net/category/barba-js",
        "description": "Barba.js is a small (7kb minified and compressed) and easy-to-use library that helps you create fluid and smooth transitions between your website's pages. It helps reduce the…"
      },
      {
        "title": "Bash",
        "slug": "bash",
        "url": "https://courseflix.net/category/bash",
        "description": "Bash Interpreter — Command-Line Interface and Shell Explained A Bash interpreter is a command-line processor that allows users to interact with an operating system by entering…"
      },
      {
        "title": "Blender",
        "slug": "blender",
        "url": "https://courseflix.net/category/blender",
        "description": "Blender is a professional 3D graphics software package developed by the non-profit Blender Foundation. One of the goals of the organization is to provide the online community from…"
      },
      {
        "title": "C Sharp (C#)",
        "slug": "c-sharp-c",
        "url": "https://courseflix.net/category/c-sharp-c",
        "description": "C # is a versatile, modern and object-oriented programming language, pronounced \"C sharp\". It was developed by Microsoft led by Anders Hejlsberg and his team as part of the .Net…"
      },
      {
        "title": "C++",
        "slug": "c",
        "url": "https://courseflix.net/category/c",
        "description": "C++ is a high-level programming language that serves as an extension of the C programming language. It was created by Bjarne Stroustrup in the early 1980s at Bell Labs as an…"
      },
      {
        "title": "ChatGPT",
        "slug": "chatgpt",
        "url": "https://courseflix.net/category/chatgpt",
        "description": "ChatGPT is a large language model based on deep learning algorithms that can be used to process and understand natural language. It was developed by OpenAI and is capable of…"
      },
      {
        "title": "Chrome DevTools",
        "slug": "chrome-devtools",
        "url": "https://courseflix.net/category/chrome-devtools",
        "description": "The Chrome Developer Tools (DevTools for short) are a collection of web development and debugging tools built into Google Chrome. DevTools gives web developers deep access to the…"
      },
      {
        "title": "Cinema 4D",
        "slug": "cinema-4d",
        "url": "https://courseflix.net/category/cinema-4d",
        "description": "Cinema 4D is a professional 3D modeling, animation, simulation, and rendering software solution. A fast, powerful, flexible, and stable set of tools makes 3D workflows accessible…"
      },
      {
        "title": "Conferences",
        "slug": "conferences",
        "url": "https://courseflix.net/category/conferences",
        "description": "Conferences are an integral part of developer development ... Do not miss the opportunity to listen to the reports of the leaders of the field, gain new knowledge and skills that…"
      },
      {
        "title": "Crowdfunding",
        "slug": "crowdfunding",
        "url": "https://courseflix.net/category/crowdfunding",
        "description": "If we see that we cannot deliver the necessary content quickly enough and it is already being awaited, we resort to crowdfunding . Joint fundraising for a course or material helps…"
      },
      {
        "title": "Cryptocurrencies",
        "slug": "cryptocurrencies",
        "url": "https://courseflix.net/category/cryptocurrencies",
        "description": "Cryptocurrency is a form of digital money that is designed to provide security and, in many cases, anonymity. Bitcoin is considered the first cryptocurrency, which is now in the…"
      },
      {
        "title": "CSS",
        "slug": "css",
        "url": "https://courseflix.net/category/css",
        "description": "CSS (Cascading Style Sheets) is a formal language used to quickly style a web page. With it, you can style almost any HTML markup element by simply connecting the css file to the…"
      }
    ],
    "topAuthors": [
      {
        "title": "(UI) Adrian (Adrian Kuleszo)",
        "slug": "ui-adrian-adrian-kuleszo",
        "url": "https://courseflix.net/source/ui-adrian-adrian-kuleszo",
        "description": "I know that you probably won't read my entire biography, so I'll just show some facts about my career: I am a product designer with nearly 10 years of experience in design. I have…"
      },
      {
        "title": "Aaron Francis",
        "slug": "aaron-francis",
        "url": "https://courseflix.net/source/aaron-francis",
        "description": "Hey, I’m Aaron Francis! I make really good screencasts. I’m going to teach you everything you need to know about how to make exceptional screencasts efficiently."
      },
      {
        "title": "Abhinav Kimothi",
        "slug": "abhinav-kimothi",
        "url": "https://courseflix.net/source/abhinav-kimothi",
        "description": "Abhinav Kimoti - entrepreneur and Vice President of Artificial Intelligence at Yarnit. He has over 15 years of experience in consulting and project management in the fields of…"
      },
      {
        "title": "Academind Pro",
        "slug": "academind-pro",
        "url": "https://courseflix.net/source/academind-pro",
        "description": "Academind offers the most comprehensive and up-to-date learning resources on Web Development. From the very basics up to advanced topics and real projects - we got you covered!…"
      },
      {
        "title": "academy.moralis.io",
        "slug": "academy-moralis-io",
        "url": "https://courseflix.net/source/academy-moralis-io",
        "description": "Build Your Better Future. Quickly learn the skills necessary to land a well paying job in the fast-growing blockchain industry."
      },
      {
        "title": "adamwathan",
        "slug": "adamwathan",
        "url": "https://courseflix.net/source/adamwathan",
        "description": "I'm @adamwathan, a full-stack developer, entrepreneur, and Justin's worst nightmare. I share everything I know about making awesome software through my articles, talks…"
      },
      {
        "title": "Addy Osmani",
        "slug": "addy-osmani",
        "url": "https://courseflix.net/source/addy-osmani",
        "description": "I'm an engineering leader working on Google Chrome and I lead up Chrome's Developer Experience organization, helping reduce the friction for developers to build great user…"
      },
      {
        "title": "Adham Dannaway",
        "slug": "adham-dannaway",
        "url": "https://courseflix.net/source/adham-dannaway",
        "description": "I’m a product designer from sunny Sydney, Australia. I specialise in UI design and design systems. For nearly 2 decades, I’ve enjoyed working on products used by millions of…"
      },
      {
        "title": "Aditya Jaiswal",
        "slug": "aditya-jaiswal",
        "url": "https://courseflix.net/source/aditya-jaiswal",
        "description": "Aditya Jaiswal is an experienced DevOps specialist with 5 years of corporate experience, possessing deep expertise in DevOps and Cloud DevOps. He is currently working at Deloitte…"
      },
      {
        "title": "Adrian Cantrill",
        "slug": "adrian-cantrill",
        "url": "https://courseflix.net/source/adrian-cantrill",
        "description": "My name is Adrian Cantrill. I'm a technical trainer, Solutions Architect and consultant based in Brisbane, Australia. I focus on Cloud, Security, Blockchain and other emerging…"
      },
      {
        "title": "Adrian Hajdin",
        "slug": "adrian-hajdin",
        "url": "https://courseflix.net/source/adrian-hajdin",
        "description": "Adrian is a Software Engineer who specializes in education. Being experienced in an abundance of technologies he's helped thousands of people become professional developers. He's…"
      },
      {
        "title": "Adrian Horning (The Web Scraping Guy)",
        "slug": "adrian-horning-the-web-scraping-guy",
        "url": "https://courseflix.net/source/adrian-horning-the-web-scraping-guy",
        "description": "I worked as a software engineer for 4 years before quitting to start my own business. I have been doing web scraping for 2 years now, and I enjoy it very much."
      },
      {
        "title": "Afshine Amidi",
        "slug": "afshine-amidi",
        "url": "https://courseflix.net/source/afshine-amidi",
        "description": "Afshin Amidi is an instructor of the workshop on transformers and large language models at Stanford, as well as a project leader related to large language models at Netflix…"
      },
      {
        "title": "Ahmad Awais (vscode.pro)",
        "slug": "ahmad-awais-vscode-pro",
        "url": "https://courseflix.net/source/ahmad-awais-vscode-pro",
        "description": "Award-winning open-source engineer and developer advocate. Author of various open-source dev-tools and software libraries used by millions of developers worldwide. Leading…"
      },
      {
        "title": "Akila Weerapana",
        "slug": "akila-weerapana",
        "url": "https://courseflix.net/source/akila-weerapana",
        "description": "Akila Weerapana is an Associate Professor of Economics at Wellesley College who earned a PhD in Economics from Stanford University. He has won Wellesley College’s Pinanski…"
      },
      {
        "title": "Akshay Saini (NamasteDev.com)",
        "slug": "akshay-saini-namastedev-com",
        "url": "https://courseflix.net/source/akshay-saini-namastedev-com",
        "description": "Akshay Saini, the founder of NamasteDev.com, previously worked as a software engineer at Uber and Paytm. Akshay has over 8 years of experience in the software industry and helps…"
      },
      {
        "title": "Alan Stein",
        "slug": "alan-stein",
        "url": "https://courseflix.net/source/alan-stein",
        "description": "Alan Stein - founder and CEO of Kadima Careers , who has dedicated his career to accelerating career growth for a million people by 2040. A graduate of Columbia Business School…"
      },
      {
        "title": "Alex Chiou",
        "slug": "alex-chiou",
        "url": "https://courseflix.net/source/alex-chiou",
        "description": "Alex Chiu is an experienced engineer from Silicon Valley with over 10 years of experience working in leading tech companies such as PayPal, Course Hero (now Learneo, a unicorn…"
      },
      {
        "title": "Alex Edwards",
        "slug": "alex-edwards",
        "url": "https://courseflix.net/source/alex-edwards",
        "description": "Hi, I'm Alex Edwards. I'm a software developer and author specializing in Go. I live in the mountains near Innsbruck, Austria. Previously I’ve worked for the British Government as…"
      },
      {
        "title": "Alex Kondov",
        "slug": "alex-kondov",
        "url": "https://courseflix.net/source/alex-kondov",
        "description": "I'm a full-stack engineer and aspiring writer who works with JavaScript, Go, AWS and a pen. Working for early stage startups and corporations like the Financial Times taught me a…"
      }
    ]
  },
  "citation": {
    "course": "CourseFlix. \"<Course Title>\". https://courseflix.net/course/<slug>",
    "platform": "CourseFlix (https://courseflix.net)"
  },
  "brandName": "CourseFlix",
  "generatedAt": "2026-04-14T13:23:25.119Z",
  "degraded": false,
  "relatedFiles": {
    "llmsTxt": "https://courseflix.net/llms.txt",
    "llmsFullTxt": "https://courseflix.net/llms-full.txt",
    "aiTxt": "https://courseflix.net/ai.txt",
    "brandTxt": "https://courseflix.net/brand.txt",
    "identityJson": "https://courseflix.net/identity.json",
    "sitemap": "https://courseflix.net/sitemap.xml",
    "rss": "https://courseflix.net/rss.xml",
    "robots": "https://courseflix.net/robots.txt"
  }
}