UdemyNuxt.js

The complete NUXT.JS V4 course. Welcome to the server side

التصنيف الكامل: Development > Web Development > Nuxt.js

The complete NUXT.JS V4 course. Welcome to the server side

عن هذا الكورس

Do you want to turbocharge your App with Server side rendering ? This is the course for you.Beginning with the fundamentals, this guide will take you from "I don't even know how to use NUXT, and why should I?" to a comprehensive understanding of how NUXT functions, enabling you to leverage it for server side rendering, improving SEO and handle your backend like a pro.This course will guide you through the logic and practical application of NUXT across various modules, progressively increasing in difficulty.In summary, this course will cover:The very basics of NUXT. How to install and the logic behind it.How to use routes properly and make it work with VUE.We will learn how pre-rendering occurs on NUXTSince our app will need a database, you will learn how to use it with MongoDB and mongoose.Apply security, authentication, route guards.We will create a practice projects just to practice everything.What about the instructor experience ?With 20 years of experience, I've developed numerous applications for a diverse range of companies, including Citibank, Fox, and Disney.As a developer at a leading company, I specialize in building applications with Vue, Svelte, React, Angular, Node, and AI. In my free time, I enjoy teaching.How about the target audience?This course is designed for all learners.Elevate your coding skills with this comprehensive course.

تعلم أونلاين 100%

شاهد الدروس في أي وقت ومن أي مكان

محتوى معتمد

مقدم من منصة Udemy

رابط موثوق ومباشر

ينقلك لصفحة التسجيل الرسمية

سعر الكورس
$24.99
المنصة:Udemy
الانتقال للكورس / التسجيل الآن
🔒 عند النقر، سيتم فتح صفحة الكورس الرسمية على منصة Udemy في نافذة جديدة.

كورسات مقترحة في نفس المجال

عرض كل الكورسات ←
Flow, Vision & Momentum: Peak Performance Systems
Udemy
Personal Productivity

Flow, Vision & Momentum: Peak Performance Systems

Unlock your peak performance potential with Flow, Vision Momentum: Peak Performance Systems. This evidence-based course combines Positive Psychology research, leadership insights, and execution strategies to help you move from planning to producing. Learn how to create vision boards that actually activate your brain's reticular activating system, use Future Self Visualization to bridge the gap between who you are and who you're becoming, and build a Daily Momentum System that turns clarity into automatic action.Master Deep Work triggers to engineer your environment for unbreakable focus, activate Flow State on-demand with a simple 4-minute protocol, and optimize your energy by matching tasks to your natural peak performance windows. Discover how Habit Stacking 2.0 chains micro-wins into unstoppable momentum, how tiny daily actions rewrite your identity, and how to build an Execution Architecture that protects your progress even on chaotic days. Finally, kill procrastination at the source using the 5-Second Rule meets Hormozi-style volume, create Cardone-style accountability triggers that force execution, and implement the 'Do It Now' Protocol for massive, consistent action.Designed for professionals, entrepreneurs, and lifelong learners ready to stop waiting for motivation and start building systems that execute. Grounded in research from Martin Seligman, Cal Newport, James Clear, and behavioral science—plus real-world leadership experience. Includes practical cheat sheets to support your learning experience. Enroll today and turn vision into velocity.

Writing Maintainable Unit Tests
Udemy
Unit Testing

Writing Maintainable Unit Tests

Are unit tests causing you pain? Are they constantly failing whenever you make changes to your production code? Do you spend a lot of time fixing them when they break? Are they difficult to set up and run? Do you have a hard time maintaining or structuring your unit test code? Are they causing you headaches from time to time? Are you on the brink of giving up on writing unit tests altogether or have you already done so?Or do you just want to step up your game and want to learn more about how to write readable and maintainable unit tests?This course is for experienced software developers who want to improve upon their existing skills in writing unit tests. By the end of this course, students will have gained the knowledge to build loosely coupled, highly maintainable and robust unit tests that are trustworthy and improve the overall code quality of your software applications. The content of this course is based on 15+ years of experience with Test-Driven Development. This knowledge is essential for becoming a senior-level software developer or a technical lead.Although the examples that are used throughout this course are written in C#, the principles and guidance discussed here are broadly applicable to other platforms and programming environments as well (Java, Python, JavaScript, ... etc.). So students will be able to universally apply this knowledge throughout the rest of their careers as software developers.

Build a SaaS Application Using Laravel 12+ and React
Udemy
Full Stack Web Development

Build a SaaS Application Using Laravel 12+ and React

