FreeCourse Logo
FreeCourse.io
Verified CouponsFree CoursesJobsBlog
Categories
Home/Courses/Salesforce LWC (Lightning Web Component) with Live Project
Salesforce LWC (Lightning Web Component) with Live Project
IT & Software100% OFF

Salesforce LWC (Lightning Web Component) with Live Project

Parag Jambhulkar
4.8(11.2K students)
Self-paced
All Levels

About this course

Students will learn Lightning Web Components programming model and how to develop/create project using Lightning Web Components i.e. LWC programming model. Topics covered in this course1.

Salesforce Lightning Web Components (LWC) Introduction2. Salesforce - How To Run Apex Code in Vscode | How To Create Apex Class in Visual Studio Code3. Create First Lightning Web Component & Deploy to Salesforce Org |Create LWC Component in vs code4.

How To Delete LWC Component From Org |How To Delete Custom Lightning Web Component in Salesforce5. Data Binding in LWC Salesforce | Lightning Web Components6. Getter Property in Lighting Web Components (LWC) in Salesforce7.

Conditional Rendering in HTML in LWC | Apply if-else in Lightning Web Components in Salesforce8. For Each Loop in LWC Salesforce |Render List using for each loop in HTML Lightning Web Component9. Iterator Loop in LWC Salesforce |Render List using iterator loop in HTML Lightning Web Component10.

Decorators in LWC Salesforce Introduction | api, track, wire in Lightning Web Components11. api Decorator in LWC Salesforce with Example | Public Property in Lightning Web Component12. track Decorator in LWC Salesforce with Example | track Decorator in Lightning Web Component13.

wire Decorator in LWC Salesforce with Example | wire Decorator in Lightning Web Component14. Use of wire Decorator / Adapter to call Apex Class Method from LWC | Lightning Web Components15. Decorate Function with wire Decorator in LWC Salesforce | Lightning Web Component16.

Use querySelector() to Fetch Data in LWC | HTML Template Data Binding | Lightning Web Component17. Use querySelectorAll to fetch Data in LWC | HTML Template Data Binding | Lightning Web Component18. How To Create Lightning App Page in Salesforce19.

Data Communication in LWC Components | Message Passing in Lightning Web Components | Salesforce20. Data Communication From Parent to Child LWC Component | Salesforce | Message Passing21. Data Communication From Child to Parent LWC Component | Salesforce | Message Passing22.

How to pass multiple values from Child component to Parent component in LWC | Salesforce LWC23. Lightning Message Service for Data Communication between unrelated LWC Components | Salesforce24. Lightning Message Service for passing multiple values between unrelated LWC Components25.

Salesforce LWC Real Time Project Part 1 | Lightning Web Components Live Project in Salesforce26. Salesforce LWC Real Time Project Part 2 | Child to Parent and Parent to Child Data Communication27. Salesforce LWC Real Time Project Part 3 | Lightning Data Table | Lightning Web Components28.

Salesforce LWC Real Time Project Part 4 | wire Decorator Adapter to call Apex Class Method from LWC29. Salesforce LWC Real Time Project Part 5 | Lightning Message Service | Lightning Web Components30. Salesforce LWC Real Time Project Part 6 | Wire vs Imperative Apex Method Calls | Async and Await31.

Salesforce LWC Real Time Project Part 7 | Modal Popup | Lightning Data Service | Show Toast Message

Skills you'll gain

IT Certificationsen

Available Coupons

Loading...

Course Information

Level: All Levels

Suitable for learners at this level

Duration: Self-paced

Total course content

Instructor: Parag Jambhulkar

Expert course creator

This course includes:

  • πŸ“ΉVideo lectures
  • πŸ“„Downloadable resources
  • πŸ“±Mobile & desktop access
  • πŸŽ“Certificate of completion
  • ♾️Lifetime access
$0$101.99

Save $101.99 today!

Enroll Now - Free

Redirects to Udemy β€’ Limited free enrollments

Share this course

https://freecourse.io/courses/salesforce-lwc-lightning-web-component-with-live-project

You May Also Like

Explore more courses similar to this one

Claude Certified Architect (CCA-F) - 2026 Exam Prep
IT & Software
0% OFF

Claude Certified Architect (CCA-F) - 2026 Exam Prep

Jacob Bushong

