Skip to content
edvry
  • HOME
  • COURSES
  • CATEGORIES
    • Business
      • Business Analytics & Intelligence
      • Business Law
      • Business Strategy
      • Communication
      • E-Commerce
      • Entrepreneurship
      • Human Resources
      • Management
      • Other Business
      • Project Management
    • Design
      • Design Tools
      • Graphic Design & Illustration
    • Development
      • Data Science
      • Database Design & Development
      • Game Development
      • Mobile Development
      • No-Code Development
      • Programming Languages
    • Finance & Accounting
      • Cryptocurrency & Blockchain
      • Financial Modeling & Analysis
      • Investing & Trading
    • IT & Software
      • IT Certifications
      • Network & Security
      • Operating Systems & Servers
      • Other IT & Software
    • Marketing
      • Content Marketing
      • Digital Marketing
      • Growth Hacking
      • Marketing Analytics & Automation
      • Paid Advertising
    • Office Productivity
      • Microsoft
      • Other Office Productivity
    • Personal Development
      • Career Development
      • Personal Brand Building
      • Personal Productivity
    • Photography & Video
      • Other Photography & Video
    • Engineering
    • Online Education
    • Other Teaching & Academics
    • Teaching & Academics
      • Science
    • Search Engine Optimization
    • Social Media Marketing
    • Software Development Tools
    • Software Engineering
    • Software Testing
    • Web Development
    • Video Design
    • Web Design
  • PAGES
    • Pricing
  • ABOUT US
edvry
  • HOME
  • COURSES
  • CATEGORIES
    • Business
      • Business Analytics & Intelligence
      • Business Law
      • Business Strategy
      • Communication
      • E-Commerce
      • Entrepreneurship
      • Human Resources
      • Management
      • Other Business
      • Project Management
    • Design
      • Design Tools
      • Graphic Design & Illustration
    • Development
      • Data Science
      • Database Design & Development
      • Game Development
      • Mobile Development
      • No-Code Development
      • Programming Languages
    • Finance & Accounting
      • Cryptocurrency & Blockchain
      • Financial Modeling & Analysis
      • Investing & Trading
    • IT & Software
      • IT Certifications
      • Network & Security
      • Operating Systems & Servers
      • Other IT & Software
    • Marketing
      • Content Marketing
      • Digital Marketing
      • Growth Hacking
      • Marketing Analytics & Automation
      • Paid Advertising
    • Office Productivity
      • Microsoft
      • Other Office Productivity
    • Personal Development
      • Career Development
      • Personal Brand Building
      • Personal Productivity
    • Photography & Video
      • Other Photography & Video
    • Engineering
    • Online Education
    • Other Teaching & Academics
    • Teaching & Academics
      • Science
    • Search Engine Optimization
    • Social Media Marketing
    • Software Development Tools
    • Software Engineering
    • Software Testing
    • Web Development
    • Video Design
    • Web Design
  • PAGES
    • Pricing
  • ABOUT US
  • Home
  • Course
  • Next JS: The Complete Developer’s Guide

Next JS: The Complete Developer’s Guide

  • By admin
  • Development
    (0.0/ 0 Rating)
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • Description
  • Curriculum
  • FAQ
  • Reviews
20019

Congratulations! You’re on the brink of entering the fast-evolving world of NextJS, designed to empower developers with the tools to create high-performance, feature-rich web applications that stand out in the modern digital landscape.

NextJS is the key to unlocking the full potential of server-rendered React applications, combining the best of web development into one powerful, developer-friendly framework. This comprehensive course takes you on a deep dive into advanced NextJS features that can set you apart in the job market, equipping you to tackle real-world projects with confidence. By exploring the intricacies of authentication with the Next-Auth library, the innovative approach to data mutations using server actions, and the foundational concepts of server and client components, you’ll be well on your way to mastering modern web development.

With the tech industry looking for skilled professionals, mastering Next puts you at the forefront of opportunity, with a skill set that’s in high demand. Whether you’re eyeing a new career as a software engineer or aiming to enhance your existing projects, there’s never been a better time to delve into Next.

What will you achieve?

Through an extensive collection of video lectures complemented by detailed diagrams and real-world examples, this course ensures a thorough understanding of Next’s capabilities, no pre-existing knowledge of the framework necessary. I’ve crafted a learning experience that’s both rigorous and encouraging, with layers of knowledge built one at a time and ample dialogue to contextualize each feature of Next.

I proudly offer the most detailed journey through Next available online. No stone is left unturned in this resource-packed adventure.

Prepare to conquer a diverse array of topics, including:

  • Implementing user authentication flows with next-auth, for secure and scalable user management

  • Effectively structuring server actions to handle data mutations

  • Dissecting the theory of server vs client components, and knowing how to leverage each for maximum efficiency

  • Mastering data validation techniques to ensure the reliability and integrity of user input

  • Navigating Next’s sophisticated caching systems to deliver lightning-fast content performance

  • Recognizing the critical differences between development and production environments and preparing your applications for successful deployment

  • Tailoring Server-Side Rendering (SSR) and Static Site Generation (SSG) to your application’s needs

  • Utilizing Incremental Static Regeneration (ISR) for the best of SSR and SSG

  • Enriching user interfaces with TailwindCSS support for styling components

  • Optimizing images on-the-fly with Next’s Image component for better performance and user experience

  • Deploying your Next applications with Vercel and other hosting platforms with ease

  • Leveraging TypeScript with Next for robust, type-safe applications

With each new topic, you’ll gain knowledge, proficiency, and the assurance to apply what you’ve learned to practical scenarios.

Embrace the opportunity to define the future of web development with your newly acquired NextJS expertise. Join the ranks of developers who not only follow best practices but also contribute to them. Sign up now and transform your understanding and execution of modern web development with Next.

Changing Data with Mutations
  • 1
    How to Learn NextJS Quickly
    Video lesson

    Explore the capabilities of Next.js to create both dynamic and static websites. Understand the shift from using React.js primarily for interactive applications, to leveraging Next.js for content-driven sites. Learn the importance of Next.js features that may seem complex or redundant, but are crucial for building static web experiences alongside dynamic ones.

  • 2
    Project Overview
    Video lesson

    Explore the first application mockups, revealing hidden complexities in seemingly simple NextJS projects. Uncover advanced concepts while navigating the structure of a static cloud hosting marketing page. Discuss the project initiation process, delve into generating a new NextJS app with `NPX create-next-app`, and understand the default configuration options and their implications on the setup.

  • 3
    File-Based Routing
    Video lesson

    Explore the initial project setup and take the first steps in file-based routing using Next.js. Learn to navigate the code editor, start the development server, and understand how to manipulate the `page.tsx` files to display different content based on the user's current path. Delve into the structure of the `SRC/app` directory, the significance of `page.tsx` files, and the conventions for defining new routes and pages within a Next.js application.

  • 4
    Adding Additional Routes
    Video lesson

    Explore how to set up multiple pages in a Next.js application using the framework's file-based routing system. Learn the process of creating specific 'page.tsx' files within designated folders to establish routing rules that correspond to distinct paths, allowing the display of different pages based on the user's navigation.

  • 5
    Linking Between Pages
    Video lesson

    Explore the use of Next.js's built-in Link component to create navigable links between pages in an application. Learn the proper import statements required from the Next library and gain insights into the subtle complexities of using the Link component, which, while similar to a traditional anchor tag, provides enhanced functionality for routing in Next.js applications.

  • 6
    Common UI in Next JS with Layouts
    Video lesson

    Utilize the layout.tsx in NextJS to manage common UI elements across multiple pages. By moving navigation links into a global layout component, all pages inherit the same header without duplication. This approach centralizes UI changes and ensures consistent site-wide navigation, showing how to leverage Next.js' page rendering process for efficient UI management.

  • 7
    Project Structure Strategy
    Video lesson

    Explore the process of extracting repeated JSX into a reusable Next.js component to maintain clean and understandable project structure. This lesson demonstrates transitioning a set of links from a layout file into a separate header component, addressing concerns about organization and clarity in the project directory by utilizing the `src` folder.

  • 8
    Absolute Path Import Shortcut
    Video lesson

    Explore a convenient solution to manage relative imports in Next.js projects by leveraging the '@' shorthand to reference the SRC directory–a strategy to simplify and streamline deeply nested file paths within the NextJS framework, ensuring cleaner and more maintainable code structures.

  • 9
    Image Files + Import Update
    Text lesson
  • 10
    Adding Images in Next JS
    Video lesson

    Explore the utilization of the Next.js Image component to optimize the display of images within a web application. Learn how to properly import and implement the component to ensure images are responsively and efficiently loaded, and discover strategies to style these images for full-screen backgrounds and overlay text.

  • 11
    More on the Image Component
    Video lesson

    Dive into the intricacies of the Next.js Image component, understanding how it prevents layout shifting and ensures correct sizing. Learn about sizing strategies such as using local image dimensions, assigning height and width props, or utilizing the 'fill' prop to make images responsive and maintain layout integrity before and after image loading.

  • 12
    Adding a Reusable Presentation Component
    Video lesson

    Enhance the visual styling and consistency of a Next.js application by creating a new reusable 'Hero' component. This component will standardize the presentation of background images and centered heading text across various pages. Learn to define the component with TypeScript interfaces, pass image data and strings as props, and use Next Image for optimized image handling.

  • 13
    Adding Some Styling
    Video lesson

    Discover a streamlined approach for duplicating page setup in a Next.js application by copying and pasting a template and updating critical components like names, image imports, and alt text. Also, learn about the image loading delay during development and get a glimpse into resolving this with an upcoming solution. Lastly, enhance the header with additional styling using Tailwind CSS for a polished look.

  • 14
    Production Deployment with Vercel
    Video lesson

    Explore the process of deploying a Next.js application using Vercel, from stopping the development server to running the 'npx vercel' command for setup and project configuration. Learn about the simplicity of deploying with Vercel, including linking a Vercel account, defining project settings, and understanding the behavior of the Next.js image optimization after deployment. Get insights on how images are processed and cached to improve load times on subsequent visits.

  • 15
    Join Our Community!
    Text lesson
  • 16
    Course Diagrams
    Text lesson
Streaming Content with React Server Components
  • 17
    App Overview
    Video lesson

    Explore the development of a Next.js application focused on creating, saving, editing, and deleting code snippets. Learn to build a multi-page app that enables users to manage and share code snippets with ease, understanding the fundamentals of data listing, CRUD operations, and link sharing for code collaboration. The project begins by setting up a new Next.js application named 'snippets'.

  • 18
    Project Setup
    Video lesson

    Discover how to persist data in a Next.js application by integrating a local SQLite database using Prisma. Learn step-by-step how to install Prisma, initialize it with SQLite, and define a new data model within the schema.prisma file. Understand how to run Prisma migrations to create the database and prepare for CRUD operations on snippet data.

  • 19
    Adding a Create Page
    Video lesson

    Continue with the initial project setup by simplifying the global.css file and streamlining the page.tsx to display just the "home page" text. Then, start building the 'Create Snippet' page to allow users to submit new code snippets at the designated route 'snippets/new' in the Next.js application, with a clear directory structure.

  • 20
    Creating a Prisma Client within Next.js
    Video lesson

    Learn to create a form in Next.js that connects to a SQLite database using Prisma. Delve into setting up a Prisma client within a Next.js application, allowing for creation, editing, and deletion of records, demonstrated through building a snippet-saving feature. Discover how to structure database functionality in a dedicated directory for streamlined database operations.

  • 21
    Adding a Creation Form
    Video lesson

    Learn to construct a snippet creation form using TypeScript and Tailwind CSS within a Next.js application. The course covers form elements, styling with Tailwind classes, handling input fields, and text areas to facilitate user entries. Also, examine the default form behavior in the browser and prepare for integrating server actions with form submissions.

Server Actions in Great Detail
  • 22
    Introducing Server Actions in Next.js
    Video lesson

    Explore the implementation of server actions in Next.js to manipulate data within an application. Learn to create new records in a database using Prisma client, and dive into specifics like handling form submissions, validating form data, and redirecting users after successful data operations. Discover the special integration of server actions with HTML forms and TypeScript considerations for form data entry values.

  • 23
    A Deeper Dive into Server Actions
    Video lesson

    Dive into the differences between traditional React applications and the Next.js framework. Explore the distinct execution environments for the code—some runs in the browser, while some stays on the server, like server actions. Understand the process of submitting a form, where code execution shifts from the browser to the Next.js server, and grasp the importance of recognizing the execution context of the code.

  • 24
    Server Components vs Client Components
    Video lesson

    Unveil the nuanced differences between server components and client components in Next.js applications. This segment introduces the concept of server components, their optimized integration with NextJS, and how they use async/await for fetching data without hooks like useState or useEffect. Learn when to favor server components to enhance performance and the compelling reasons to employ client components for hooks and event handlers.

  • 25
    Fetching Data with Server Components
    Video lesson

    Explore the use of server components in Next.js for efficient data fetching. Learn to create and configure a server component, utilize Prisma client for database queries, and render a list of data directly in a component. This walkthrough demonstrates fetching from a database without an HTTP request and outputting the data within the Next.js framework.

  • 26
    Adding Dynamic Paths
    Video lesson

    Explore the process of expanding the Next.js application to include viewing, deleting, and editing snippets. Learn to create new pages that dynamically fetch data from the database based on the snippet ID passed in the URL, using Next.js dynamic routes. Discover how to capture URL parameters within components and the key steps to set up data fetching for individual items.

  • 27
    Fetching Particular Records
    Video lesson

    Explore server-side data fetching with Next.js by creating async server components and interfacing with a database using a tailored query. Learn how to define TypeScript interfaces for structured props, handle data retrieval with database queries, and implement error handling for nonexistent data using the Next.js 'not found' function for user redirection to a custom 404 page.

  • 28
    Custom Not Found Pages
    Video lesson

    Discover how to personalize the 404 'not-found' page in a Next.js application by creating a custom not-found.tsx component. Learn the significance of specially named files within the app folder and the hierarchal logic Next.js uses to display the appropriate not-found component based on directory structure. Explore handling of common use cases with dedicated components for loading and error states.

  • 29
    Automatic Loading Spinnners
    Video lesson

    Discover how to enhance the user experience in Next.js applications by implementing a loading component. This tutorial covers the creation of the `loading.tsx` file and exporting a component that displays a loading indicator while server components fetch data, along with adding an artificial delay to simulate data fetching lag for testing the loading state effectively.

  • 30
    A Few Quick Tasks
    Video lesson

    Enhance the user experience in a Next.js application by adding navigation links with the Link component from 'next/link'. Learn how to style these links for improved layout and user interaction, ensuring users can navigate to view individual snippets or create new ones, while maintaining a clean and organized code structure with proper use of JSX and helper files.

  • 31
    Styling the Show Page
    Video lesson

    Learn to create a user-friendly view snippet page with styled headers, edit and delete options, and syntax-highlighted code blocks in Next.js. Master the styling techniques within the 'app snippets ID page.tsx' file, utilizing Tailwind CSS classes for a polished layout and preparing the groundwork to add interactive functionality to buttons.

  • 32
    Linking to the Edit Page
    Video lesson

    Explore how to implement dynamic routing in Next.js by creating an Edit Snippet page that responds to user navigation to paths containing snippet IDs. Discover the process of handling wildcard parameters and converting them from strings to numbers, and learn how to use the Next.js 'Link' component to seamlessly navigate users to the correct edit page.

  • 33
    Showing a Client Component in a Server Component
    Video lesson

    Explore advanced Next.js concepts by delving into a complex file dealing with various functionalities such as data fetching, displaying a dedicated code editor with React Monaco Editor, and handling data updates. Understand the necessity of async server components for fetching and preparing data, coupled with client components for interactive elements that require hooks and event handlers. Learn to integrate, pass down data as props, and set up the necessary environment to render these components efficiently.

  • 34
    Adding the Monaco Editor
    Video lesson

    Explore the integration of Monaco Editor React component into a Next.js application, diving into the documentation to comprehend its usage. Learn how to install the component and set up editor props such as height, language, default values, and the onChange event handler to manage the state of the code being edited, preparing for server-side updates.

  • 35
    Handling Editor Changes
    Video lesson

    Enhance the editor component in Next.js by adding an onChange prop to capture user input. Address the nuances of TypeScript when dealing with potential 'undefined' values, ensuring the proper handling of editor changes. Demonstrate the use of the useState hook from React to maintain state within a client component, in preparation for future server action integration.