This course is not for beginners. It is designed for students who already have a good understanding of Laravel and React, including how to work with routes, components, APIs, and basic project structures.If you are new to Laravel or React, please do not enroll in this course. We strongly recommend completing beginner-level tutorials or courses before joining, to ensure you can follow along and get the most out of the content.In today’s fast-paced digital world, Software as a Service (SaaS) applications have become the backbone of many industries, from finance to healthcare to entertainment. Whether you want to build a personal project, create a business solution, or level up your web development skills, understanding how to make a robust, scalable SaaS application is a highly valuable skill.In this course, Build a SaaS Application Using Laravel 12+ and React, I will take you step-by-step through the entire process of building a real-world, fully functional SaaS application. You’ll learn how to combine the power of Laravel 12+ for the backend and React for the front end to create a modern web application.These two technologies complement each other perfectly: Laravel will provide a solid, scalable backend for handling business logic and data management, while React will offer a dynamic, responsive frontend to ensure users have a seamless experience.Technologies We UseLaravel 12+ – Powerful PHP framework for building modern web applications.React – Dynamic frontend interfaces.Bootstrap 5 – For responsive layouts and styling.MySQL – Database for app data.Visual Studio Code (VS Code) – Code editor we will use throughout the course.XAMPP – Local development environment (Apache, MySQL, PHP). Throughout

AI Browser Agents with Python & Playwright
Udemy
AI Agents & Agentic AI

AI Browser Agents with Python & Playwright

AI browser agents are one of the most practical use cases of agentic AI. Instead of only chatting with an AI model, you will learn how to build agents that can open a browser, read web pages, click buttons, type into forms, extract data, and complete multi-step workflows.In this course, we will build everything from scratch using Python, Playwright, LLMs, Streamlit, Docker, and AWS. You will begin with the fundamentals of browser automation, including how web pages are structured, how DOM selectors work, how to interact with buttons and forms, and how to extract useful information from websites.Then we will add LLM intelligence so the agent can understand user instructions, plan browser actions, make decisions, and continue working through an automation flow. You will build practical projects including an AI shopping research agent, a fully autonomous browser agent loop, and a human-in-the-loop approval workflow.You will also learn how to upload files, process records, create approval requests, track statuses, handle errors, and build a simple Streamlit interface for managing the agent system. In the deployment section, we will move the project to the cloud using AWS services such as S3, SQS, Lambda, DynamoDB, Docker, and Lightsail Containers.We will also cover important safety and ethics topics such as CAPTCHA handling, prompt injection, terms of service, rate limits, and responsible browser automation.No prior experience with Playwright, browser agents, Streamlit, Docker, or AWS is required. We will build the project step by step from the ground up. By the end, you will have a complete project you can show in your portfolio, extend for your own workflows, and use as a foundation for building more advanced AI automation systems.

[New] MYSQL Practice Test for Beginners
Udemy
Database Management Systems (DBMS)

[New] MYSQL Practice Test for Beginners

Are you looking to learn MySQL and strengthen your SQL skills through practice?This MySQL Practice Test for Beginners course is designed to help you build a strong understanding of relational databases and MySQL concepts through carefully structured assessments and knowledge-based questions. Whether you are completely new to databases or preparing for interviews, certifications, academic exams or professional development this course provides an effective way to test and improve your skills.The course covers essential MySQL topics including database fundamentals, SQL syntax, data types, table creation, constraints, keys, relationships, data manipulation, filtering, sorting, grouping, joins, subqueries, aggregate functions, views, indexes and database security concepts.Each practice test has been designed to reinforce learning, evaluate your understanding and help identify areas that require additional attention. By regularly testing your knowledge, you will gain confidence in working with databases and writing efficient SQL queries.Why Take This Course?Learn through practical assessments and testingStrengthen your database knowledge systematicallyImprove SQL query-writing confidencePrepare for academic exams and technical interviewsBuild a strong foundation for advanced database learningEnhance your career opportunities in technology and data-related fieldsWho This Course Is ForComplete beginners learning MySQLStudents studying database management systemsAspiring database administratorsWeb developers working with databasesSoftware developers seeking SQL knowledgeData analysts and business intelligence beginnersJob seekers preparing for technical interviewsAnyone interested in learning relational dat

Ultimate CSS Practice Tests: Beginner to Advanced
Udemy
CSS

Ultimate CSS Practice Tests: Beginner to Advanced

Are you looking to improve your CSS skills and test your knowledge through practice?Welcome to Ultimate CSS Practice Tests: Beginner to Advanced a comprehensive course designed to help students, aspiring web developers and professionals strengthen their CSS knowledge through carefully designed quizzes and practice exams.This course focuses on learning through assessment making it ideal for anyone preparing for frontend development interviews, certification exams, coding assessments or academic tests. The questions range from beginner to advanced difficulty levels allowing you to progressively build confidence and identify areas that need improvement.Each practice test is designed to simulate real exam environments and challenge your understanding of important CSS concepts. Whether you are starting your web development journey or refreshing your existing knowledge this course provides an effective way to evaluate your skills and measure your progress.By the end of this course, you will have greater confidence in your CSS knowledge improved exam readiness and a stronger foundation for frontend web development.What You'll Get:Practice Questions and QuizzesBeginner to Advanced Difficulty LevelsInterview and Certification Exam PreparationSelf-Assessment and Progress TrackingReal-World Frontend Development KnowledgeEnroll today and take your CSS skills to the next level through focused practice and continuous learning.