[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [165379] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [165379] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?) ORDER BY name | Params: ["Motivation & Inspiration","Strategy","Learning & Education","Communication"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [165379,"Motivation & Inspiration",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [165379] Compassionate Communication — Eduo
Eduo
Log in Sign up
Compassionate Communication

Compassionate Communication

Curated from: deepstash.com

Ideas, facts & insights covering these topics:

Communication · Articles

1 ideas  ·  7 reads

Compassionate Communication: Building Empathy and Connection thr

One inspiring idea that I want to share with the world is the concept of "compassionate communication." This is a way of communicating with others that prioritizes empathy, respect, and understanding.


7 reads

Are you sure?