Server Forms with the UseFormState Hook
  • 36
    Server Actions in Nextjs Client Components
    Video lesson

    Learn how to save changes to a code snippet in a Next.js snippet edit form by using server actions. Understand the limitations of defining server actions within client components and explore two strategies to circumvent them: passing server actions from parent server components or defining them in a separate actions.ts file for better organization and code reuse.

  • 37
    Server Actions in a Separate File
    Video lesson

    Explore the process of separating server actions from client components in Next.js applications. Learn to create a dedicated 'actions' directory and an 'index.ts' file, where server directives and database interactions using Prisma are defined. Discover patterns for importing server actions into client components, such as using the edit snippet action within a snippet edit form.

  • 38
    Options for Calling Server Actions from Client Components
    Video lesson

    Explore different methods for invoking server actions from client components in Next.js. Delve into the intricacies of using state rather than form elements to pass data to server actions, leveraging JavaScript's bind function to streamline the process. Additionally, examine an alternative technique that employs the startTransition function for non-form user interactions, ensuring data sync before navigation. Decide which approach aligns best with unique project requirements, keeping in mind the traditional React patterns and scenarios where JavaScript may be disabled in the browser.

  • 39
    Calling a Server Action from a Client Component
    Video lesson

    Learn to execute the first option for updating data in a Next.js application by wiring up a server action with Prisma. Explore how to handle necessary arguments in server actions using `bind` to preload server action functions with arguments like snippet IDs and code strings. Enhance the snippet edit form to invoke these functions and use Prisma to update the snippet in the database, followed by redirecting users with `next/navigation`.

  • 40
    Deleting a Record with a Server Action
    Video lesson

    Explore the implementation of a delete functionality in a Next.js application. The video covers the creation of a new server action using Prisma to delete database records and illustrates the process of redirecting users post-deletion. Learn to integrate server actions with UI components, utilizing form data and the `bind` function to ensure proper argument passing to server-side logic.

Understanding Next's Caching System
  • 41
    Understanding the UseFormState Hook
    Video lesson

    Explore form validation in Next.js for server-rendered forms that work without JavaScript in the user's browser, using the `useFormState` hook from React DOM library. Learn how to handle form validation and error messaging between server actions and page components to ensure a robust user experience.

  • 42
    UseForm State in Action
    Video lesson

    Explore the process of refactoring a Next.js page to utilize the `useFormState` hook for a client component and migrate server actions to a centralized file for better organization. Learn how to handle form state and server actions, including type annotations for form state properties, and observe the seamless functionality even when JavaScript is disabled.

  • 43
    Adding the Form Validation
    Video lesson

    Explore the implementation of validation in a Next.js server action file. Learn to improve form data integrity by manually validating string inputs like 'title' and 'code', ensuring they meet specific length requirements. Understand how to return informative error messages, re-render components server-side, and style the UI to display these messages clearly to users.

  • 44
    Gotchas Around Error Handling in Nextjs
    Video lesson

    Learn advanced error handling techniques in Next.js, particularly when dealing with server actions and database operations. Discover how to gracefully handle errors like validation failures and database connection issues. Explore creating a custom error.tsx file for global error state representation and the proper usage of try-catch blocks in server actions to return informative error messages without disrupting the user experience.

Authentication with Next-Auth
  • 45
    Super Unexpected Behavior
    Video lesson

    Discover the crucial steps for preparing a Next.js application for production by simulating a deployment on a local machine. Learn how to build the project with npm run build, analyze the output to understand routes, and start the server in production mode using npm run start to observe how application behavior changes significantly from development mode.

  • 46
    The Full Route Cache System
    Video lesson

    Explore the challenges of caching in Next.js, specifically when dealing with dynamic data on static routes. Understand the implications of Next.js's full route cache for production builds and how it can lead to stale data without proper configuration. Learn the necessity of adjusting the caching strategy for a real-time, data-driven home page and the steps to address it in future modules.

  • 47
    What Makes a Static or Dynamic Route in Next.js
    Video lesson

    Explore how Next.js distinguishes between static and dynamic routes based on specific criteria such as cookie modifications, query strings, and dynamic paths. Delve into the use of npm run build to identify route types, the significance of lambda and circle symbols, and methods like force dynamic to alter route behavior. Upcoming discussions will cover updating cached static routes as data changes.

  • 48
    When to Use Each Cache Control
    Video lesson

    Dive into optimizing Next.js applications by understanding the intricacies of cache control. Explore three methods to manage static page rendering: time-based caching with `revalidate`, on-demand cache control via `revalidatePath`, and completely disabling caching for dynamic data requirements. Learn appropriate use cases for each technique to ensure updated content delivery without sacrificing performance benefits of caching.

  • 49
    Help, My Page is Showing Old Data!
    Video lesson

    Learn how to implement on-demand cache control in Next.js using the revalidate path function from next/cache to ensure up-to-date content. Explore the decision process of when to retain cached pages or re-render them, with examples such as not needing to refresh the cache after editing a code snippet, versus revalidating the homepage on snippet creation or deletion to reflect updated content accurately. Revalidate path enables selective cache invalidation, balancing speed and content freshness.

  • 50
    Enabling Caching with GenerateStaticParams
    Video lesson

    Explore the technique of enabling caching for dynamic pages in Next.js applications. Learn to use `getStaticPaths` with the `generateStaticParams` function to pre-render and cache dynamic routes at build time by fetching necessary data from a database, optimizing page load speeds despite initial dynamic nature.

  • 51
    Caching Dynamic Routes
    Video lesson

    Explore the setup of `generateStaticParams` for static generation in Next.js, handling dynamic routes in the snippets show page. Learn to fetch data from a database, map ID values to string types to avoid type errors, and implement on-demand cache management to ensure that edited content is properly updated without sacrificing the speed of cached pages.

Using Data - Database Queries
  • 52
    Next 14.2 Issues and Required Version
    Text lesson
  • 53
    Project Overview
    Video lesson

    Set the foundation for building a Reddit-like social media platform with Next.js by learning to construct a large-scale application. Explore the creation of essential features like user authentication, posting, commenting, and topic browsing. Also, delve into UI elements like modals for post creation, searchable content, and a dynamic topic creation form to ensure a robust user experience. Ensure code quality with thorough validation and error handling practices for real-world application standards.

  • 54
    Critical Libraries in Our Project
    Video lesson

    Introduce three powerful libraries to enhance the NextJS application: Prisma for database access, Next UI for styled component integration with Tailwind CSS, and NextAuth (auth.js) for comprehensive authentication management. Emphasize the streamlined process of using SQLite for database interaction and GitHub OAuth for user authentication. Prepare for detailed setup instructions for each library to follow.

  • 55
    NextUI Installation and Setup
    Video lesson
  • 56
    Prisma Schema File
    Text lesson
  • 57
    Database Setup
    Video lesson

    Dive into the initial Prisma setup for a Next.js application, including installing and initializing the Prisma client library. Replace the auto-generated schema.prisma with a pre-constructed file to define database models for SQLite. Conclude with creating the database via Prisma migrations and setting up the Prisma client for database operations within the application.

  • 58
    OAuth Setup
    Video lesson

    Dive into the setup of the authentication system using NextAuth.js, with a focus on integrating GitHub OAuth for user authentication in a Next.js application. Learn to create an OAuth app on GitHub, retrieve a client ID and client secret, and configure environment variables. Also, understand the importance of the authorization callback URL for a seamless sign-in process and initiate the installation of necessary NextAuth.js packages with exact versions.

  • 59
    Next-Auth Setup
    Video lesson

    The video elaborates on setting up authentication in a Next.js project, guiding through the creation of an auth.ts file which will centralize all authentication utilities. It covers the integration of NextAuth with GitHub OAuth and Prisma Adapter for user information storage and management within a SQL Lite database accessed via the Prisma client. The session highlights the configuration of environment variables, handling potential TypeScript errors, and preparing exportable handlers for sign-in and sign-out processes.

  • 60
    The Theory Behind OAuth
    Video lesson

    Explore implementing OAuth authentication in Next.js by setting up API route handlers for GitHub's sign-in flow. Delve into the OAuth process, understanding user redirection, and how NextAuth.js uses access tokens and cookies to securely manage user sessions. Learn to configure route handlers that GitHub servers can interact with to authenticate users.

  • 61
    Wrapping Auth in Server Actions
    Video lesson

    Explore the creation of server actions in a NextJS application to manage user authentication state, such as sign in and sign out processes. Learn how to encapsulate these actions within a clearly defined file structure, providing clarity for team collaboration and ease of understanding authentication manipulation within the project.

  • 62
    Sign In, Sign out, and Checking Auth Status
    Video lesson

    Explore the essentials of user authentication in NextJS by learning to sign in/out users, authenticate on both server and client components, and handle OAuth authorization. Discover how to create forms that trigger authentication actions, verify user sessions, and share session data across client components using Next.js's context system and the `useSession` hook.

  • 63
    Upfront Design Process
    Video lesson

    Dive into the intricacies of designing a robust Next.js application, addressing the challenges presented by the full route cache mechanism. This overview of an upfront design process emphasizes identifying routes, wildcard paths, and associated data, using mockups to map out a clear data structure to streamline production deployments and revalidation strategies.

  • 64
    Why Path Helpers?
    Video lesson

    Explore the creation of path helper functions in Next.js to streamline route management. Learn their importance for medium to large projects, ensuring consistent path references and simplifying future route updates. Emphasize the benefits of readability, TypeScript validation, and efficiency in updating link components and revalidate path calls.

  • 65
    Path Helper Implementation
    Video lesson

    Learn how to create path helpers in Next.js for efficient route management. The paths.ts file is introduced to hold functions that generate URLs for different components in the application, including home, topic display, post creation, and post display, with flexibility to add more as needed. The approach simplifies navigation and revalidation across the app.

  • 66
    Creating the Routing Structure
    Video lesson

    Dive into setting up the foundational routing structure for a Next.js application by creating essential folders and page.tsx files based on previously defined routes. Establish a navigable framework to prevent 404 errors while constructing a file system for topic display pages, new post forms, and individual post views, ensuring a smooth developer experience when expanding the application's architecture.

  • 67
    Stubbing Out Server Actions
    Video lesson

    Discover the process of identifying areas in a Next.js application where data changes occur, such as form submissions, and learn to create specific server action functions for these data manipulations. Explore efficient code organization by creating robust form handling and error management, and understand the benefits of file structuring for scalable server actions in NextJS.

  • 68
    Planning Revalidating Strategies
    Video lesson

    Explore cache revalidation strategies in Next.js to ensure up-to-date content delivery. Learn how to decide which paths require revalidation after server actions, contrast time-based and on-demand revalidation methods, and implement comments as reminders to call the revalidate function for dynamic routes. This step prevents serving stale data to users and enables efficient data updates.

  • 69
    Building the Header
    Video lesson

    Explore the process of building and iterating a complex header component in Next.js, beginning with basic features like navigation links, search input, and GitHub OAuth-based sign in/sign up buttons. Learn about potential challenges such as component size and caching, consider when to refactor into smaller components, and understand how to manage authentication state asynchronously.

  • 70
    Displaying the Sign In and Sign Out Buttons
    Video lesson

    Enhance the header component in Next.js by dynamically displaying sign in and sign out buttons or a user profile image based on authentication status. Explore efficient ways to handle JSX rendering with React nodes and conditional logic, and implement user interaction elements with avatar components and navbar items. Address TypeScript type errors with suitable defaults to ensure seamless user experience.

  • 71
    Enabling Sign Out
    Video lesson

    Explore practical integration of server actions in Next.js by implementing user sign-in and sign-out functionalities. Learn to handle user authentication by leveraging server-side actions inside forms, and utilize Next UI components like Popover to create an intuitive interface for session control. Discover potential issues with caching mechanisms like the full route cache when dealing with dynamic user data.

  • 72
    More Caching Issues
    Video lesson

    Explore the nuances of caching in Next.js, focusing on the tradeoff between static and dynamic pages and the conditions that differentiate them. Delve into testing the application's build output to determine page types and uncover how authentication practices, particularly cookie modification, may inadvertently set pages as dynamic, challenging the preference for static rendering for performance gains. Consider strategies for effectively utilizing authentication while still leveraging static caching.

  • 73
    Signout Issues with Next 14.2
    Text lesson
  • 74
    Static Caching While Using Auth
    Video lesson

    Uncover how to leverage client components in Next.js for authentication to enable static rendering of pages at build time. Learn to segregate cookie handling by moving authentication logic from a shared header to a client-side Header Auth component, utilizing the `useSession` hook from `next-auth/react` for session management, allowing for a static homepage without server-side dynamic dependencies.

  • 75
    Creating Topics
    Video lesson

    Uncover the process of enhancing a Next.js application by introducing the ability to create new topics, complete with rigorous form validation integrated within server actions. Delve into the development of a 'New Topic' button complemented by a form featuring validation feedback, and explore organizing components within the project's structure for better maintainability.

  • 76
    Creating a Popover Form
    Video lesson

    Explore the process of creating a user-interactive form in Next.js by integrating a button that triggers a popover with a basic form. Learn to utilize Next UI library components such as Input, TextArea, and Button to craft a 'Create Topic' form, and prepare to incorporate server-side actions for form submission and data creation.

  • 77
    Receiving Form Data
    Video lesson

    Explore the process of handling form submissions in Next.js by setting up form elements with name attributes and extracting their data in server actions. Learn to implement comprehensive validation using a third-party library, ensuring users provide valid input and displaying errors to prompt corrections when necessary.

  • 78
    Adding Form Validation with Zod
    Video lesson

    Explore schema validation in Next.js using ZOD, a third-party validation library. Learn to create schema objects using ZOD for robust data validation of various JavaScript data types. Understand how to use these schemas to validate user inputs and obtain detailed error reports, which can then be displayed to improve form submission feedback in Next.js applications.

  • 79
    Reminder on the UseFormState Hook
    Video lesson

    Explore form validation in Next.js by integrating a custom hook called `useFormState` with the Zod validation library. Learn how to define initial states, handle user submissions, and display relevant error messages in the UI when validation fails, using JSX to render feedback directly beneath form fields.

  • 80
    Fixing UseFormState Type Errors
    Video lesson

    Explore the process of adding form state management to Next.js components using the `useFormState` hook from React DOM. Learn how form state flows between client components and server actions, ensuring the consistency of object types and state values across the React component lifecycle. Uncover solutions to common TypeScript errors encountered when types mismatch during form state implementation.

  • 81
    Here's Our FormState Type
    Video lesson

    Learn to coordinate complex TypeScript types across different parts of a Next.js application. Understand how to structure form state objects and define types that account for varying validation scenarios. Discover how to ensure type safety by returning compatible objects from server actions and aligning the initial state in custom hooks with the defined types.

  • 82
    Displaying Validation Errors
    Video lesson

    Explore form validation techniques in Next.js applications, focusing on handling error states within forms. Learn to display validation errors to users using both standard methods and the built-in error display functionalities of Next UI components by setting props like `isInvalid` and `errorMessage` for a seamless user experience. Apply these validation patterns throughout server actions for consistency across the project.

  • 83
    Handling General Form Errors
    Video lesson

    Learn to handle non-field-specific validation errors in Next.js applications by adding an `_form` property to the form state. Explore error handling for scenarios like unauthenticated user actions and database failures, and improve user feedback with appropriate error messages and enhanced UI styling using Tailwind CSS classes.

  • 84
    Handling Database Errors in Forms
    Video lesson

    Learn how to save validated form data into a database using NextJS server action files and TypeScript. This includes adding topic creation functionality with Prisma, handling redirection with Next's navigation tools, and managing errors during the form submission process. The video also covers database revalidation for content updates and explores robust error handling for a seamless user experience.

