4 lines
807 B
SQL
4 lines
807 B
SQL
INSERT INTO posts (title, content, author) VALUES
|
|
('The Future of Web Development', 'Web development is constantly evolving. In this post, we explore the upcoming trends and technologies that will shape the future of the web, from AI-powered tools to the rise of WebAssembly.', 'Admin'),
|
|
('A Guide to Mindful Productivity', 'In a world of distractions, staying focused is a superpower. This article provides practical tips on how to be more productive by being more mindful, managing your energy, and setting clear intentions.', 'Admin'),
|
|
('The Art of Storytelling in Marketing', 'Stories sell. Learn how to craft compelling narratives that resonate with your audience and build a strong brand identity. We cover the key elements of storytelling and how to apply them to your marketing strategy.', 'Admin'); |