This course contains the use of artificial intelligence. However, every lecture recording involves me reading the scripts, and I am fully involved in scripting and production. Be careful buying courses with instructors that don't appear in person. AI courses are becoming quite common on learning platforms.This course is a complete, structured study program for the Anthropic Claude Certified Architect β€” Foundations (CCA-F) exam. Built domain by domain against the official exam blueprint, it covers every topic area you need to understand before sitting for the exam. Each lesson is a narrated video that explains how concepts connect to each other and to real-world practice β€” not just what the definition is, but how a practitioner applies it.D1 β€” Agentic Architecture & Orchestration (27% of the exam) β€” covers defining agentic systems β€” autonomy, tool use, and the action loop, agents vs. workflows vs. conversational systems, when to use agentic architecture vs. simpler patterns, task analysis and decomposition strategies, sequential vs. parallel execution patterns, dynamic planning, replanning, and ambiguity handling, orchestrator-subagent model β€” roles, scope, and context isolation, multi-agent topology patterns β€” hub-and-spoke, pipeline, peer-to-peer, agent communication, handoff schemas, and error propagation, state and session management β€” in-context vs. external memory, error classification β€” tool, reasoning, and environment errors, fallback and retry strategies, programmatic enforcement vs. prompt-based guardrails, human-in-the-loop escalation design. You will understand how each of these areas is tested on the exam and how they connect to real-world practice.D2 β€” Claude Code Configuration & Workflows (20% of the exam) β€” covers claude code architecture β€” tool system and execution model, project setup, context management, and session continuity, user, project, and team-level claudemd β€” hierarchy and precedence, path-specific rules, subdirectory config, and .claudeignore, writing effective claudemd instructions for teams, custom slash commands β€” creation, structure, and distribution, skills β€” skillmd, frontmatter, triggers, and enterprise deployment, subagents in claude code β€” configuration, scope, and delegation, hooks β€” lifecycle events, implementation, and exit code conventions, useful hook patterns β€” logging, safety nets, and automation, claude code sdk β€” programmatic session control, ci/cd integration β€” non-interactive mode and the -p flag. You will understand how each of these areas is tested on the exam and how they connect to real-world practice.D3 β€” Prompt Engineering & Structured Output (20% of the exam) β€” covers clarity, specificity, and instruction design, system prompts β€” structure, role definition, and context injection, xml tags and document structure for complex prompts, few-shot prompting and high-quality example design, chain-of-thought and extended thinking, prefilling, output steering, and format anchoring, temperature, top_p, top_k β€” generation parameter control, multi-turn conversation design and context accumulation, json mode and schema-constrained output, tool use for structured data extraction and validation loops, prompt evaluation β€” test datasets, grading, and regression testing. You will understand how each of these areas is tested on the exam and how they connect to real-world practice.D4 β€” Tool Design & MCP Integration (18% of the exam) β€” covers tool descriptions as routing mechanisms, tool input schema design β€” parameters, enums, and constraints, tool error handling, idempotency, and partial success, mcp architecture β€” servers, clients, and the three primitives, building mcp servers β€” defining and exposing tools, resources and prompt templates in mcp, mcp clients β€” discovery, invocation, and multi-server routing, mcp transport mechanisms β€” stdio vs. streamablehttp, advanced mcp features β€” sampling, notifications, and roots, mcp security β€” access scoping, authentication, and production hardening. You will understand how each of these areas is tested on the exam and how they connect to real-world practice.D5 β€” Context Management & Reliability (15% of the exam) β€” covers context window architecture β€” tokens, limits, and cost tradeoffs, the lost in the middle effect β€” evidence and mitigation, rag architecture β€” chunking, embedding, and the retrieval pipeline, semantic search, bm25, and hybrid retrieval, multi-index rag, production hardening, and citation, prompt caching β€” eligibility rules, cache placement, and cost impact, batch api β€” 50% cost savings, 24-hour window, and workload design, long-conversation coherence, compaction, and session memory. You will understand how each of these areas is tested on the exam and how they connect to real-world practice.Every domain includes practice questions designed to mirror the style and difficulty of CCA-F exam scenarios, covering not just recall but application and analysis. The course closes with full-length practice exams with detailed answer explanations, so you can measure your readiness and focus your remaining study time where it matters most.Major topics covered: defining agentic systems β€” autonomy, tool use, and the action loop, agents vs. workflows vs. conversational systems, when to use agentic architecture vs. simpler patterns, task analysis and decomposition strategies, sequential vs. parallel execution patterns, dynamic planning, replanning, and ambiguity handling, orchestrator-subagent model β€” roles, scope, and context isolation, multi-agent topology patterns β€” hub-and-spoke, pipeline, peer-to-peer, agent communication, handoff schemas, and error propagation, state and session management β€” in-context vs. external memory, error classification β€” tool, reasoning, and environment errors, fallback and retry strategies, programmatic enforcement vs. prompt-based guardrails, human-in-the-loop escalation design, claude code architecture β€” tool system and execution model, project setup, context management, and session continuity, user, project, and team-level claudemd β€” hierarchy and precedence, path-specific rules, subdirectory config, and .claudeignore, writing effective claudemd instructions for teams, custom slash commands β€” creation, structure, and distribution, skills β€” skillmd, frontmatter, triggers, and enterprise deployment, subagents in claude code β€” configuration, scope, and delegation, hooks β€” lifecycle events, implementation, and exit code conventions, useful hook patterns β€” logging, safety nets, and automation, claude code sdk β€” programmatic session control, ci/cd integration β€” non-interactive mode and the -p flag, clarity, specificity, and instruction design, system prompts β€” structure, role definition, and context injection, xml tags and document structure for complex prompts, few-shot prompting and high-quality example design, CCA-F exam prep 2026.