How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.68
1875 reviews
Please, login to leave a review
Stars 5
1348
Stars 4
441
Stars 3
66
Stars 2
10
Stars 1
10
Show more

Course Includes:

  • Price:Free
  • Instructor:admin
  • Duration:15.5 total hours
  • Lessons:1
  • Students:15409
  • Certifications:No
Enroll course

Share On:

Courses You May Like

5397532_abe9.jpg
5.5 total hours
beginner
Bootstrap 5 From Scratch Build 5 Modern Websites
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 127 Students
Add to Wishlist
beginner
Bootstrap 5 From Scratch Build 5 Modern Websites
(0.0/ 0 Rating)
Free

Requirements You should know the basics of HTML and CSS Description This...

  • 1 Lessons
  • 127 Students
Enroll Now
5430334_c918_2.jpg
3.5 total hours
beginner
Practical Hands On Cyber Security Guide For Beginners 2023
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 364 Students
Add to Wishlist
beginner
Practical Hands On Cyber Security Guide For Beginners 2023
(0.0/ 0 Rating)
Free

Requirements There are No prerequisites or specific requirements are needed to enroll...

  • 1 Lessons
  • 364 Students
Enroll Now
4601546_f235_11.jpg
1.5 total hours
beginner
Visual Studio Code for Developers 2023 Beginner to Advanced
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 64 Students
Add to Wishlist
beginner
Visual Studio Code for Developers 2023 Beginner to Advanced
(0.0/ 0 Rating)
Free

Requirements Basic programming experience or familiarity with programming concepts is recommended. We...

  • 1 Lessons
  • 64 Students
Enroll Now
5348562_8df1_4.jpg
2.5 total hours
beginner
SQL Mastery MySQL bootcamp for beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1 Students
Add to Wishlist
beginner
SQL Mastery MySQL bootcamp for beginners
(0.0/ 0 Rating)
Free

Requirements Software Installed : My SQL community 8.0.30 (My SQL Server +Benchmark)...

  • 1 Lessons
  • 1 Students
Enroll Now
1983868_01f9.jpg
beginner
SQL for Newcomers – The Full Mastery Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 200 Students
Add to Wishlist
beginner
SQL for Newcomers – The Full Mastery Course
(0.0/ 0 Rating)
Free

Requirements Have a PC or laptop to work on. Your old clunky...

  • 1 Lessons
  • 200 Students
Enroll Now
5285966_3f51_2.jpg
3.5 total hours
beginner
Applied Computer Vision with Python Video Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 132 Students
Add to Wishlist
beginner
Applied Computer Vision with Python Video Course
(0.0/ 0 Rating)
Free

Requirements Basics of Automation Testing – but then course has been designed...

  • 1 Lessons
  • 132 Students
Enroll Now
5285966_3f51_2.jpg
3.5 total hours
beginner
Express with Node JS
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • Students
Add to Wishlist
beginner
Express with Node JS
(0.0/ 0 Rating)
Free

Requirements Basics of Automation Testing – but then course has been designed...

  • 1 Lessons
  • Students
Enroll Now
logo-take-5.png
3.5 total hours
beginner
Amazon DynamoDB Data Modeling for Architects Developers
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 136 Students
Add to Wishlist
beginner
Amazon DynamoDB Data Modeling for Architects Developers
(0.0/ 0 Rating)
Free

Requirements NO programming experience Some experience with AWS Cloud Knowledge of any...

  • 1 Lessons
  • 136 Students
Enroll Now
5027614_0963_2.jpg
beginner
Advanced Microsoft Interactive and Dynamic Excel Dashboard
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 120 Students
Add to Wishlist
beginner
Advanced Microsoft Interactive and Dynamic Excel Dashboard
(0.0/ 0 Rating)
Free

Requirements Have Microsoft Excel installed Excel 2016, 2019 ,2021 or Excel 365...

  • 1 Lessons
  • 120 Students
Enroll Now
4385492_127f_11.jpg
3.5 total hours
beginner
300+ Python Challenges Python Exercises For Beginners 2023
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • Students
Add to Wishlist
beginner
300+ Python Challenges Python Exercises For Beginners 2023
(0.0/ 0 Rating)
Free

Requirements Generally, no need of prerequisites for this course but Basic knowledge...

  • 1 Lessons
  • Students
Enroll Now
images.jpeg
5.5 total hours
beginner
Full Stack GraphQL With Spring boot Kotlin and React Apollo
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 12 Students
Add to Wishlist
beginner
Full Stack GraphQL With Spring boot Kotlin and React Apollo
(0.0/ 0 Rating)
Free

Description Are you someone who want to learn GraphQL with spring boot...

  • 1 Lessons
  • 12 Students
Enroll Now
5347026_30e5_8.jpg
5.5 total hours
intermediate
Creational Design Patterns in C# Demystified
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 123 Students
Add to Wishlist
intermediate
Creational Design Patterns in C# Demystified
(0.0/ 0 Rating)
Free

Requirements Basic proficiency in C# Basic understanding of object-oriented programming Description Are...

  • 1 Lessons
  • 123 Students
Enroll Now
4949340_b597.jpg
7.5 total hours
beginner
Build Omegle Clone from Scratch Webrtc, Socket io, MongoDB
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 363 Students
Add to Wishlist
beginner
Build Omegle Clone from Scratch Webrtc, Socket io, MongoDB
(0.0/ 0 Rating)
Free

Requirements Basic understanding of HTML, CSS, and JavaScript Familiarity with Node js...

  • 1 Lessons
  • 363 Students
Enroll Now
5187038_597d.jpg
7.5 total hours
beginner
Build a Website from Scratch with Kotlin and Jetpack Compose
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 125 Students
Add to Wishlist
beginner
Build a Website from Scratch with Kotlin and Jetpack Compose
(0.0/ 0 Rating)
Free

Requirements Experience with Kotlin programming language Experience with Jetpack Compose UI Toolkit...

  • 1 Lessons
  • 125 Students
Enroll Now
5346218_3790.jpg
5.5 total hours
beginner
Become a Web Developer HTML CSS JavaScript Node etc
(0.0/ 0 Rating)
Free
  • 0 Lessons
  • 14 Students
Add to Wishlist
beginner
Become a Web Developer HTML CSS JavaScript Node etc
(0.0/ 0 Rating)
Free

Requirements The prerequisites are minimal as the course is designed to accommodate...

  • 0 Lessons
  • 14 Students
Enroll Now
5346432_a2d4.jpg
5.5 total hours
intermediate
Advanced WordPress Course for Professionals
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • Students
Add to Wishlist
intermediate
Advanced WordPress Course for Professionals
(0.0/ 0 Rating)
Free

Requirements Basic WordPress Knowledge Understand English Language Description Do you want to...

  • 1 Lessons
  • Students
Enroll Now
1882842_f771_2.jpg
5.5 total hours
beginner
Practical Java Spring Boot REST API with Elasticsearch
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • Students
Add to Wishlist
beginner
Practical Java Spring Boot REST API with Elasticsearch
(0.0/ 0 Rating)
Free

Requirements Familiar with basic Java Programming. You need to know the basic...

  • 1 Lessons
  • Students
Enroll Now
4933788_f9d4_2.jpg
5.5 total hours
beginner
Mega Web Development Course Full stack web application 2023
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 90 Students
Add to Wishlist
beginner
Mega Web Development Course Full stack web application 2023
(0.0/ 0 Rating)
Free

Mega Web Development Course: Full stack web application   By the end...

  • 1 Lessons
  • 90 Students
Enroll Now
1721142438598.png
14 Hours
beginner
Complete React Js Guide – From Fundamentals to Dynamic Apps
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • Students
Add to Wishlist
beginner
Complete React Js Guide – From Fundamentals to Dynamic Apps
(0.0/ 0 Rating)
Free

Class Overview: In this engaging Skillshare course, we’ll delve into the world of...

  • 1 Lessons
  • Students
Enroll Now
hq720.jpg
beginner
Complete Html and Css Web Development Course 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 126 Students
Add to Wishlist
beginner
Complete Html and Css Web Development Course 2024
(0.0/ 0 Rating)
Free

Embark on an immersive journey into web development with our comprehensive HTML...

  • 1 Lessons
  • 126 Students
Enroll Now
10390caea9bb7075e06693faa0174a18
9.5 total hours
Next.js 14 Freelance Services Marketplace App 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 158 Students
Add to Wishlist
Next.js 14 Freelance Services Marketplace App 2024
(0.0/ 0 Rating)
Free

Hello and Welcome to the ‘Next.js 14 Freelancer Marketplace App’ course! Get...

  • 1 Lessons
  • 158 Students
Enroll Now
3913a6597efdf22272720723a650fcc5
2 total hours
Mastering Playwright Test Automation with Typescript
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 25 Students
Add to Wishlist
Mastering Playwright Test Automation with Typescript
(0.0/ 0 Rating)
Free

Embark on a transformative journey into the realms of website testing with...

  • 1 Lessons
  • 25 Students
Enroll Now
840c0dc044f012e60a9d325d7d8d3789
5 total hours
GitHub Copilot – The Complete Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 9630 Students
Add to Wishlist
GitHub Copilot – The Complete Guide
(0.0/ 0 Rating)
Free

*** Aug 2024 update *** Spring and Express projects added Data visualization...

  • 1 Lessons
  • 9630 Students
Enroll Now
d5820c9ac1e35a913ed361c34785bfd2
12 total hours
Web Development is Very Easy: A Crash Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 49 Students
Add to Wishlist
Web Development is Very Easy: A Crash Course
(0.0/ 0 Rating)
Free

Web Development very easy – And is matter fact ! you pay...

  • 1 Lessons
  • 49 Students
Enroll Now
f6b23248a9849b089216a5a6d5e0307e
7 total hours
React, Typescript, Redux Toolkit etc: Create A Youtube Clone
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 37 Students
Add to Wishlist
React, Typescript, Redux Toolkit etc: Create A Youtube Clone
(0.0/ 0 Rating)
Free

Welcome, and thank you for you interest in this course.    ...

  • 1 Lessons
  • 37 Students
Enroll Now
a013443c7791a01032ef0c5ef43b6a95
7 total hours
Healthcare IT Decoded – Data Visualization
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 118 Students
Add to Wishlist
Healthcare IT Decoded – Data Visualization
(0.0/ 0 Rating)
Free

Are you Interested in learning how to create some basics charts in...

  • 1 Lessons
  • 118 Students
Enroll Now
4f2778c31abfdfb99bbf270c139e6fed
3 total hours
Python for Biostatistics: Analyzing Infectious Diseases Data
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3061 Students
Add to Wishlist
Python for Biostatistics: Analyzing Infectious Diseases Data
(0.0/ 0 Rating)
Free

Welcome to Python for Biostatistics: Analyzing Infectious Diseases Data course. This is...

  • 1 Lessons
  • 3061 Students
Enroll Now
66ea1062e799c1fe2b9d3bc755c5892b
5 total hours
Zero to Hero NextJS 14 course for real project development
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3046 Students
Add to Wishlist
Zero to Hero NextJS 14 course for real project development
(0.0/ 0 Rating)
Free

In this course you will learn NextJS 14 along with Bootstrap5. You...

  • 1 Lessons
  • 3046 Students
Enroll Now
ce71c6a93f7c1c11b4ae718d1da887e1
2 total hours
The Complete C Programming Course for Basic to Expert
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 15996 Students
Add to Wishlist
The Complete C Programming Course for Basic to Expert
(0.0/ 0 Rating)
Free

Welcome to “The Complete C Programming Course: From Basic to Expert,” where...

  • 1 Lessons
  • 15996 Students
Enroll Now
b637fb45ee99a0eea32ad076ce5092de
7 total hours
Substance Painter automation with Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 72 Students
Add to Wishlist
Substance Painter automation with Python
(0.0/ 0 Rating)
Free

Welcome to a transformative journey into the world of Substance Painter automation...

  • 1 Lessons
  • 72 Students
Enroll Now
5ac8509c65241ac5c5995bdea96f08a8
29 total hours
Statistics & Probability for Data Science & Machine Learning
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 503 Students
Add to Wishlist
Statistics & Probability for Data Science & Machine Learning
(0.0/ 0 Rating)
Free

This course is designed to get an in-depth knowledge of Statistics and...

  • 1 Lessons
  • 503 Students
Enroll Now
04ff6ac52c9d5e1eadd20e75c3b9acbf
12 total hours
QC101 Quantum Computing & Intro to Quantum Machine Learning
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 15276 Students
Add to Wishlist
QC101 Quantum Computing & Intro to Quantum Machine Learning
(0.0/ 0 Rating)
Free

Welcome to the bestselling quantum computing course on Udemy! Quantum Computing is...

  • 1 Lessons
  • 15276 Students
Enroll Now
7a31e746dd8ac4ffa21c2e82d2fe7b3a
2.5 total hours
Python One Week Warp Up: Python Recap for Next Interview.
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 5004 Students
Add to Wishlist
Python One Week Warp Up: Python Recap for Next Interview.
(0.0/ 0 Rating)
Free

Welcome to “Python One Week Warp Up: Python Recap for Interview”! This...

  • 1 Lessons
  • 5004 Students
Enroll Now
2915ca55112af619892e52f8468443c4
3 total hours
Python 101: Python for absolute beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 15155 Students
Add to Wishlist
Python 101: Python for absolute beginners
(0.0/ 0 Rating)
Free

Hi there, Welcome to Python 101 – your first step to learning...

  • 1 Lessons
  • 15155 Students
Enroll Now
aaaf015c1ec0df33c5eb321e91919843
15.5 total hours
Machine Learning Real World Case Studies | Hands-on Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 10509 Students
Add to Wishlist
Machine Learning Real World Case Studies | Hands-on Python
(0.0/ 0 Rating)
Free

“Data Science and Machine Learning are one of the hottest tech fields...

  • 1 Lessons
  • 10509 Students
Enroll Now
7c63375e6823da7aa117ddb40c8790df
4.5 total hours
Object Oriented Programming and Design Crash Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 461 Students
Add to Wishlist
Object Oriented Programming and Design Crash Course
(0.0/ 0 Rating)
Free

Most top programming languages today support Object Oriented Programming: Python, Java, TypeScript, etc....

  • 1 Lessons
  • 461 Students
Enroll Now
36a4f22d8fa180f3add5f6e2ddd5e157
4 total hours
NumPy Python Programming Language Library from Scratch A-Z
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 270 Students
Add to Wishlist
NumPy Python Programming Language Library from Scratch A-Z
(0.0/ 0 Rating)
Free

Hello there, Welcome to NumPy Python Programming Language Library from Scratch A-Z...

  • 1 Lessons
  • 270 Students
Enroll Now
7ce6e8375257c349a0774e5b216dde66
5 total hours
Node, SQL, & PostgreSQL – Mastering Backend Web Development
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 8506 Students
Add to Wishlist
Node, SQL, & PostgreSQL – Mastering Backend Web Development
(0.0/ 0 Rating)
Free

Become an in demand software engineer by taking this course on Node,...

  • 1 Lessons
  • 8506 Students
Enroll Now
a58807a9a5d53ac0356c84740339701d
4.5 total hours
Next.js 15 Authentication: NextAuth, TypeScript, MailTrap
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 22 Students
Add to Wishlist
Next.js 15 Authentication: NextAuth, TypeScript, MailTrap
(0.0/ 0 Rating)
Free

Hello , Welcome to the Next JS Authentication course. In this comprehensive...

  • 1 Lessons
  • 22 Students
Enroll Now
3542f9b919a42b207cd106fc0e84d941
13.5 total hours
MERN From Scratch 2023 | eCommerce Platform
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 31516 Students
Add to Wishlist
MERN From Scratch 2023 | eCommerce Platform
(0.0/ 0 Rating)
Free

This is a single-project course, meaning that we spend almost 13 hours...

  • 1 Lessons
  • 31516 Students
Enroll Now
50fbc8e05ec6375182fb3169e5086155
10 total hours
Master Python for Data Handling [2024]
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 226 Students
Add to Wishlist
Master Python for Data Handling [2024]
(0.0/ 0 Rating)
Free

This video course will teach you to master Python 3, one of...

  • 1 Lessons
  • 226 Students
