Blogs

Div Tag, Onclick & Data Binding in Lightning Studio | Peoplewoo Skills

05.12.25 05:44 AM - By Peoplewoo - Comment(s)
Div Tag, Onclick & Data Binding in Lightning Studio | Peoplewoo Skills

In Lightning Web Components (LWC), your UI is built using HTML templates. Three of the most important concepts every beginner must understand are:

  • The <div> Tag – The most commonly used container in web development.
  • Onclick Event – Used to handle user actions.
  • Data Binding – How H...

Component & Attribute in LightningStudio | Salesforce LWC Beginner Tutorial | Peoplewoo Skills

02.12.25 05:58 PM - By Peoplewoo - Comment(s)
Component & Attribute in LightningStudio | Salesforce LWC Beginner Tutorial | Peoplewoo Skills

This tutorial explains how to build and structure Lightning Web Components (LWC) inside LightningStudio (Salesforce development environment), focusing on the two most important concepts for any LWC developer: Components and Attributes (public properties exposed via...

Software Installation and Setup for LWC | Beginner’s Guide | Peoplewoo Skills

01.12.25 06:56 AM - By Peoplewoo - Comment(s)
Software Installation and Setup for LWC | Beginner’s Guide | Peoplewoo Skills

Lightning Web Components (LWC) is Salesforce’s modern framework for building fast, reusable, and powerful UI components. Before you start coding, you must set up the required tools on your system.

This guide covers every step—from software installation to Salesforce DX setup—so beginners can start L...

Basics of CSS | Beginner’s Guide to Styling Websites | Peoplewoo Skills

28.11.25 04:52 PM - By Peoplewoo - Comment(s)
Basics of CSS | Beginner’s Guide to Styling Websites | Peoplewoo Skills

CSS (Cascading Style Sheets) is the language used to style and design web pages. While HTML provides structure, CSS adds beauty, color, layout, and responsiveness. For Lightning Web Components (LWC), CSS is essential to create modern, clean, and visually appealing Salesforce UIs.


What is CSS?


CSS sta...



Basics of HTML | Beginner’s Guide to LWC | Peoplewoo Skills 

28.11.25 12:34 PM - By Peoplewoo - Comment(s)
Basics of HTML | Beginner’s Guide to LWC | Peoplewoo Skills 

HTML (HyperText Markup Language) is the foundation of every website and web application—including Lightning Web Components (LWC). Before learning LWC, it is essential to understand how HTML works because LWC uses HTML templates to design layouts, UI, and component structure.


What is HTML?

HTML...


Events in JavaScript | Complete Beginner to Advanced Guide | Peoplewoo Skills

28.11.25 03:51 AM - By Peoplewoo - Comment(s)
Events in JavaScript | Complete Beginner to Advanced Guide | Peoplewoo Skills

JavaScript is an event-driven language, which means almost everything in the browser happens because of an event — a click, a key press, page load, API response, timer, or even a custom action triggered inside a component.

Understanding events deeply is essential for building interactive UIs, e...

Arrays in JavaScript | LWC JavaScript Tutorial | Peoplewoo Skills

27.11.25 10:12 AM - By Peoplewoo - Comment(s)
Arrays in JavaScript | LWC JavaScript Tutorial | Peoplewoo Skills

Arrays are one of the most essential data structures in JavaScript and are used everywhere in Lightning Web Components (LWC). Whether you're rendering a list in HTML, processing Apex data, iterating over records, or building UI for dynamic components—arrays are always involved.

This in-depth gu...