4.6β€’1.6Kβ€’Self-paced
FREE$103.99
Enroll
Responsive Portfolio Website With HTML CSS NETLIFY Project
IT & Software
0% OFF

Responsive Portfolio Website With HTML CSS NETLIFY Project

ARUNNACHALAM SHANMUGARAAJAN

Complete Portfolio Website Using HTML CSS NETLIFY ProjectWelcome to the Portfolio Website Project – your step-by-step guide to building a professional and responsive Portfolio Website using HTML, CSS, and Netlify.In this course, you’ll learn how to design, code, and deploy a modern Portfolio Website from scratch. Whether you're a student, freelancer, or job seeker, creating a strong Portfolio Website is essential to showcase your skills and projects effectively.We’ll start with the structure and layout of the Portfolio Website using clean HTML. Then we’ll style your Portfolio Website with modern CSS techniques to ensure it looks great on all devices. Finally, you’ll deploy your Portfolio Website live on the internet using Netlify, so anyone can view it.By the end of this course, you’ll have your own live Portfolio Website, a valuable project to share with potential employers or clients, and the skills to build even more.Class Overview:Introduction to Web Development:Understanding the basics of HTML and CSS.Setting up your development environment.Building the Website Structure:Creating the HTML structure for your portfolio website.Organizing sections: Home, About Me, Projects and Contact.Styling the Website:Applying CSS to style the website.Enhancing design with CSS animations and transitions.Adding Content:Filling in the sections with your personal information, biography, project details, skills, and contact information.Incorporating images, icons, and other media.Deploying with Netlify:Introduction to Netlify and its features.Connecting your GitHub repository to Netlify.Deploying and managing your website on Netlify.Final Project:Building a complete portfolio website from start to finish.Showcasing your final project and receiving feedback.Enroll now and start your journey to becoming a proficient web developer with the Complete Portfolio Website Using HTML, CSS, and Netlify course!

4.1β€’6.9Kβ€’Self-paced
FREE$87.99
Enroll
Ultimate End To End Chatbot Using Python & Streamlit Project
IT & Software
0% OFF

Ultimate End To End Chatbot Using Python & Streamlit Project

ARUNNACHALAM SHANMUGARAAJAN

Welcome to the Chatbot Using Python course – your complete guide to building an end-to-end Chatbot Using Python with Streamlit for a modern, interactive user interface.In this hands-on course, you will learn how to create a fully functional Chatbot Using Python from scratch. Whether you’re new to Python or looking to expand your skills, this course offers a step-by-step approach to developing your own Chatbot Using Python.You will start by understanding the fundamentals of chatbot design and Python programming, then progress to integrating natural language processing and deploying your Chatbot Using Python using Streamlit. This project-based course ensures you gain practical experience in building real-world Chatbot Using Python applications.By the end of this course, you'll have a complete, working Chatbot Using Python ready to be showcased or expanded for various use cases.Course Highlights:Step-by-Step Guidance: Follow along as we start from the basics and progressively build a sophisticated chatbot that can handle various use cases.Hands-On Projects: Work on real-world projects where you will apply what you learn by building different types of chatbots, from simple rule-based bots to more advanced NLP-powered bots.Interactive Learning: Engage with practical exercises, quizzes, and assignments designed to reinforce your understanding and help you apply the concepts in your own projects.Full Source Code: Access all the source code and materials used in the course, allowing you to easily replicate and extend the chatbot functionality for your own needs.Lifetime Access: Enroll now and enjoy lifetime access to the course materials, including future updates and additional resources.Why Take This Course?By the end of this course, you’ll have a strong understanding of how to design, build, and deploy a chatbot using Python and Streamlit. You’ll gain valuable skills that can be applied to a wide range of projects, from customer service automation to personal assistant bots. Plus, with the knowledge gained from this course, you’ll be equipped to take on more advanced AI and machine learning projects.Enroll Now!Join us on this exciting journey to build your own chatbot from the ground up. Enroll today and start learning how to create powerful, interactive chatbots using Python and Streamlit!

4.0β€’3.4Kβ€’Self-paced
FREE$99.99
Enroll
FreeCourse LogoFreeCourse

Freecourse.io brings you high-quality online courses with free certificates to help you upskill, boost your career, and achieve your goals anytime, anywhere.

Resources

  • Courses
  • Jobs
  • Categories
  • Features

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy
  • Terms
  • Cookies
  • Licenses

Β© 2026 FreeCourse. All rights reserved.