Enroll Now
84b4317b0dd2f359c2033cc02958f443
6 total hours
Master Git and GitHub in 5 Days: Go from Zero to Hero
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 17196 Students
Add to Wishlist
Master Git and GitHub in 5 Days: Go from Zero to Hero
(0.0/ 0 Rating)
Free

Understanding how to use Git and GitHub is now a basic requirement...

  • 1 Lessons
  • 17196 Students
Enroll Now
6c324a6f12399e40d232c4f8079c132a
14.5 total hours
Let’s Learn Laravel: A Guided Path For Beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 5085 Students
Add to Wishlist
Let’s Learn Laravel: A Guided Path For Beginners
(0.0/ 0 Rating)
Free

Learn the incredibly popular and in demand Laravel framework. There are countless...

  • 1 Lessons
  • 5085 Students
Enroll Now
b1d2e596e1c23f930559a8e9e4dea0d6
1 total hour
Learn to Solve Algebraic Equations Recursively in Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 47 Students
Add to Wishlist
Learn to Solve Algebraic Equations Recursively in Python
(0.0/ 0 Rating)
Free

This course is designed for learners of all levels who want to...

  • 1 Lessons
  • 47 Students
Enroll Now
6744fa001560386ba8a53160d3a028b1
7 total hours
Learn the MERN Stack with TypeScript
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 12 Students
Add to Wishlist
Learn the MERN Stack with TypeScript
(0.0/ 0 Rating)
Free

In todays age in technology it is important to always stay current...

  • 1 Lessons
  • 12 Students
Enroll Now
679f6331da3d7304170955101be92c90
1 total hour
Learn Python in One Hour – Complete Introduction to Basics
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2115 Students
Add to Wishlist
Learn Python in One Hour – Complete Introduction to Basics
(0.0/ 0 Rating)
Free

Welcome to this comprehensive Python crash-course, where you’ll discover the key skills...

  • 1 Lessons
  • 2115 Students
Enroll Now
a422bb493287ef163338a4f23c89d156
15 total hours
Learn Livewire V3 from Scratch : Practical Course
(0.0/ 0 Rating)
$50
  • 1 Lessons
  • 93 Students
Add to Wishlist
Learn Livewire V3 from Scratch : Practical Course
(0.0/ 0 Rating)
$50

