Skip to content

Commit

Permalink
added a new blog
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Feb 10, 2024
1 parent 8d3fd01 commit c291b28
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/pages/blog/blogBrowsing.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { Link } from "@nextui-org/link";
import Image from "next/image";
import { useEffect, useState } from "react";
import { Link } from "@nextui-org/link";
import { Fade } from "react-awesome-reveal";

export default function BlogBrowsing() {
Expand Down Expand Up @@ -66,7 +65,7 @@ export const StarredBlog = () => {
The Transformative Impact of Data Science on Business Efficiency and
Growth
</p>
<div className="flex flex-row justify-between">
<div className="flex flex-wrap justify-between">
<p>rNLKJA</p>
<p>29th-Dec-2023</p>
</div>
Expand Down Expand Up @@ -99,7 +98,7 @@ export const LatestBlog = () => {
{latestBlogData && latestBlogData.title && (
<Link href={latestBlogData.link}>
<p className="link-hover">{latestBlogData.title}</p>
<div className="flex flex-row justify-between">
<div className="flex flex-wrap justify-between">
<p>{latestBlogData.author}</p>
<p>{latestBlogData.date}</p>
</div>
Expand Down
8 changes: 8 additions & 0 deletions public/data/blog_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@
"CTEs"
],
"brief": "Dive into intermediate SQL concepts vital for any data scientist. Master statistical measures, understand grouping and filtering, learn joining and combining data, and explore advanced techniques like data munging, window functions, and Common Table Expressions (CTEs). This guide not only elaborates on these essential skills but also provides practical insights and examples, empowering you to leverage SQL for more effective data analysis and decision-making. Enhance your data manipulation and analysis skills with this in-depth exploration."
},
{
"title": "Building Your Narrative Castle: The Three Pillars of Storytelling",
"date": "10th-Feb-2024",
"link": "/blogs/the-three-pillars-of-storytelling",
"author": "rNLKJA",
"tags": ["Storytelling", "Data Analysis", "Visualisation"],
"brief": "Every captivating story needs a strong foundation, just like a magnificent castle needs a sturdy base. Forget haphazardly piled bricks – your narrative deserves more! Enter the \"Three Pillars of Storytelling\": Big Idea, 3-Minute Story, and Storyboarding. These elements, working together, will lay the groundwork for a captivating tale that keeps your audience enthralled."
}
]
98 changes: 98 additions & 0 deletions public/data/blogs/the-three-pillars-of-storytelling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"title": "Building Your Narrative Castle: The Three Pillars of Storytelling",
"author": "rNLKJA",
"date": "10th-Feb-2024",
"content": [
{
"type": "content",
"content": "Every captivating story needs a strong foundation, just like a magnificent castle needs a sturdy base. Forget haphazardly piled bricks – your narrative deserves more! Enter the \"Three Pillars of Storytelling\": Big Idea, 3-Minute Story, and Storyboarding. These elements, working together, will lay the groundwork for a captivating tale that keeps your audience enthralled."
},

{
"type": "content",
"subTitle": "Pillar 1: The Big Idea - Your Narrative's Guiding Star",
"content": "Think of this as the heart of your story, the central question, conflict, or theme that ignites everything else. It's your guiding star, keeping your focus sharp and ensuring every element contributes to a resonating message."
},
{
"type": "list",
"subTitle": "Why it matters",
"content": [
{
"name": "Focus and coherence: ",
"content": "No more rambling! The Big Idea keeps your story on track, ensuring every scene advances the central message."
},
{
"name": "Emotional engagement: ",
"content": "A strong Big Idea taps into universal emotions, making your story relatable and leaving a lasting impression."
}
]
},
{
"type": "content",
"subTitle": "The 3-Minute Story - Your Elevator Pitch Powerhouse",
"content": "Imagine condensing your entire narrative into a captivating three-minute pitch. This condensed version captures the essential plot points and character arcs, hooking your audience from the get-go."
},
{
"type": "list",
"subTitle": "Why it matters",
"content": [
{
"name": "Clarity and structure: ",
"content": "This exercise forces you to identify key moments and transitions, ensuring your story has a clear beginning, middle, and end."
},
{
"name": "Pace and engagement: ",
"content": "No time for lulls here! The 3-Minute Story helps you identify any unnecessary details, keeping your audience glued to their seats."
}
]
},

{
"type": "content",
"subTitle": "Pillar 3: Storyboarding - Your Visual Roadmap to Narrative Success",
"content": "Picture a comic strip showcasing your story's flow – that's essentially what storyboarding does. It outlines the scenes, characters, and key moments, providing a visual roadmap for your narrative."
},
{
"type": "list",
"subTitle": "Why it matters",
"content": [
{
"name": "Visualization and planning: ",
"content": "See your story come alive! Storyboarding helps you experiment with different sequences and identify potential gaps before you get stuck."
},
{
"name": "Collaboration and communication: ",
"content": "Share your vision clearly with writers, directors, or collaborators. This visual medium helps bridge the gap between words and ideas."
}
]
},

{
"type": "content",
"subTitle": "Building Your Narrative Castle",
"content": "These three pillars work in tandem, each playing a crucial role:"
},
{
"type": "list",
"subTitle": "",
"content": [
{
"name": "The Big Idea sparks the fire, drawing your audience in with a central message.",
"content": ""
},
{
"name": "The 3-Minute Story ensures clarity and keeps your story focused, preventing it from meandering.",
"content": ""
},
{
"name": "Storyboarding helps visualize the flow, allowing you to refine your structure and avoid roadblocks.",
"content": ""
}
]
},
{
"type": "content",
"content": "Remember, a great story is built, not born. By considering these three pillars from the outset, you'll lay a strong foundation for a narrative that stands tall and captures hearts. So, pick up your metaphorical bricks, embrace the Three Pillars, and start building your storytelling castle today!"
}
]
}

1 comment on commit c291b28

@vercel
Copy link

@vercel vercel bot commented on c291b28 Feb 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.