In this course, we will be Learning Laravel Livewire v3 (A tool...

  • 1 Lessons
  • 93 Students
Enroll Now
5cea813bec2a83e371ae989dca3c21c1
3 total hours
Laravel Jetstream B2B Project Setup
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4929 Students
Add to Wishlist
Laravel Jetstream B2B Project Setup
(0.0/ 0 Rating)
Free

ATTENTION! THIS COURSE IS NOT FINISHED YET. THERE WILL BE MORE LECTURES....

  • 1 Lessons
  • 4929 Students
Enroll Now
0d724598115eaf6e75d5028a306d9862
1 total hour
Laravel Filament Bootcamp
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 9 Students
Add to Wishlist
Laravel Filament Bootcamp
(0.0/ 0 Rating)
Free

My name is Arturo and I have more than 20 years of...

  • 1 Lessons
  • 9 Students
Enroll Now
9945a77aebdbe4138edb09c011a62a7f
18 total hours
Laravel 10 – Mastery Course with Projects
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 30 Students
Add to Wishlist
Laravel 10 – Mastery Course with Projects
(0.0/ 0 Rating)
Free

Laravel Mastery Course with Projects Are you ready to embark on a...

  • 1 Lessons
  • 30 Students
Enroll Now
2465aec0a10b7d3f0d3716336e01746f
6 total hours
JavaScript 10 Projects in 10 Days Course for Beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 36616 Students
Add to Wishlist
JavaScript 10 Projects in 10 Days Course for Beginners
(0.0/ 0 Rating)
Free

Are you eager to embark on a journey to master the fundamentals...

  • 1 Lessons
  • 36616 Students
Enroll Now
7207749b10e6976b1ee8de6ceb0f039b
3 total hours
JavaScript : Understanding all the parts
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3775 Students
Add to Wishlist
JavaScript : Understanding all the parts
(0.0/ 0 Rating)
Free

Javascript is the language that modern developers need to know, and know...

  • 1 Lessons
  • 3775 Students
Enroll Now
a0791c5b0bb66c74e2fe4476dc8a54dc
4 total hours
Introduction to Engineering Computing with MatLab
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2 Students
Add to Wishlist
Introduction to Engineering Computing with MatLab
(0.0/ 0 Rating)
Free

This course is designed for people who want to step in to...

  • 1 Lessons
  • 2 Students
Enroll Now
7aff1eadb6a2d0b70b76dffa7406bc29
7.5 total hours
Intro To MIT App Inventor: Make No Code Mobile Apps
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 8 Students
Add to Wishlist
Intro To MIT App Inventor: Make No Code Mobile Apps
(0.0/ 0 Rating)
Free

Welcome to the “Intro To MIT App Inventor”  course, a course that...

  • 1 Lessons
  • 8 Students
Enroll Now
fbdd7f62f23b3bf51eda29c60322f1f8
3 total hours
Flutter Beginner Tutorial – Build own App
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 37561 Students
Add to Wishlist
Flutter Beginner Tutorial – Build own App
(0.0/ 0 Rating)
Free

First part of the series talks about the basics of dart so...

  • 1 Lessons
  • 37561 Students
Enroll Now
f72e5deeb67b307bc01e6074fb7f6616
2 total hours
Flutter – Concurrency & Parallelism
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 108 Students
Add to Wishlist
Flutter – Concurrency & Parallelism
(0.0/ 0 Rating)
Free

In the beginner friendly course we will learn about the Concurrency &...

  • 1 Lessons
  • 108 Students
Enroll Now
f7d4c4a53594955529abbeace6214bc1
3.5 total hours
Create a Mobile Game Like Geometry Dash in Unity
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 145 Students
Add to Wishlist
Create a Mobile Game Like Geometry Dash in Unity
(0.0/ 0 Rating)
Free

Hey There ! Before reading this description, go have a look at...

  • 1 Lessons
  • 145 Students
Enroll Now
8140da3fa9ae34fb7b708fae11196bfb
9 total hours
Complete Microsoft SQL Server from Scratch: Bootcamp
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 6207 Students
Add to Wishlist
Complete Microsoft SQL Server from Scratch: Bootcamp
(0.0/ 0 Rating)
Free

Learn SQL, The first step to MSSQL Microsoft SQL Server you need...

  • 1 Lessons
  • 6207 Students
Enroll Now
7654a7820ddf64f530eeb5e021f84e8d
43.5 total hours
Complete Python for Data Science & Machine Learning from A-Z
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 691 Students
Add to Wishlist
Complete Python for Data Science & Machine Learning from A-Z
(0.0/ 0 Rating)
Free

Welcome to my “ Complete Python for Data Science & Machine Learning...

  • 1 Lessons
  • 691 Students
Enroll Now
dd1ee6b6201c3c7a570f694d146dd244
8 total hours
Cluster Analysis and Unsupervised Machine Learning in Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 28656 Students
Add to Wishlist
Cluster Analysis and Unsupervised Machine Learning in Python
(0.0/ 0 Rating)
Free

Cluster analysis is a staple of unsupervised machine learning and data science....

  • 1 Lessons
  • 28656 Students
Enroll Now
d0ae935c96dca00781f1bf9da7934851
12 total hours
ChatGPT Accelerated Python: Complete Python Guide 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 5832 Students
Add to Wishlist
ChatGPT Accelerated Python: Complete Python Guide 2024
(0.0/ 0 Rating)
Free

Do you want to learn how to use Python and ChatGPT faster...

  • 1 Lessons
  • 5832 Students
Enroll Now
ff7840f1e7aa4eeda194b20b38388982
1.5 total hours
Build An API With The Django Rest Framework Using Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 7729 Students
Add to Wishlist
Build An API With The Django Rest Framework Using Python
(0.0/ 0 Rating)
Free

Building your own API with Django and Python can seem overwhelming at...

  • 1 Lessons
  • 7729 Students
Enroll Now
e58efb192657ee1bfeaef48aabc9abc7
5 total hours
Build a Generative AI Micro-SaaS App with Python & Streamlit
(0.0/ 0 Rating)
$24.99$10
  • 1 Lessons
  • 1144 Students
Add to Wishlist
Build a Generative AI Micro-SaaS App with Python & Streamlit
(0.0/ 0 Rating)
$24.99$10

Unlock the potential of Python and Streamlit to create and monetize your...

  • 1 Lessons
  • 1144 Students
Enroll Now
c595c9291176b2d9fa021224168d0472
7.5 total hours
ASP.NET Core – Cross-Platform Development
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 99316 Students
Add to Wishlist
ASP.NET Core – Cross-Platform Development
(0.0/ 0 Rating)
Free

Overview ASP.NET Core MVC is a powerful, flexible framework for building modern...

  • 1 Lessons
  • 99316 Students
Enroll Now
05b799db1ec25150e53b51e5a0161bb0
2 total hours
AI SaaS App: AstroJS + Firebase, Stripe, TailwindCSS, Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4142 Students
Add to Wishlist
AI SaaS App: AstroJS + Firebase, Stripe, TailwindCSS, Python
(0.0/ 0 Rating)
Free

This course is good if you already know some programming and want...

  • 1 Lessons
  • 4142 Students
Enroll Now
45639b933019f0cacc8f6d9620aace3e
3 total hours
Advanced HTML 5 – Web and Game Development
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3477 Students
Add to Wishlist
Advanced HTML 5 – Web and Game Development
(0.0/ 0 Rating)
Free

Every single website uses HTML – even this very course landing page!...

  • 1 Lessons
  • 3477 Students
Enroll Now
31780665dd3524553c035236e2f369ed
6 total hours
Accelerated ES6 JavaScript Training
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 33707 Students
Add to Wishlist
Accelerated ES6 JavaScript Training
(0.0/ 0 Rating)
Free

​Learn modern JavaScript today! Knowing modern JavaScript, ES6 (ECMAScript 6), is extremely...

  • 1 Lessons
  • 33707 Students
Enroll Now
9dc5d096b61628c716889d51a3465f97
32 total hours
Python and Django Full Stack Web Developer Bootcamp
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 213119 Students
Add to Wishlist
Python and Django Full Stack Web Developer Bootcamp
(0.0/ 0 Rating)
Free

Welcome to the Python and Django Full Stack Web Developer Bootcamp! In this...

  • 1 Lessons
  • 213119 Students
Enroll Now
23897cab9fcd61cac74265dfa5ce0918
4.5 total hours
Master Express Framework Examples Node.Js – Zero to Advanced
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3179 Students
Add to Wishlist
Master Express Framework Examples Node.Js – Zero to Advanced
(0.0/ 0 Rating)
Free

Are you familiar with Express Framework and programming in general, or have...

  • 1 Lessons
  • 3179 Students
Enroll Now
5fd9518611c276114d719444874d302e
17 total hours
The Complete Front-End Web Development Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 427591 Students
Add to Wishlist
The Complete Front-End Web Development Course
(0.0/ 0 Rating)
Free

If you would like to learn web development and get a job...

  • 1 Lessons
  • 427591 Students
Enroll Now
64bd3284846be82726001cb618da8c28
17.5 total hours
The Complete Rust Programming Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 6936 Students
Add to Wishlist
The Complete Rust Programming Course
(0.0/ 0 Rating)
Free

Welcome to the biggest and most comprehensive Rust programming language course on...

  • 1 Lessons
  • 6936 Students
Enroll Now
a0404e7c976e7ec1d20511f81d753a64
26.5 total hours
The Complete Machine Learning Course: From Zero to Expert!
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1490 Students
Add to Wishlist
The Complete Machine Learning Course: From Zero to Expert!
(0.0/ 0 Rating)
Free

You’ve just stumbled upon the most complete, in-depth Machine Learning course online....

  • 1 Lessons
  • 1490 Students
Enroll Now
77fec178f6d3664e7d35f53a635d1ff1
3.5 total hours
The Complete ChatGPT Web Development Code Along – Javascript
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 5175 Students
Add to Wishlist
The Complete ChatGPT Web Development Code Along – Javascript
(0.0/ 0 Rating)
Free

The Complete ChatGPT Web Development Fullstack – JavaScript Learn how to build...

  • 1 Lessons
  • 5175 Students
Enroll Now
fb311f02fcbc5061e5e87bee9547ad81
44 total hours
Python for Machine Learning & Data Science Masterclass
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 111931 Students
Add to Wishlist
Python for Machine Learning & Data Science Masterclass
(0.0/ 0 Rating)
Free

This is the most complete course online for learning about Python, Data...

  • 1 Lessons
  • 111931 Students
Enroll Now
617c0370ea0937e4b65e700995204bcb
5.5 total hours
Practical Database Design – Blog Schema
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 280 Students
Add to Wishlist
Practical Database Design – Blog Schema
(0.0/ 0 Rating)
Free

Databases or relational database systems have always been a subject with a...

  • 1 Lessons
  • 280 Students
Enroll Now
31641b17632417b8cfc8f5e3c536038e
11.5 total hours
NodeJs API Project: School Management System API course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 5159 Students
Add to Wishlist
NodeJs API Project: School Management System API course
(0.0/ 0 Rating)
Free

The “Nodejs School Management System API course” is a comprehensive and hands-on...

  • 1 Lessons
  • 5159 Students
Enroll Now
40419e2613cad282c48db94af4948746
3 total hours
neural networks for sentiment and stock price prediction
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1749 Students
Add to Wishlist
neural networks for sentiment and stock price prediction
(0.0/ 0 Rating)
Free

Let’s dive into data science with python and predict stock prices  and...

  • 1 Lessons
  • 1749 Students
Enroll Now
336f89c244e37a37a0ff30ebac946e02
13.5 total hours
JavaScript Projects Course Build 20 Projects in 20 Days
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 34563 Students
Add to Wishlist
JavaScript Projects Course Build 20 Projects in 20 Days
(0.0/ 0 Rating)
Free

Welcome to our comprehensive web development course, where you’ll embark on an...

  • 1 Lessons
  • 34563 Students
Enroll Now
c1d48afe13a7350c4205f7f98deb66e3
8 total hours
JavaScript for Beginners – Learn with 6 main projects!
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 14146 Students
Add to Wishlist
JavaScript for Beginners – Learn with 6 main projects!
(0.0/ 0 Rating)
Free

Hello fellow developer!  Welcome to JavaScript for Beginners! Here’s a little information about...

  • 1 Lessons
  • 14146 Students
Enroll Now
b140ddd103d32744432d5020e5f5029b
4.5 total hours
CSS, Bootstrap ,JavaScript, PHP Full Stack Crash Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 61467 Students
Add to Wishlist
CSS, Bootstrap ,JavaScript, PHP Full Stack Crash Course
(0.0/ 0 Rating)
Free

Learn CSS and Bootstrap and Javascript and PHP  all in one crash...

  • 1 Lessons
  • 61467 Students
Enroll Now
231028f876be257b79f5ebd0e0f955e4
1 total hour
Python Crash Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 11955 Students
Add to Wishlist
Python Crash Course
(0.0/ 0 Rating)
Free

Do you want to be a programmer? Learn how to program in...

  • 1 Lessons
  • 11955 Students
Enroll Now
c7d3f1a44bdc929b30d71ba9e2cf0be1
31 total hours
The Complete Python Developer
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 221947 Students
Add to Wishlist
The Complete Python Developer
(0.0/ 0 Rating)
Free

It’s time to become a modern and complete Python developer! Join a...

  • 1 Lessons
  • 221947 Students
Enroll Now
2aea597edf463b5b70dcf751a7d7c985
67 total hours
Build an app with ASPNET Core and Angular from scratch
(0.0/ 0 Rating)
$124.99$17
  • 1 Lessons
  • 107802 Students
Add to Wishlist
Build an app with ASPNET Core and Angular from scratch
(0.0/ 0 Rating)
$124.99$17

This course has been refreshed and completely updated for .Net 8.0 and...

  • 1 Lessons
  • 107802 Students
Enroll Now
a17f5f66eba97707acdda5b734cddde7
10.5 total hours
beginner to advanced – how to become a data scientist
(0.0/ 0 Rating)
$49.99$10
  • 1 Lessons
  • 914 Students
Add to Wishlist
beginner to advanced – how to become a data scientist
(0.0/ 0 Rating)
$49.99$10

So you want to become a data scientist hm? But you do...

  • 1 Lessons
  • 914 Students
Enroll Now
ef1edc9cfc5c16f5886732789e4cbf6d
6.5 total hours
Amazon DynamoDB Data Modeling for Architects & Developers
(0.0/ 0 Rating)
$54.99$10
  • 1 Lessons
  • 2089 Students
Add to Wishlist
Amazon DynamoDB Data Modeling for Architects & Developers
(0.0/ 0 Rating)
$54.99$10

Note: This course does NOT use AWS console for showing you basic DynamoDB operations...

  • 1 Lessons
  • 2089 Students
Enroll Now
8b3aa7dce1987592cc3957fba0538d00
12 total hours
The Complete Python Developer Certification Course
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 20715 Students
Add to Wishlist
The Complete Python Developer Certification Course
(0.0/ 0 Rating)
Free

LAST UPDATED: November 2023 (Added 2 New Python HW Projects) Getting certified as a Python developer...

  • 1 Lessons
  • 20715 Students
Enroll Now
77265b138b5675ca6d1bd5aa1c90b849
7.5 total hours
Python-Introduction to Data Science and Machine learning A-Z
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 297147 Students
Add to Wishlist
Python-Introduction to Data Science and Machine learning A-Z
(0.0/ 0 Rating)
Free

Learning how to program in Python is not always easy especially if...

  • 1 Lessons
  • 297147 Students
Enroll Now
80c2f287633db900fbdab86c6492fe54
2.5 total hours
Python Typer Crash Course: Build beautiful CLI & Package
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 92 Students
Add to Wishlist
Python Typer Crash Course: Build beautiful CLI & Package
(0.0/ 0 Rating)
Free

Course Overview: Welcome to “Mastering Python Typer,” a comprehensive course designed to...

  • 1 Lessons
  • 92 Students
Enroll Now
5d4f25e6840d6c0fdf8bca0c03f95e85
13.5 total hours
Python GUI Development with PySide6 – Qt for Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 488 Students
Add to Wishlist
Python GUI Development with PySide6 – Qt for Python
(0.0/ 0 Rating)
Free

Hello Students Welcome to Python GUI Development with PySide6 – Qt for...

  • 1 Lessons
  • 488 Students
Enroll Now
18fb9020377a9cc06e791ee3c0bd288e
8 total hours
Pure Python Programming: Rapid Learning for Quick Results
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 28 Students
Add to Wishlist
Pure Python Programming: Rapid Learning for Quick Results
(0.0/ 0 Rating)
Free

This Python programming course stands out as the optimal choice for learners...

  • 1 Lessons
  • 28 Students
Enroll Now
46d4089291eb27cdd37cbb3fb7d2f72e
4 total hours
OpenAI Assistants with OpenAI Python API
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2789 Students
Add to Wishlist
OpenAI Assistants with OpenAI Python API
(0.0/ 0 Rating)
Free

Unleash the Power of AI in Your Applications with Our Exclusive OpenAI...

  • 1 Lessons
  • 2789 Students
Enroll Now
6f54fa155c17ad87caf3e3fa1ce9f58e
2 total hours
Machine Learning Full Course for Absolute Beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 13 Students
Add to Wishlist
Machine Learning Full Course for Absolute Beginners
(0.0/ 0 Rating)
Free

Machine Learning Full Course: for Absolute Beginners is a comprehensive course designed...

  • 1 Lessons
  • 13 Students
Enroll Now
17da37c083847a94efbdab73566bc3c1
5.5 total hours
Machine Learning and Deep Learning Projects in Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 20968 Students
Add to Wishlist
Machine Learning and Deep Learning Projects in Python
(0.0/ 0 Rating)
Free

Machine learning and Deep learning have revolutionized various industries by enabling the...

  • 1 Lessons
  • 20968 Students
Enroll Now
2244bab7bbbc56ed34ad795900ddec4c
7.5 total hours
Learn to Create a Multiplayer shooter in Unity using Netick
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 209 Students
Add to Wishlist
Learn to Create a Multiplayer shooter in Unity using Netick
(0.0/ 0 Rating)
Free

Greetings, fellow indie game developer! If you’re keen on mastering the creation...

  • 1 Lessons
  • 209 Students
Enroll Now
6ea7801368a4245a06f4e0bc6ccea5f1
5 total hours
Learn Machine Learning Algorithms with Jax
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 36 Students
Add to Wishlist
Learn Machine Learning Algorithms with Jax
(0.0/ 0 Rating)
Free

Jax is a Python library developed by Google in 2018 and is...

  • 1 Lessons
  • 36 Students
Enroll Now
908f03c1c8426ddfa5c52ba29707f287
12.5 total hours
JavaScript: Understanding the Weird Parts (2024 Edition)
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 192668 Students
Add to Wishlist
JavaScript: Understanding the Weird Parts (2024 Edition)
(0.0/ 0 Rating)
Free

Javascript is the language that modern developers need to know, and know...

  • 1 Lessons
  • 192668 Students
Enroll Now
abdb6b6bc8db8576b5e29c3f9f523ff7
10 total hours
Java Application Performance Tuning and Memory Management
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 35471 Students
Add to Wishlist
Java Application Performance Tuning and Memory Management
(0.0/ 0 Rating)
Free

In this course we’ll understand what can cause performance issues in our...

  • 1 Lessons
  • 35471 Students
Enroll Now
b62db2d3e71c56145b713f80b4e020ae
4 total hours
Introduction to Backend development with Kotlin & Micronaut
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 62 Students
Add to Wishlist
Introduction to Backend development with Kotlin & Micronaut
(0.0/ 0 Rating)
Free

In this course, you will learn how to use Micronaut and Kotlin...

  • 1 Lessons
  • 62 Students
Enroll Now
8d97f942ee0f9968915ac219d23b3bb6
2 total hours
Django x Vue.js: Learn how to integrate Django with Vue.js
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3134 Students
Add to Wishlist
Django x Vue.js: Learn how to integrate Django with Vue.js
(0.0/ 0 Rating)
Free

Django is one of the most popular backend web application frameworks that...

  • 1 Lessons
  • 3134 Students
Enroll Now
5e730757fd382b46481bea25646a9ece
8 total hours
Django Celery Mastery: Python Asynchronous Task Processing
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1928 Students
Add to Wishlist
Django Celery Mastery: Python Asynchronous Task Processing
(0.0/ 0 Rating)
Free

In today’s fast-paced web development landscape, efficiently handling time-consuming and resource-intensive tasks...

  • 1 Lessons
  • 1928 Students
Enroll Now
ed2e6696c3b3fff7430060954930a64d
53.5 total hours
Laravel 10 Build Complete Learning Management System LMS A-Z
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1340 Students
Add to Wishlist
Laravel 10 Build Complete Learning Management System LMS A-Z
(0.0/ 0 Rating)
Free

Laravel 10 Build Complete Learning Management System LMS A-Z Welcome to Learning...

  • 1 Lessons
  • 1340 Students
Enroll Now
f5ea7231d78d2094723355696e0271ea
3.5 total hours
Data Analytics with R from Scratch – Beginner
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4517 Students
Add to Wishlist
Data Analytics with R from Scratch – Beginner
(0.0/ 0 Rating)
Free

Your journey will start with the theoretical background of object and data...

  • 1 Lessons
  • 4517 Students
Enroll Now
2fd7c42b72afb692e64db67481ba5995
2.5 total hours
Create your first 3 fully apps with .NET MAUI
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3021 Students
Add to Wishlist
Create your first 3 fully apps with .NET MAUI
(0.0/ 0 Rating)
Free

Do you want to get into the world of multi-platform development but...

  • 1 Lessons
  • 3021 Students
Enroll Now
26737d865b0b652b30de7c1bad26dae3
4.5 total hours
Cluster Analysis & Unsupervised Machine Learning in R
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4682 Students
Add to Wishlist
Cluster Analysis & Unsupervised Machine Learning in R
(0.0/ 0 Rating)
Free

Here’s why enrolling in this course is a smart choice: This comprehensive...

  • 1 Lessons
  • 4682 Students
Enroll Now
d0f2ef431fcbf6bdcb61ea8612f79b05
2 total hours
ChatGPT Clone using React.js
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 23 Students
Add to Wishlist
ChatGPT Clone using React.js
(0.0/ 0 Rating)
Free

Course Title: ChatGPT Clone using React.js Become a skilled developer by creating...

  • 1 Lessons
  • 23 Students
Enroll Now
6f71fec073ebea98f3ccb78e656c6cf3
10 total hours
Building an Enterprise Application with ASP.NET Core MVC
(0.0/ 0 Rating)
$89.99$12
  • 1 Lessons
  • 8126 Students
Add to Wishlist
Building an Enterprise Application with ASP.NET Core MVC
(0.0/ 0 Rating)
$89.99$12

Building an Enterprise Application with ASP.NET Core MVC For those with basic...

  • 1 Lessons
  • 8126 Students
Enroll Now
44befb3a67a949f86c9be20bd1f6a34f
2.5 total hours
Build Lexica Art Clone Using HTML,CSS,JS +PHP
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 9 Students
Add to Wishlist
Build Lexica Art Clone Using HTML,CSS,JS +PHP
(0.0/ 0 Rating)
Free

Learn how to build a Lexica Art clone using HTML, CSS, JavaScript,...

  • 1 Lessons
  • 9 Students
Enroll Now
9f2c1e7a951c200f3d2d5634e291cee2
7.5 total hours
ASP.NET Core MVC – Build an E-Commerce Web Application 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 208 Students
Add to Wishlist
ASP.NET Core MVC – Build an E-Commerce Web Application 2024
(0.0/ 0 Rating)
Free

This course is for Beginners to ASP.NET having some knowledge of C#...

  • 1 Lessons
  • 208 Students
Enroll Now
454e3d9f7c881d76521f40496d5b4284
6.5 total hours
ASP.NET Core – Cloud-Native App Development
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 394 Students
Add to Wishlist
ASP.NET Core – Cloud-Native App Development
(0.0/ 0 Rating)
$54.99$14

Welcome to the comprehensive and hands-on course ASP.NET Core – Cloud-Native App...

  • 1 Lessons
  • 394 Students
Enroll Now
17b329ee4c27c60a144fbcfcfed1b7d9
9.5 total hours
ASP.NET CORE | Build a Complete URL Shortener App
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 326 Students
Add to Wishlist
ASP.NET CORE | Build a Complete URL Shortener App
(0.0/ 0 Rating)
Free

Want to learn how to build awesome web application with ASPNET? This...

  • 1 Lessons
  • 326 Students
Enroll Now
51a342fd337d279e413711da0ee36904
2.5 total hours
Airline Booking System React .NET 6, Auth0
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 301 Students
Add to Wishlist
Airline Booking System React .NET 6, Auth0
(0.0/ 0 Rating)
Free

Welcome to our comprehensive course on building a cutting-edge airline booking system...

  • 1 Lessons
  • 301 Students
Enroll Now
14603e62d50ee7f65f4f2e957a90090a
7 total hours
A Foundation For Machine Learning and Data Science
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 8 Students
Add to Wishlist
A Foundation For Machine Learning and Data Science
(0.0/ 0 Rating)
Free

This course is designed by an industry expert who has over 2...

  • 1 Lessons
  • 8 Students
Enroll Now
06f043b19ba409704a01bad0cd160e86
9.5 total hours
Vue | Vue Js Web Development Course with Real Vuejs Projects
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 426 Students
Add to Wishlist
Vue | Vue Js Web Development Course with Real Vuejs Projects
(0.0/ 0 Rating)
Free

Hi there, Welcome to Vue | Vue Js “Web Development Course with...

  • 1 Lessons
  • 426 Students
Enroll Now
5ef6c578bfabc707576edc46fb83a73a
4.5 total hours
Spring Boot + Apache Kafka Course – The Practical Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4611 Students
Add to Wishlist
Spring Boot + Apache Kafka Course – The Practical Guide
(0.0/ 0 Rating)
Free

Sample of the reviews: “Awesome. I enjoyed every bit of the lecture....

  • 1 Lessons
  • 4611 Students
Enroll Now
d758fabb4059f7a39f26352fc846477b
8 total hours
DYDX Pairs Trading Bot Build in Python Running in the Cloud
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2060 Students
Add to Wishlist
DYDX Pairs Trading Bot Build in Python Running in the Cloud
(0.0/ 0 Rating)
Free

Learn how to interact with the DYDX Layer 2 Ethereum trading exchange...

  • 1 Lessons
  • 2060 Students
Enroll Now
b0285d2b81e396fd6cfec0d0bfb61e12
20.5 total hours
Django DRF Project: eCommerce RESTful API
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1759 Students
Add to Wishlist
Django DRF Project: eCommerce RESTful API
(0.0/ 0 Rating)
Free

Developing applications can be a fun and effective way of learning a...

  • 1 Lessons
  • 1759 Students
Enroll Now
33b41067462450388cf4263e53d179c8
4.5 total hours
Unit Testing in Node.js with Jest – e2e Testing & more
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 287 Students
Add to Wishlist
Unit Testing in Node.js with Jest – e2e Testing & more
(0.0/ 0 Rating)
Free

If you have any confusion or question about Unit testing in your...

  • 1 Lessons
  • 287 Students
Enroll Now
34279d385bf93b3a95da2ae134c95116
22 total hours
Mega Web Development Course: Full stack web application 2023
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 12411 Students
Add to Wishlist
Mega Web Development Course: Full stack web application 2023
(0.0/ 0 Rating)
Free

Mega Web Development Course: Full stack web application By the end of...

  • 1 Lessons
  • 12411 Students
Enroll Now
f7428a156d48a2457b87620e8c162a41
3 total hours
Learn Python From The Scratch and prepare with Projects
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3004 Students
Add to Wishlist
Learn Python From The Scratch and prepare with Projects
(0.0/ 0 Rating)
Free

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It...

  • 1 Lessons
  • 3004 Students
Enroll Now
c718fe7e55cadb008aa1c2741972eb90
2 total hours
Intro To MySQL With Node.js – Learn To Use MySQL with Node!
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4283 Students
Add to Wishlist
Intro To MySQL With Node.js – Learn To Use MySQL with Node!
(0.0/ 0 Rating)
Free

These days everything uses a database, and MySQL is one of the...

  • 1 Lessons
  • 4283 Students
Enroll Now
4bf471c3ce680a46597f12c419a80a39
13.5 total hours
Display and analyze GIS data on the web with Leaflet
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4925 Students
Add to Wishlist
Display and analyze GIS data on the web with Leaflet
(0.0/ 0 Rating)
Free

“This is a great and advanced web mapping application course to solve...

  • 1 Lessons
  • 4925 Students
Enroll Now
bfe9338592af491d3f9e0919efdb0fb6
25.5 total hours
Computer Vision Masterclass
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 33395 Students
Add to Wishlist
Computer Vision Masterclass
(0.0/ 0 Rating)
Free

Computer Vision is a subarea of Artificial Intelligence focused on creating systems...

  • 1 Lessons
  • 33395 Students
Enroll Now
69a0fe4e37eb9d24930d1542145bf7d3
1 total hour
Build Kotlin Multiplatform Mobile Apps for iOS and Android
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 366 Students
Add to Wishlist
Build Kotlin Multiplatform Mobile Apps for iOS and Android
(0.0/ 0 Rating)
Free

Welcome to the future of mobile development. This is a short and...

  • 1 Lessons
  • 366 Students
Enroll Now
0beaef382106371265d602bfc872e397
5 total hours
Boost Your Website Performance – The Practical Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 211 Students
Add to Wishlist
Boost Your Website Performance – The Practical Guide
(0.0/ 0 Rating)
Free

You’re here because you have a website with pages loading slowly and...

  • 1 Lessons
  • 211 Students
Enroll Now
154ebba711db0f124802bf801722ef5f
36.5 total hours
Android Jetpack Compose: The Comprehensive Bootcamp
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 14920 Students
Add to Wishlist
Android Jetpack Compose: The Comprehensive Bootcamp
(0.0/ 0 Rating)
Free

**This course is tailored for beginners and Advanced Developers** Android Jetpack Compose...

  • 1 Lessons
  • 14920 Students
Enroll Now
03943c6072b5c1b1a3cbf6aa07b5828a
12.5 total hours
70+ JavaScript Challenges: Data Structures & Algorithms
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 5079 Students
Add to Wishlist
70+ JavaScript Challenges: Data Structures & Algorithms
(0.0/ 0 Rating)
Free

Most of my students know me for my practical, project-based courses and...

  • 1 Lessons
  • 5079 Students
Enroll Now
95899b17052168134648e242cb9fbdcf
3.5 total hours
Web Development Basics(Beginner level)
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3 Students
Add to Wishlist
Web Development Basics(Beginner level)
(0.0/ 0 Rating)
Free

The course covers the fundamental ideas of web development as well as...

  • 1 Lessons
  • 3 Students
Enroll Now
6d63495f60d6e2366ae394ba9af59a60
4.5 total hours
The Ultimate Beginners Guide to ChatGPT and DALL-E
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 107 Students
Add to Wishlist
The Ultimate Beginners Guide to ChatGPT and DALL-E
(0.0/ 0 Rating)
Free

This course provides a detailed guide to exploring and understanding ChatGPT, an...

  • 1 Lessons
  • 107 Students
Enroll Now
14405224d9c3606c3964d0f1c052ed5b
16.5 total hours
The Complete Lua Programming Course: From Zero to Expert!
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1453 Students
Add to Wishlist
The Complete Lua Programming Course: From Zero to Expert!
(0.0/ 0 Rating)
Free

You’ve just stumbled upon the most complete, in-depth Lua programming course online....

  • 1 Lessons
  • 1453 Students
Enroll Now
c2008a19c06dacb4a8c6cd459f22a8cb
3 total hours
Next.js: The Complete Beginner’s Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 42 Students
Add to Wishlist
Next.js: The Complete Beginner’s Guide
(0.0/ 0 Rating)
Free

If you’re looking to learn all the core techniques of Next.js to...

  • 1 Lessons
  • 42 Students
Enroll Now
e664e206b70809e65258f394a81e03e4
20.5 total hours
Mastering x86-64 Real Assembly Language from Zero | ASM+
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 30696 Students
Add to Wishlist
Mastering x86-64 Real Assembly Language from Zero | ASM+
(0.0/ 0 Rating)
Free

Embark on a Transformational Journey into Assembly Language Mastery Welcome to the...

  • 1 Lessons
  • 30696 Students
Enroll Now
9b301a9ce78b473c44e78d2dd97f12cb
7.5 total hours
Git & GitHub Masterclass: The Practical Bootcamp
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3732 Students
Add to Wishlist
Git & GitHub Masterclass: The Practical Bootcamp
(0.0/ 0 Rating)
Free

Welcome To Git And GitHub Masterclass, one single course to start your...

  • 1 Lessons
  • 3732 Students
Enroll Now
54e1410e9da8c81dfa9924e268e75c65
2 total hours
Unlocking the Power of ChatGPT in Data Science : A-Z Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 30676 Students
Add to Wishlist
Unlocking the Power of ChatGPT in Data Science : A-Z Guide
(0.0/ 0 Rating)
Free

As data scientists, we know the importance of being able to process...

  • 1 Lessons
  • 30676 Students
Enroll Now
c4a40bdeaed9f56e283441d23fadea16
5 total hours
Next JS & Open AI / GPT: Next-generation Next JS & AI apps
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 3628 Students
Add to Wishlist
Next JS & Open AI / GPT: Next-generation Next JS & AI apps
(0.0/ 0 Rating)
Free

Don’t get left behind! Increase your value as a web developer today...

  • 1 Lessons
  • 3628 Students
Enroll Now
00dd0429c3d9c4e77c7f2dd6135f6d74
17.5 total hours
The Ultimate Web Scraping With Python Bootcamp 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2549 Students
Add to Wishlist
The Ultimate Web Scraping With Python Bootcamp 2024
(0.0/ 0 Rating)
Free

Welcome to the Ultimate Web Scraping With Python Bootcamp, the only course...

  • 1 Lessons
  • 2549 Students
Enroll Now
63fc1fd45ffe4dc67449a1a8b7401f32
6 total hours
Build Unofficial Udemy clone Application in Next.js v13
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 70 Students
Add to Wishlist
Build Unofficial Udemy clone Application in Next.js v13
(0.0/ 0 Rating)
Free

The React Framework for the Web Used by some of the world’s...

  • 1 Lessons
  • 70 Students
Enroll Now
62661c6bcfc862d1b98ae0694b0149c7
9.5 total hours
Mastering TestComplete with Python 2023
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 208 Students
Add to Wishlist
Mastering TestComplete with Python 2023
(0.0/ 0 Rating)
Free

Mastering TestComplete with Python Scripting 2023 with over 60 lessons that will...

  • 1 Lessons
  • 208 Students
Enroll Now
0fa4d1d90530039cdf28dc1d3841e21c
7 total hours
MERN Stack Blood Bank App
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 102 Students
Add to Wishlist
MERN Stack Blood Bank App
(0.0/ 0 Rating)
Free

Hello All, Welcome to the course ‘MERN Stack Work Management Tool’ The...

  • 1 Lessons
  • 102 Students
Enroll Now
8474603455de5ebe308eb3bec7434e84
6 total hours
Python: SOLID Principles and Top Design Patterns
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2569 Students
Add to Wishlist
Python: SOLID Principles and Top Design Patterns
(0.0/ 0 Rating)
Free

We all want to become better software developers and be able to...

  • 1 Lessons
  • 2569 Students
Enroll Now
99a262dbeb377beb25611eea65ee0030
10.5 total hours
Python: Python Programming with Python project & 250 quizzes
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 127 Students
Add to Wishlist
Python: Python Programming with Python project & 250 quizzes
(0.0/ 0 Rating)
Free

Welcome to my “ Python: Python Programming with Python project & 250...

  • 1 Lessons
  • 127 Students
Enroll Now
359524660e2064716a3331e9830fe526
4 total hours
Database Bootcamp: SQL, Python, Integration, and MORE!
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 44 Students
Add to Wishlist
Database Bootcamp: SQL, Python, Integration, and MORE!
(0.0/ 0 Rating)
Free

Welcome to the Comprehensive Database Programming Course – your comprehensive journey into...

  • 1 Lessons
  • 44 Students
Enroll Now
e2312c9e1f64ed76dd2ac6c2a8075efa
17.5 total hours
DevOps Tools for Beginners: Starting with Python Scripts
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 6336 Students
Add to Wishlist
DevOps Tools for Beginners: Starting with Python Scripts
(0.0/ 0 Rating)
Free

This course is A Beginner’s Guide to DevOps Tools, such as Python....

  • 1 Lessons
  • 6336 Students
Enroll Now
b13375c2a4f82df391c2116a9bcde6c6
22 total hours
Complete FrontEnd Web Development and Design HTML CSS JS
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 18300 Students
Add to Wishlist
Complete FrontEnd Web Development and Design HTML CSS JS
(0.0/ 0 Rating)
Free

Develop the skills you need in order to be able to make...

  • 1 Lessons
  • 18300 Students
Enroll Now
d8f298316ec0d139c6e14e551d1e38f4
64 total hours
Learn Python Programming Masterclass
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 428212 Students
Add to Wishlist
Learn Python Programming Masterclass
(0.0/ 0 Rating)
Free

Whether you want to: – build the skills you need to get...

  • 1 Lessons
  • 428212 Students
Enroll Now
f1ebb4bea8d955669c035ca94ba2a9b9
17.5 total hours
CSS3 Masterclass: Your Complete Beginner to Advanced Class
(0.0/ 0 Rating)
$44.99$10
  • 1 Lessons
  • 4828 Students
Add to Wishlist
CSS3 Masterclass: Your Complete Beginner to Advanced Class
(0.0/ 0 Rating)
$44.99$10

Are you looking to enhance your skills by trying out new Typeface,...

  • 1 Lessons
  • 4828 Students
Enroll Now
5bb31e1b77d2e9a02828f0544a3e6449
3.5 total hours
Build a basic Group based Chat app using Flutter & Firebase
(0.0/ 0 Rating)
$49.99$11
  • 1 Lessons
  • 133 Students
Add to Wishlist
Build a basic Group based Chat app using Flutter & Firebase
(0.0/ 0 Rating)
$49.99$11

In this course, I will be teaching you how to create a...

  • 1 Lessons
  • 133 Students
Enroll Now
041509aecc4d2cd39e3d5911273a898e
7 total hours
Practical Java : Spring Boot 3 REST API with Elasticsearch 8
(0.0/ 0 Rating)
$74.99$11
  • 1 Lessons
  • 5630 Students
Add to Wishlist
Practical Java : Spring Boot 3 REST API with Elasticsearch 8
(0.0/ 0 Rating)
$74.99$11

New Update on July 2023 Updated to Elasticsearch 8.x and Spring Boot...

  • 1 Lessons
  • 5630 Students
Enroll Now
ffe79f7368844948f7d650cdc56277a5
6 total hours
Build classified ads project with React and Firebase
(0.0/ 0 Rating)
$74.99$10
  • 1 Lessons
  • 65 Students
Add to Wishlist
Build classified ads project with React and Firebase
(0.0/ 0 Rating)
$74.99$10

Overview In this course we will build a classified advertisement website where...

  • 1 Lessons
  • 65 Students
Enroll Now
0009cbadd17d3b94034cbe45b88a136f
1 total hour
Python Programming: Building an AI-Powered Instagram Bot
(0.0/ 0 Rating)
$39.99$11
  • 1 Lessons
  • 1422 Students
Add to Wishlist
Python Programming: Building an AI-Powered Instagram Bot
(0.0/ 0 Rating)
$39.99$11

Welcome to “Python Programming: Building an AI-Powered Instagram Bot”! In this comprehensive...

  • 1 Lessons
  • 1422 Students
Enroll Now
fab88affee56b76bb703ba3d06b4bfb0
7.5 total hours
Advanced WordPress Course for Professionals
(0.0/ 0 Rating)
$19.99$10
  • 1 Lessons
  • 30848 Students
Add to Wishlist
Advanced WordPress Course for Professionals
(0.0/ 0 Rating)
$19.99$10

Do you want to learn professional wordpress for web design and development?...

  • 1 Lessons
  • 30848 Students
Enroll Now
1f6ec6067600403658b8e1fa1374dfdd
31 total mins
Use Python FastAPI to create a weather website
(0.0/ 0 Rating)
$19.99$10
  • 1 Lessons
  • 1943 Students
Add to Wishlist
Use Python FastAPI to create a weather website
(0.0/ 0 Rating)
$19.99$10

Course Description: This course will teach you how to use Python FastAPI...

  • 1 Lessons
  • 1943 Students
Enroll Now
2ab9def69f43a2b20fc60a9f8fee1306
16 total hours
The Complete Python Bootcamp from Zero to Expert
(0.0/ 0 Rating)
$19.99$10
  • 1 Lessons
  • 26940 Students
Add to Wishlist
The Complete Python Bootcamp from Zero to Expert
(0.0/ 0 Rating)
$19.99$10

Welcome to “The Complete Python Bootcamp from Zero to Expert,” an all-inclusive...

  • 1 Lessons
  • 26940 Students
Enroll Now
ff5b37b9cec2034be4bd990a3f605d74
4 total hours
Mastering SQL with MariaDB: An Essential Beginner’s Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1067 Students
Add to Wishlist
Mastering SQL with MariaDB: An Essential Beginner’s Guide
(0.0/ 0 Rating)
Free

Are you ready to embark on a journey that will unlock the...

  • 1 Lessons
  • 1067 Students
Enroll Now
d315e6a3861d62c17759e3b997f6f01b
5.5 total hours
Qt6 and QML Intermediate: Interfacing to C++
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 169 Students
Add to Wishlist
Qt6 and QML Intermediate: Interfacing to C++
(0.0/ 0 Rating)
Free

Qt Quick  and QML are the latest and greatest User Interface design...

  • 1 Lessons
  • 169 Students
Enroll Now
7a7aadd3cb772c333d48589f935fda9a
5 total hours
Qt6 and QML Advanced: Interfacing to C++
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 119 Students
Add to Wishlist
Qt6 and QML Advanced: Interfacing to C++
(0.0/ 0 Rating)
Free

You already know quite a bit about Qt , C++ and Qt...

  • 1 Lessons
  • 119 Students
Enroll Now
6513eed27cb51485f6cc9ed242050e3f
8 total hours
Python Programming – From Basics to Advanced level
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 346192 Students
Add to Wishlist
Python Programming – From Basics to Advanced level
(0.0/ 0 Rating)
Free

In this python course – We will start with Python Installation and...

  • 1 Lessons
  • 346192 Students
Enroll Now
e2703827305b04bbb295f829b320f94d
5 total hours
Oracle Application Development and PL/SQL for beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 2 Students
Add to Wishlist
Oracle Application Development and PL/SQL for beginners
(0.0/ 0 Rating)
Free

Oracle Application Development and PL/SQL for Beginners is  designed to usher beginners...

  • 1 Lessons
  • 2 Students
Enroll Now
63f66ba88d69ffda15fde84cbf270880
1 total hour
Object Detection on Custom Dataset With Keras Using Python
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1034 Students
Add to Wishlist
Object Detection on Custom Dataset With Keras Using Python
(0.0/ 0 Rating)
Free

Welcome to the “Object Detection on Custom Dataset with Keras using Python”...

  • 1 Lessons
  • 1034 Students
Enroll Now
53bd8fd1ed3bd4bcb828749ba5157a7e
22 total hours
The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 456891 Students
Add to Wishlist
The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert
(0.0/ 0 Rating)
Free

This course was just completely redone and rebuilt from the ground up,...

  • 1 Lessons
  • 456891 Students
Enroll Now
a416cbbc9ab54be0b686a38b3af406eb
3 total hours
Learn AngularJS Course for Beginners to Advanced
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 15386 Students
Add to Wishlist
Learn AngularJS Course for Beginners to Advanced
(0.0/ 0 Rating)
$19.99$14

Welcome to the “Learn AngularJS Course: Zero to Hero,” your gateway to...

  • 1 Lessons
  • 15386 Students
Enroll Now
c33255d0bf1ed3a61ff96292b1a8527e
8.5 total hours
JavaScript 20 Projects In 20 Days HTML, CSS & JavaScript
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 28008 Students
Add to Wishlist
JavaScript 20 Projects In 20 Days HTML, CSS & JavaScript
(0.0/ 0 Rating)
Free

Welcome to our immersive Udemy experience, where ‘Hands-On Web Development: 20 Projects...

  • 1 Lessons
  • 28008 Students
Enroll Now
3f33796083649aabd808e58ece51b0b2
3.5 total hours
Flutterflow App Development (Expert Course)
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 312 Students
Add to Wishlist
Flutterflow App Development (Expert Course)
(0.0/ 0 Rating)
Free

Welcome to the “FlutterFlow App Development” course! In this comprehensive and hands-on...

  • 1 Lessons
  • 312 Students
Enroll Now
318af50c60f9ed9afafffe2673ad3f31
6 total hours
Flutter, Google Gemini Chat Bot with Hive local storage
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 4147 Students
Add to Wishlist
Flutter, Google Gemini Chat Bot with Hive local storage
(0.0/ 0 Rating)
Free

Flutter, Google Gemini Chat Bot with Hive Local Storage: Build a Persistent...

  • 1 Lessons
  • 4147 Students
Enroll Now
fb062f4ccdcd0ed4e3c7d0974d6be3a3
5 total hours
Flutter Google Map APIs Google Cloud Course 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 123 Students
Add to Wishlist
Flutter Google Map APIs Google Cloud Course 2024
(0.0/ 0 Rating)
Free

In this course you will learn and implement Google APIs using Flutter....

  • 1 Lessons
  • 123 Students
Enroll Now
cf630fa311b1df6bcc59210d91e82544
2 total hours
Flutter Bootcamp: Build Crypto Tracker Application
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 6009 Students
Add to Wishlist
Flutter Bootcamp: Build Crypto Tracker Application
(0.0/ 0 Rating)
Free

Are you ready to dive into the exciting world of cryptocurrency tracking...

  • 1 Lessons
  • 6009 Students
Enroll Now
63c75648471190e31590f9194685a53c
3 total hours
Flutter Augmented Reality | Google ARCore & Sceneform 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 106 Students
Add to Wishlist
Flutter Augmented Reality | Google ARCore & Sceneform 2024
(0.0/ 0 Rating)
Free

ARCore, also known as Google Play Services for AR, is a software...

  • 1 Lessons
  • 106 Students
Enroll Now
f207d371b63670dbdcaa5e62e26a09cf
5 total hours
Face Recognition & Detection in Flutter – The Complete Guide
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 405 Students
Add to Wishlist
Face Recognition & Detection in Flutter – The Complete Guide
(0.0/ 0 Rating)
Free

Welcome to an exhilarating journey of mastering Face Recognition and Face Detection...

  • 1 Lessons
  • 405 Students
Enroll Now
fadd2ff41eaf946179661401e34db390
1.5 total hours
Data Serialization in C++ using FlatBuffers
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 41 Students
Add to Wishlist
Data Serialization in C++ using FlatBuffers
(0.0/ 0 Rating)
Free

Welcome In this bite-sized course you will learn what data serialization is...

  • 1 Lessons
  • 41 Students
Enroll Now
907b7ed98169783b0a6ed5eef5f0f947
2.5 total hours
Complete Python Course: from Basics to Brilliance in HD
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 12773 Students
Add to Wishlist
Complete Python Course: from Basics to Brilliance in HD
(0.0/ 0 Rating)
Free

EASIEST EXPLANATION FOR PYTHON FULL COURSE IN HD WITH PROFESSIONAL VIDEO LECTURES...

  • 1 Lessons
  • 12773 Students
Enroll Now
a38dfda706e1ad5bcfa5b50d2234e4d3
4.5 total hours
Complete C# Unity Game Development 3D For Absolute Beginners
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 36 Students
Add to Wishlist
Complete C# Unity Game Development 3D For Absolute Beginners
(0.0/ 0 Rating)
Free

Course Description: Have you ever dreamed of creating your own 3D games...

  • 1 Lessons
  • 36 Students
Enroll Now
b0ecc61d420592580fca7ae137e58f06
5 total hours
Complete 3D Space Shooter in Unity C# For Beginners 2024
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 84 Students
Add to Wishlist
Complete 3D Space Shooter in Unity C# For Beginners 2024
(0.0/ 0 Rating)
Free

Embark on an exciting journey into the world of game development with...

  • 1 Lessons
  • 84 Students
Enroll Now
24999b55f7b2ca8f7a1085c73f4f7f5a
4.5 total hours
ChatGPT Python Scripting Guide: 29+ Practical Cases Included
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 20 Students
Add to Wishlist
ChatGPT Python Scripting Guide: 29+ Practical Cases Included
(0.0/ 0 Rating)
Free

Are you ready to unlock the full potential of AI and revolutionize...

  • 1 Lessons
  • 20 Students
Enroll Now
5ac41eee55422e0226642f79f6c768aa
1.5 total hours
ChatGPT Clone App | OpenAI | iOS17 & Swift5 | Xcode 15
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 22 Students
Add to Wishlist
ChatGPT Clone App | OpenAI | iOS17 & Swift5 | Xcode 15
(0.0/ 0 Rating)
Free

Unlock the potential of conversational interfaces with my groundbreaking Swift-based chatbot seamlessly...

  • 1 Lessons
  • 22 Students
Enroll Now
07ecbcf514af117234cf63a39ad67372
2 total hours
Certificate Program in Python Programming
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 21 Students
Add to Wishlist
Certificate Program in Python Programming
(0.0/ 0 Rating)
Free

“Step into the world of programming with our Certificate Program in Python...

  • 1 Lessons
  • 21 Students
Enroll Now
3187130f7173a126954645464932de95
4.5 total hours
Build an eCommerce with Hotwire, Razorpay | Ruby On Rails 7
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 55 Students
Add to Wishlist
Build an eCommerce with Hotwire, Razorpay | Ruby On Rails 7
(0.0/ 0 Rating)
Free

Course Description: Are you ready to embark on a journey to create...

  • 1 Lessons
  • 55 Students
Enroll Now
04d0cc6fd588d1257a944efad6e4aac1
2 total hours
Angular Shopping Store (2024 Edition – Angular 18)
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 1026 Students
Add to Wishlist
Angular Shopping Store (2024 Edition – Angular 18)
(0.0/ 0 Rating)
Free

Welcome to the “Angular Shopping Store”. In this course, you’ll learn how...

  • 1 Lessons
  • 1026 Students
Enroll Now
86e95204600ccf31ded1cf2059408ab0
7 total hours
Angular Advanced MasterClass & FREE E-Book
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 11035 Students
Add to Wishlist
Angular Advanced MasterClass & FREE E-Book
(0.0/ 0 Rating)
Free

Would You Like to Build Your Own Open Source Library?Probably all of...

  • 1 Lessons
  • 11035 Students
Enroll Now
94b72216ab1d5f11cdbb0edff1c57578
1.5 total hours
AI Magic: Create a Smart Website in One Hour with OpenAI GPT
(0.0/ 0 Rating)
Free
  • 1 Lessons
  • 142 Students
Add to Wishlist
AI Magic: Create a Smart Website in One Hour with OpenAI GPT
(0.0/ 0 Rating)
Free

Welcome to our course on “Developing a One Page Website with OpenAI...

  • 1 Lessons
  • 142 Students
Enroll Now
95d93c1c32ee7761786974c287da2050
12.5 total hours
Advance Python | Python for Datascience
(0.0/ 0 Rating)
$64.99$14
  • 1 Lessons
  • 96 Students
Add to Wishlist
Advance Python | Python for Datascience
(0.0/ 0 Rating)
$64.99$14

Ready to advance your Python skills? Our easy-to-follow Advanced Python course is...

  • 1 Lessons
  • 96 Students
Enroll Now
a6973daedc355cb3474621ae932c02e4
5 total hours
Talend Real Time Projects
(0.0/ 0 Rating)
$94.99$14
  • 1 Lessons
  • 292 Students
Add to Wishlist
Talend Real Time Projects
(0.0/ 0 Rating)
$94.99$14

Talend is an Open Source/Enterprise ETL Tool, which can be used by...

  • 1 Lessons
  • 292 Students
Enroll Now
ea64350084a30ec877b384c459bbcea5
1.5 total hours
Support Vector Machines for Regression: Machine Learning
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 1651 Students
Add to Wishlist
Support Vector Machines for Regression: Machine Learning
(0.0/ 0 Rating)
$19.99$14

You’ve just stumbled upon the most complete, in-depth Support Vector Machines for...

  • 1 Lessons
  • 1651 Students
Enroll Now
d5240bd3ee23211f7a72f70b68a85cb6
4 total hours
Python Mastery with Generative AI: Coding to AI Integration
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 11140 Students
Add to Wishlist
Python Mastery with Generative AI: Coding to AI Integration
(0.0/ 0 Rating)
$54.99$14

Dive into the world of programming with our comprehensive course “Python Mastery...

  • 1 Lessons
  • 11140 Students
Enroll Now
cfd0516646f056b8a4ef70c79a086abc
4.5 total hours
Python For Everybody : Learn Python Programming MADE EASY
(0.0/ 0 Rating)
$64.99$14
  • 1 Lessons
  • 33874 Students
Add to Wishlist
Python For Everybody : Learn Python Programming MADE EASY
(0.0/ 0 Rating)
$64.99$14

Yes, Python developers are in high demand. Python software engineers are also...

  • 1 Lessons
  • 33874 Students
Enroll Now
b5e8abdf3d35e74910de51371608d863
2.5 total hours
Python and ReportLab for Efficient Reporting and Automation
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 57 Students
Add to Wishlist
Python and ReportLab for Efficient Reporting and Automation
(0.0/ 0 Rating)
$54.99$14

Creating reports is a standard task in the modern working environment. Pretty...

  • 1 Lessons
  • 57 Students
Enroll Now
e0697e8efc009041c1fa313f0d05f1b0
1.5 total hours
PySpark for Data Engineers and Data Analysts in 1h30
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 3 Students
Add to Wishlist
PySpark for Data Engineers and Data Analysts in 1h30
(0.0/ 0 Rating)
$54.99$14

Mastering PySpark to Become a Data Engineer, Data Scientist, or Data Analyst...

  • 1 Lessons
  • 3 Students
Enroll Now
231408da49f951d5c3e6a08513fa680b
5.5 total hours
Proficient Automation Tester by Leveraging Docker with CI&CD
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 2343 Students
Add to Wishlist
Proficient Automation Tester by Leveraging Docker with CI&CD
(0.0/ 0 Rating)
$54.99$14

Software testers and Automation. testers need to upgrade their skills prominently as...

  • 1 Lessons
  • 2343 Students
Enroll Now
24d503114e2c487762e8bdbca9d2c386
6.5 total hours
Power BI Mastery: Zero to Hero Data Skills
(0.0/ 0 Rating)
$54.99$9
  • 1 Lessons
  • 14016 Students
Add to Wishlist
Power BI Mastery: Zero to Hero Data Skills
(0.0/ 0 Rating)
$54.99$9

Dive deep into the world of data with our comprehensive course, “Power...

  • 1 Lessons
  • 14016 Students
Enroll Now
a7d0db1b0ecca70857170c5629308179
3.5 total hours
PHP Master Class – The Complete PHP Developer Course
(0.0/ 0 Rating)
$19.99$9
  • 1 Lessons
  • 23014 Students
Add to Wishlist
PHP Master Class – The Complete PHP Developer Course
(0.0/ 0 Rating)
$19.99$9

Are you ready to become a PHP coding virtuoso, from an absolute...

  • 1 Lessons
  • 23014 Students
Enroll Now
4709d2cfe44baf06975f223468845ab9
5.5 total hours
NLTK: Build Document Classifier & Spell Checker with Python
(0.0/ 0 Rating)
$44.99$14
  • 1 Lessons
  • 862 Students
Add to Wishlist
NLTK: Build Document Classifier & Spell Checker with Python
(0.0/ 0 Rating)
$44.99$14

This Natural Language Processing (NLP) tutorial covers core basics of NLP using the...

  • 1 Lessons
  • 862 Students
Enroll Now
4580df9fb1429703e974413ed6821fe0
4 total hours
Mastering C & C++ Programming: From Fundamentals to Advanced
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 18084 Students
Add to Wishlist
Mastering C & C++ Programming: From Fundamentals to Advanced
(0.0/ 0 Rating)
$19.99$14

Welcome to “Mastering C & C++ Programming: From Fundamentals to Advanced,” your...

  • 1 Lessons
  • 18084 Students
Enroll Now
67942f58858f957849b3573d51c5b45e
2.5 total hours
Master Android by Building 3 Applications in Kotlin Language
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 31157 Students
Add to Wishlist
Master Android by Building 3 Applications in Kotlin Language
(0.0/ 0 Rating)
$19.99$14

Are you aspiring to become an Android Developer and eager to publish...

  • 1 Lessons
  • 31157 Students
Enroll Now
2993786c8b62546463e184fd815255d5
3 total hours
Machine Learning Mastery: From Data to Advanced Classifiers
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 8 Students
Add to Wishlist
Machine Learning Mastery: From Data to Advanced Classifiers
(0.0/ 0 Rating)
$54.99$14

Welcome to the ultimate Machine Learning course where you will embark on...

  • 1 Lessons
  • 8 Students
Enroll Now
cfa2c66ce1debaaf6fd7abe35c2f2572
8.5 total hours
Learn JavaScript Fundamentals Phase 1
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 1019 Students
Add to Wishlist
Learn JavaScript Fundamentals Phase 1
(0.0/ 0 Rating)
$54.99$14

Hello, my name is Rob. I’ve been teaching at Coding Boot Camp...

  • 1 Lessons
  • 1019 Students
Enroll Now
4aa7651f220859450b360322d2f262bc
4.5 total hours
Kotlin Mastery 2024: Premium Edition Crash Course
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 1 Students
Add to Wishlist
Kotlin Mastery 2024: Premium Edition Crash Course
(0.0/ 0 Rating)
$19.99$14

Are you ready to elevate your programming skills and become a Kotlin...

  • 1 Lessons
  • 1 Students
Enroll Now
812b16386077d07d4a8b97adf86ddd14
5.5 total hours
JUnit Essentials: Unit Testing Mastery for Java Applications
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 4908 Students
Add to Wishlist
JUnit Essentials: Unit Testing Mastery for Java Applications
(0.0/ 0 Rating)
$19.99$14

Welcome to our comprehensive course on “Mastering Unit Testing with JUnit.” In...

  • 1 Lessons
  • 4908 Students
Enroll Now
83217c1088130170f4dfbe0f608328d6
5 total hours
Java Fundamentals: Learn the Basics of Java
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 4 Students
Add to Wishlist
Java Fundamentals: Learn the Basics of Java
(0.0/ 0 Rating)
$19.99$14

Java has been around for a long time and has been the...

  • 1 Lessons
  • 4 Students
Enroll Now
004dd561ced707a96a986820b5e84c80
3 total hours
Java Foundations: Mastering the Basics
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 22469 Students
Add to Wishlist
Java Foundations: Mastering the Basics
(0.0/ 0 Rating)
$19.99$14

Welcome to this beginner-friendly course focusing on Java, a key programming language...

  • 1 Lessons
  • 22469 Students
Enroll Now
49477818f57ab367a35372c403c9033f
1.5 total hours
Gradio- 10 Generative AI project ,Hugging face ,React GPT
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 530 Students
Add to Wishlist
Gradio- 10 Generative AI project ,Hugging face ,React GPT
(0.0/ 0 Rating)
$54.99$14

Unlock the potential of generative AI in this cutting-edge course. Dive into...

  • 1 Lessons
  • 530 Students
Enroll Now
f63957aeaaf4b5928e32c574045ac28f
9.5 total hours
Generative AI: OpenAI API, ChatGPT, and GPT-4 in Python
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 979 Students
Add to Wishlist
Generative AI: OpenAI API, ChatGPT, and GPT-4 in Python
(0.0/ 0 Rating)
$54.99$14

Welcome to the forefront of artificial intelligence with our groundbreaking course on...

  • 1 Lessons
  • 979 Students
Enroll Now
7ed94467c7224a02f1b2c18a91d35292
26 total hours
Full-Stack Mobile Development: Flutter, Figma, and Firebase
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 343 Students
Add to Wishlist
Full-Stack Mobile Development: Flutter, Figma, and Firebase
(0.0/ 0 Rating)
$19.99$14

Welcome to our groundbreaking course, “Mastering Flutter, Firebase, and Figma: Build a...

  • 1 Lessons
  • 343 Students
Enroll Now
dafcfde0164c2cc752bef9595edd759c
6.5 total hours
Full python Masterclass, From a beginner to employed
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 2 Students
Add to Wishlist
Full python Masterclass, From a beginner to employed
(0.0/ 0 Rating)
$54.99$14

Course Description: Are you ready to unlock the power of Python and...

  • 1 Lessons
  • 2 Students
Enroll Now
51f6d7146b16c0199c500ee816a1db6b
3.5 total hours
From Zero to Async: A Complete Guide to AsyncIO in Python
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 1235 Students
Add to Wishlist
From Zero to Async: A Complete Guide to AsyncIO in Python
(0.0/ 0 Rating)
$54.99$14

Unlock the Full Potential of Asynchronous Programming in Python! Welcome to “Mastering...

  • 1 Lessons
  • 1235 Students
Enroll Now
5d370d1ef9a674ff682ad67d3e896930
6.5 total hours
Flutter Rest API BootCamp: Build 3 Real World Apps -[ 2024 ]
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 8026 Students
Add to Wishlist
Flutter Rest API BootCamp: Build 3 Real World Apps -[ 2024 ]
(0.0/ 0 Rating)
$54.99$14

Become an expert in creating practical applications with Flutter by enrolling in...

  • 1 Lessons
  • 8026 Students
Enroll Now
558f74e774cff5893e568c601febeda5
3.5 total hours
Flutter iOS & Android Mobile Snake Game Development Course
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 1 Students
Add to Wishlist
Flutter iOS & Android Mobile Snake Game Development Course
(0.0/ 0 Rating)
$54.99$14

In this course you will learn and build mobile ios and android...

  • 1 Lessons
  • 1 Students
Enroll Now
679090b651ffca562b05f0cd67b24b30
7.5 total hours
Deep Learning Neural Networks with TensorFlow
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 3640 Students
Add to Wishlist
Deep Learning Neural Networks with TensorFlow
(0.0/ 0 Rating)
$19.99$14

Welcome to the “Deep Learning Neural Networks with TensorFlow” course! This comprehensive...

  • 1 Lessons
  • 3640 Students
Enroll Now
e0c0c933c5981ae80053c93c30928bc8
2.5 total hours
Create Python Programs with AI (ChatGPT)
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 2094 Students
Add to Wishlist
Create Python Programs with AI (ChatGPT)
(0.0/ 0 Rating)
$54.99$14

This course is designed to equip you with the skills and knowledge...

  • 1 Lessons
  • 2094 Students
Enroll Now
17490cc55c8b6a50a30b1901d2057237
1.5 total hours
Complete Algo Trading on Fyers API using Python
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 20 Students
Add to Wishlist
Complete Algo Trading on Fyers API using Python
(0.0/ 0 Rating)
$54.99$14

Unlock the full potential of Fyers Trade API with our comprehensive course,...

  • 1 Lessons
  • 20 Students
Enroll Now
bc036b47059356f425e6d1d5be638347
2.5 total hours
ChatGPT Plugins: Enable More Power to Your ChatGPT
(0.0/ 0 Rating)
$54.99$10
  • 1 Lessons
  • 5 Students
Add to Wishlist
ChatGPT Plugins: Enable More Power to Your ChatGPT
(0.0/ 0 Rating)
$54.99$10

Welcome to the definitive course that extends ChatGPT beyond its core capabilities!...

  • 1 Lessons
  • 5 Students
Enroll Now
26556f1ac8e22b846482523dcf1343e5
4.5 total hours
Build an AI Gallery App in Flutter – Smart Flutter Dart Apps
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 53 Students
Add to Wishlist
Build an AI Gallery App in Flutter – Smart Flutter Dart Apps
(0.0/ 0 Rating)
$54.99$14

Welcome to an exciting journey of building innovative applications in Flutter! Have...

  • 1 Lessons
  • 53 Students
Enroll Now
9244e64717ca8ffd77b57f3311c3ee50
1.5 total hours
Build a Chat Messaging App with FlutterFlow & Firebase
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 217 Students
Add to Wishlist
Build a Chat Messaging App with FlutterFlow & Firebase
(0.0/ 0 Rating)
$19.99$14

If you look at the top apps on the app store today,...

  • 1 Lessons
  • 217 Students
Enroll Now
b9c1ed4482a88390e4a2bd1cd52e99cf
5 total hours
Python Programming for Beginners: Learn to Code with Python
(0.0/ 0 Rating)
$79.99$14
  • 1 Lessons
  • 659 Students
Add to Wishlist
Python Programming for Beginners: Learn to Code with Python
(0.0/ 0 Rating)
$79.99$14

Start diving into the amazing world of programming and computer science with...

  • 1 Lessons
  • 659 Students
Enroll Now
0bef4d09b6d7df35a2c8930af754c331
8 total hours
Android Jetpack Compose with Retrofit Room Hilt in Kotlin
(0.0/ 0 Rating)
$69.99$14
  • 1 Lessons
  • 11276 Students
Add to Wishlist
Android Jetpack Compose with Retrofit Room Hilt in Kotlin
(0.0/ 0 Rating)
$69.99$14

During this course, we will develop an Android application that will display...

  • 1 Lessons
  • 11276 Students
Enroll Now
2101c97814e1673a241af20db71c623e
6.5 total hours
AI Application Boost with NVIDIA RAPIDS Acceleration
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 608 Students
Add to Wishlist
AI Application Boost with NVIDIA RAPIDS Acceleration
(0.0/ 0 Rating)
$54.99$14

Data science and machine learning represent the largest computational sectors in the...

  • 1 Lessons
  • 608 Students
Enroll Now
c8d57f83141e4e0b0014d174020d4448
3.5 total hours
A Complete Guide to Java Programming with Examples
(0.0/ 0 Rating)
$19.99
  • 1 Lessons
  • 23098 Students
Add to Wishlist
A Complete Guide to Java Programming with Examples
(0.0/ 0 Rating)
$19.99

Introduction to Learn Java Programming with Examples in One Day The “Learning...

  • 1 Lessons
  • 23098 Students
Enroll Now
9738db3c3ac6bc3e43aabd876e671b19
2.5 total hours
Video Segmentation with Python using Deep Learning Real-Time
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 177 Students
Add to Wishlist
Video Segmentation with Python using Deep Learning Real-Time
(0.0/ 0 Rating)
$19.99$14

Introduction: Step into the dynamic realm of computer vision and get ready...

  • 1 Lessons
  • 177 Students
Enroll Now
d5df0b373662f3f5d0e3c447cb9ff8c0
2 total hours
Unlocking the Secrets of Data: Unsupervised Learning with R
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 51 Students
Add to Wishlist
Unlocking the Secrets of Data: Unsupervised Learning with R
(0.0/ 0 Rating)
$19.99$14

Course Description: Welcome to “Unlocking the Secrets of Data: Unsupervised Learning with...

  • 1 Lessons
  • 51 Students
Enroll Now
571691ea9001aa1b3649c00357224b32
6 total hours
The Ultimate Beginners Guide to Data Analysis with Pandas
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 272 Students
Add to Wishlist
The Ultimate Beginners Guide to Data Analysis with Pandas
(0.0/ 0 Rating)
$54.99$14

Welcome to the “Ultimate Beginners Guide to Pandas for Data Analysis” course,...

  • 1 Lessons
  • 272 Students
Enroll Now
d58ab2558a4b4a7f7dee623d4e995c18
11 total hours
The Complete Artificial Intelligence (AI) for Professionals
(0.0/ 0 Rating)
$69.99$14
  • 1 Lessons
  • 20498 Students
Add to Wishlist
The Complete Artificial Intelligence (AI) for Professionals
(0.0/ 0 Rating)
$69.99$14

The Complete Artificial Intelligence (AI) for Professionals – Regular Updates to Keep...

  • 1 Lessons
  • 20498 Students
Enroll Now
8b9b45ba786abebc2df177454837f189
36.5 total hours
ZeroToHero Selenium webdriver java Basics+Advanced+Framework
(0.0/ 0 Rating)
$84.99$11
  • 1 Lessons
  • 1054 Students
Add to Wishlist
ZeroToHero Selenium webdriver java Basics+Advanced+Framework
(0.0/ 0 Rating)
$84.99$11

Hi Student, Welcome to this most recent Selenium Automation testing course of...

  • 1 Lessons
  • 1054 Students
Enroll Now
67b312991452f79bc4be2fbfc1ab182b
36 total hours
Selenium Webdriver with Java
(0.0/ 0 Rating)
$49.99$14
  • 1 Lessons
  • 414 Students
Add to Wishlist
Selenium Webdriver with Java
(0.0/ 0 Rating)
$49.99$14

Selenium WebDriver Training – Expert Level This course will have all topics...

  • 1 Lessons
  • 414 Students
Enroll Now
5331ee5126464f2032759607db8b3e85
3 total hours
ReactJs – The Complete ReactJs Course For Beginners
(0.0/ 0 Rating)
$19.99$14
  • 1 Lessons
  • 23581 Students
Add to Wishlist
ReactJs – The Complete ReactJs Course For Beginners
(0.0/ 0 Rating)
$19.99$14

Welcome to “ReactJS – The Complete ReactJS Course For Beginners,” an immersive...

  • 1 Lessons
  • 23581 Students
Enroll Now
d823c29e972995743397fff89cdad5bc
3.5 total hours
React.JS for Ecommerce: Building a Store with React.JS
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 31082 Students
Add to Wishlist
React.JS for Ecommerce: Building a Store with React.JS
(0.0/ 0 Rating)
$54.99$14

Welcome to “Building an E-Commerce Store with React.js”, a meticulously designed course...

  • 1 Lessons
  • 31082 Students
Enroll Now
a3d58505e414a2e631936a5cd1e9aadb
12 total hours
Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps
(0.0/ 0 Rating)
$79.99$14
  • 1 Lessons
  • 18996 Students
Add to Wishlist
Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps
(0.0/ 0 Rating)
$79.99$14

So you know a bit of Python and want to learn about...

  • 1 Lessons
  • 18996 Students
Enroll Now
2faa51fa7044f2d450494634f955b743
28 total hours
Modern React, Express 2024 Build Complete Canva Project A-Z
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 209 Students
Add to Wishlist
Modern React, Express 2024 Build Complete Canva Project A-Z
(0.0/ 0 Rating)
$54.99$14

Modern React JS, Express JS 2024 Build Complete Canva Project A-Z Welcome...

  • 1 Lessons
  • 209 Students
Enroll Now
8d1efacaf4d851b973a7b5784f51ca0a
4.5 total hours
Mastering JavaScript and jQuery Course Beginners to Advanced
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 14558 Students
Add to Wishlist
Mastering JavaScript and jQuery Course Beginners to Advanced
(0.0/ 0 Rating)
$54.99$14

Learn everything you need to know to become a JavaScript and jQuery...

  • 1 Lessons
  • 14558 Students
Enroll Now
aa2e61e2676c922350c230ca2156207e
3 total hours
Learn Backend Development with Python Django and AWS
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 739 Students
Add to Wishlist
Learn Backend Development with Python Django and AWS
(0.0/ 0 Rating)
$54.99$14

Are you eager to dive into the world of backend development? Look...

  • 1 Lessons
  • 739 Students
Enroll Now
4833db331896a4ec61b5a377f0d392c3
4.5 total hours
JavaScript for Beginning Web Developers
(0.0/ 0 Rating)
$49.99$14
  • 1 Lessons
  • 7847 Students
Add to Wishlist
JavaScript for Beginning Web Developers
(0.0/ 0 Rating)
$49.99$14

JavaScript is one of the most popular programming languages in the world...

  • 1 Lessons
  • 7847 Students
Enroll Now
fdfbfade90b15c429c4fff7208ffdae9
15 total hours
Java Essentials 2024: Code, Concepts & Careers
(0.0/ 0 Rating)
$54.99$14
  • 1 Lessons
  • 5008 Students
Add to Wishlist
Java Essentials 2024: Code, Concepts & Careers
(0.0/ 0 Rating)
$54.99$14

Welcome to “Java Essentials 2024: Code, Concepts & Careers,” your gateway to...

  • 1 Lessons
  • 5008 Students
Enroll Now
1685224cbc01741d27574af293f5d32b
3 total hours
ChatGPT Masterclass: A Complete ChatGPT Zero to Hero!
(0.0/ 0 Rating)
$74.99$12
  • 1 Lessons
  • 10265 Students
Add to Wishlist
ChatGPT Masterclass: A Complete ChatGPT Zero to Hero!
(0.0/ 0 Rating)
$74.99$12

The ChatGPT Masterclass Zero to Hero is a comprehensive course designed to...

  • 1 Lessons
  • 10265 Students
Enroll Now
106072255f21230753564f27fc19e86c
2 total hours
ChatGPT for Programmers: Build Python Apps in Seconds
(0.0/ 0 Rating)
$109.99$14
  • 1 Lessons
  • 14080 Students
Add to Wishlist
ChatGPT for Programmers: Build Python Apps in Seconds
(0.0/ 0 Rating)
$109.99$14

In this course, you will learn how to use ChatGPT to simplify...

  • 1 Lessons
  • 14080 Students
Enroll Now
f75085bd0ef93bcdf2e0e25f4ac66ddb
2 total hours
ChatGPT for Developers: Create Apps in Minutes
(0.0/ 0 Rating)
$74.99$14
  • 1 Lessons
  • 125 Students
Add to Wishlist
ChatGPT for Developers: Create Apps in Minutes
(0.0/ 0 Rating)
$74.99$14

Learn how to use ChatGPT to create apps in minutes, debug errors...

  • 1 Lessons
  • 125 Students
Enroll Now
7a8311efc1737b8bb27e8e9cd2e61719
1.5 total hours
ChatGPT Complete Guide: for Developers, Students and Workers
(0.0/ 0 Rating)
$44.99$14
  • 1 Lessons
  • 115 Students
Add to Wishlist
ChatGPT Complete Guide: for Developers, Students and Workers
(0.0/ 0 Rating)
$44.99$14

Learn the Theory of ChatGPT as an NLP and Reinforcement Learning with Human...

  • 1 Lessons
  • 115 Students
Enroll Now
bb7483552c1b70724382b1279ceb6a29
1 total hour
ChatGPT API Python Masterclass with Google Apps Integration
(0.0/ 0 Rating)
$24.99$14
  • 1 Lessons
  • 1507 Students
Add to Wishlist
ChatGPT API Python Masterclass with Google Apps Integration
(0.0/ 0 Rating)
$24.99$14

“Unlocking the Power of ChatGPT API: A Comprehensive Guide with Google AppScript...

  • 1 Lessons
  • 1507 Students
Enroll Now
75fafba909dd02925e725d4fcb5c5aee
2.5 total hours
ChatGPT 2023: Code and Debug 10X Better, Faster, Stronger
(0.0/ 0 Rating)
$74.99$13
  • 1 Lessons
  • 1944 Students
Add to Wishlist
ChatGPT 2023: Code and Debug 10X Better, Faster, Stronger
(0.0/ 0 Rating)
$74.99$13

How would you like to learn to code faster? To produce better...

  • 1 Lessons
  • 1944 Students
Enroll Now
106bab98e2d9b0a9ca20fcc21d6d796b
3.5 total hours
Apache Spark 2.0 with Java -Learn Spark from a Big Data Guru
(0.0/ 0 Rating)
$69.99$14
  • 1 Lessons
  • 22629 Students
Add to Wishlist
Apache Spark 2.0 with Java -Learn Spark from a Big Data Guru
(0.0/ 0 Rating)
$69.99$14

What is this course about: This course covers all the fundamentals about...

  • 1 Lessons
  • 22629 Students
Enroll Now
872e135c8105640320ea021f9723ffaa
12 total hours
20 Web Projects: HTML, CSS & Javascript
(0.0/ 0 Rating)
$19.99
  • 1 Lessons
  • 20 Students
Add to Wishlist
20 Web Projects: HTML, CSS & Javascript
(0.0/ 0 Rating)
$19.99

Elevate your web development skills with our ‘20 Web Projects: HTML, CSS...

  • 1 Lessons
  • 20 Students
Enroll Now
Education-for-Everyone-(2)

Edvry is your ultimate destination for high-quality online learning. We offer expert-led courses across various fields, empowering learners to gain new skills, advance their careers, and achieve their goals.

Online Platform

  • About Us
  • Become an Instructor
  • Zoom Meeting
  • Events
  • Contact Us

Links

  • Membership Level
  • Membership Account
  • Membership Cancel
  • Membership Orders
  • My account
  • Sign In/Registration

Contacts

Enter your email address to register to our newsletter subscription

Icon-facebook Icon-linkedin2 Icon-instagram Icon-twitter Icon-youtube
Copyright 2025 Edvry
Sign In
The password must have a minimum of 8 characters of numbers and letters, contain at least 1 capital letter
I want to sign up as instructor
Remember me
Sign In Sign Up
Restore password
Send reset link
Password reset link sent to your email Close
Your application is sent We'll send you an email as soon as your application is approved. Go to Profile
No account? Sign Up Sign In
Lost Password?
edvry
Sign inSign up

Sign in

Don’t have an account? Sign up
Lost your password?

Sign up

Already have an account? Sign in